Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/10 04:48:03 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented reviewers' comments on version r2917.
Location:
trunk/sources/HeuristicLab.Operators.Views/3.3
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.Designer.cs

    r2917 r2949  
    136136      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    137137      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
     138      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
    138139      //
    139140      // breakpointLabel
  • trunk/sources/HeuristicLab.Operators.Views/3.3/AlgorithmOperatorView.cs

    r2917 r2949  
    8282        breakpointCheckBox.Enabled = true;
    8383        parameterCollectionView.Content = ((IOperator)Content).Parameters;
     84        operatorGraphViewHost.ViewType = null;
    8485        operatorGraphViewHost.Content = Content.OperatorGraph;
    8586        tabControl.Enabled = true;
  • trunk/sources/HeuristicLab.Operators.Views/3.3/MultipleCallsOperatorView.Designer.cs

    r2917 r2949  
    136136      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    137137      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
     138      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
    138139      //
    139140      // breakpointLabel
  • trunk/sources/HeuristicLab.Operators.Views/3.3/OperatorView.Designer.cs

    r2917 r2949  
    7979      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    8080      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
     81      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
    8182      //
    8283      // OperatorView
  • trunk/sources/HeuristicLab.Operators.Views/3.3/ValuesCollectorView.Designer.cs

    r2917 r2949  
    136136      this.breakpointCheckBox.UseVisualStyleBackColor = true;
    137137      this.breakpointCheckBox.CheckedChanged += new System.EventHandler(this.breakpointCheckBox_CheckedChanged);
     138      this.toolTip.SetToolTip(this.breakpointCheckBox, "Check if an engine should stop execution each time after this operator has been processed.");
    138139      //
    139140      // breakpointLabel
Note: See TracChangeset for help on using the changeset viewer.