Changeset 0012e6 for molecuilder/src/Actions/ErrorAction.hpp
- Timestamp:
- Mar 24, 2010, 4:26:21 PM (15 years ago)
- Children:
- 521e29
- Parents:
- 91379c
- File:
-
- 1 edited
-
molecuilder/src/Actions/ErrorAction.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ErrorAction.hpp
r91379c r0012e6 18 18 virtual ~ErrorAction(); 19 19 20 virtual void call();21 virtual void undo();22 20 virtual bool canUndo(); 21 virtual bool shouldUndo(); 23 22 24 23 private: 24 25 virtual ActionState* performCall(); 26 virtual ActionState* performUndo(ActionState*); 27 virtual ActionState* performRedo(ActionState*); 28 25 29 std::string errorMsg; 26 30 };
Note:
See TracChangeset
for help on using the changeset viewer.
