Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/29/10 02:58:39 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • moved parameters and parameter views into new plugins
Location:
trunk/sources/HeuristicLab.Parameters.Views
Files:
7 added
4 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ItemParameterView.Designer.cs

    r2713 r2714  
    2020#endregion
    2121
    22 namespace HeuristicLab.Core.Views {
     22namespace HeuristicLab.Parameters.Views {
    2323  partial class ItemParameterView {
    2424    /// <summary>
     
    202202    protected System.Windows.Forms.Label actualNameLabel;
    203203    protected System.Windows.Forms.Panel valuePanel;
    204     protected ViewHost viewHost;
     204    protected HeuristicLab.Core.Views.ViewHost viewHost;
    205205    protected System.Windows.Forms.Button setValueButton;
    206206    protected System.Windows.Forms.ToolTip toolTip;
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ItemParameterView.cs

    r2713 r2714  
    2727using System.Text;
    2828using System.Windows.Forms;
     29using HeuristicLab.Core;
     30using HeuristicLab.Core.Views;
    2931using HeuristicLab.MainForm;
    3032
    31 namespace HeuristicLab.Core.Views {
     33namespace HeuristicLab.Parameters.Views {
    3234  /// <summary>
    3335  /// The visual representation of a <see cref="Parameter"/>.
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ParameterView.Designer.cs

    r2711 r2714  
    2020#endregion
    2121
    22 namespace HeuristicLab.Core.Views {
     22namespace HeuristicLab.Parameters.Views {
    2323  partial class ParameterView {
    2424    /// <summary>
  • trunk/sources/HeuristicLab.Parameters.Views/3.3/ParameterView.cs

    r2713 r2714  
    2727using System.Text;
    2828using System.Windows.Forms;
     29using HeuristicLab.Core.Views;
    2930using HeuristicLab.MainForm;
    3031
    31 namespace HeuristicLab.Core.Views {
     32namespace HeuristicLab.Parameters.Views {
    3233  /// <summary>
    3334  /// The visual representation of a <see cref="Parameter"/>.
Note: See TracChangeset for help on using the changeset viewer.