Changeset 242
- Timestamp:
- 08/24/08 15:37:42 (4 months ago)
- Location:
- trunk/Open Dialect
- Files:
-
- 4 modified
-
OpenDialect.suo (modified) (previous)
-
OpenDialect/BItems/DrawableItem.cs (modified) (2 diffs)
-
OpenDialect/BItems/DrawableShapes/DrawableShape.cs (modified) (2 diffs)
-
OpenDialect/FormsAndViews/MainWindow.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open Dialect/OpenDialect/BItems/DrawableItem.cs
r240 r242 45 45 internal bool locationChanged = false; 46 46 47 internal int curState = 0; 47 48 48 internal bool fireEvent = true; 49 49 … … 67 67 internal CheckButton visibleButton; 68 68 internal ScrolledWindow eventHandlerWindow = new ScrolledWindow(); 69 70 69 #endregion controls 71 70 -
trunk/Open Dialect/OpenDialect/BItems/DrawableShapes/DrawableShape.cs
r202 r242 35 35 internal bool buttonMode = false; 36 36 37 38 37 internal CheckButton buttonModeCheckBox;// = new CheckButton("Button Mode"); 39 38 #endregion attributes … … 102 101 103 102 #region DrawableItem Overrides 104 /*public override DrawableItemState GetState()105 {106 return State;107 }108 109 public override void SetState(DrawableItemState s)110 {111 State.SetStateFromItemState(s);112 }113 114 public override void Undo(object state)115 {116 117 }118 119 public override void Redo(object state)120 {121 122 }123 124 public override void AddCurrentState()125 {126 DrawView.Controller.AddCurrentState();127 }*/128 103 129 104 public override List<ASProperty> GetProperties() -
trunk/Open Dialect/OpenDialect/FormsAndViews/MainWindow.cs
r240 r242 2621 2621 private void GenerateXMLSaveFile(string fileName) 2622 2622 { 2623 2624 2623 XmlDocument xmldoc; 2625 2624 XmlNode xmlnode;
