Changeset 0012e6 for molecuilder/src/Actions/small_actions.hpp
- Timestamp:
- Mar 24, 2010, 4:26:21 PM (16 years ago)
- Children:
- 521e29
- Parents:
- 91379c
- File:
-
- 1 edited
-
molecuilder/src/Actions/small_actions.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/small_actions.hpp
r91379c r0012e6 14 14 virtual ~ChangeMoleculeNameAction(); 15 15 16 void call();17 void undo();18 16 bool canUndo(); 19 17 bool shouldUndo(); … … 21 19 virtual const std::string getName(); 22 20 private: 21 virtual ActionState* performCall(); 22 virtual ActionState* performUndo(ActionState*); 23 virtual ActionState* performRedo(ActionState*); 24 23 25 MoleculeListClass *molecules; 24 26 static char NAME[];
Note:
See TracChangeset
for help on using the changeset viewer.
