Changeset 770138 for molecuilder/src/Actions/ActionHistory.hpp
- Timestamp:
- Mar 26, 2010, 3:13:31 PM (15 years ago)
- Children:
- 0f7883, 71910a, abd4a1
- Parents:
- cbc639
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Actions/ActionHistory.hpp
rcbc639 r770138 37 37 virtual bool shouldUndo(); 38 38 39 virtual bool isActive(); 40 39 41 private: 40 42 virtual Action::state_ptr performCall(); … … 53 55 virtual bool shouldUndo(); 54 56 57 virtual bool isActive(); 58 55 59 private: 56 60 virtual Action::state_ptr performCall(); … … 65 69 void undoLast(); 66 70 void redoLast(); 71 72 bool hasUndo(); 73 bool hasRedo(); 67 74 68 75 void addElement(Action*,Action::state_ptr);
Note:
See TracChangeset
for help on using the changeset viewer.