Changes in src/Actions/MakroAction.hpp [5b0b98:cc04b7]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/MakroAction.hpp
r5b0b98 rcc04b7 26 26 virtual ~MakroAction(); 27 27 28 bool canUndo(); 29 bool shouldUndo(); 28 virtual void call(); 29 virtual void undo(); 30 virtual bool canUndo(); 30 31 31 32 private: 32 virtual Action::state_ptr performCall();33 virtual Action::state_ptr performUndo(Action::state_ptr);34 virtual Action::state_ptr performRedo(Action::state_ptr);35 36 33 ActionSequence *actions; 37 34 };
Note:
See TracChangeset
for help on using the changeset viewer.