Changeset 2966
- Timestamp:
- 03/08/10 12:49:19 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/Model
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/Model/GraphVisualizationInfo.cs
r2942 r2966 42 42 op = pair.Key; 43 43 shapeInfo = pair.Value; 44 shapeInfo.Icon = new Bitmap(op.ItemImage); 44 45 this.RegisterOperatorEvents(op); 45 46 this.operatorParameterCollectionMapping.Add(op, pair.Key.Parameters); -
trunk/sources/HeuristicLab.Operators.Views.GraphVisualization/3.3/Model/OperatorShapeInfo.cs
r2935 r2966 134 134 } 135 135 136 [Storable]137 136 private Bitmap icon; 138 137 public Bitmap Icon {
Note: See TracChangeset
for help on using the changeset viewer.