Changes in src/Actions/Calculation.hpp [dbb474:5b0b98]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Calculation.hpp
rdbb474 r5b0b98 29 29 * from menu Items or other places. 30 30 */ 31 virtual void call();32 virtual void undo();33 31 virtual bool canUndo(); 32 33 virtual bool shouldUndo(); 34 34 35 35 /** … … 64 64 virtual T* doCalc()=0; 65 65 private: 66 virtual Action::state_ptr performCall(); 67 virtual Action::state_ptr performUndo(Action::state_ptr); 68 virtual Action::state_ptr performRedo(Action::state_ptr); 69 66 70 bool done; 67 71 };
Note:
See TracChangeset
for help on using the changeset viewer.