Changes in src/Actions/Calculation.hpp [5b0b98:dbb474]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Calculation.hpp
r5b0b98 rdbb474 29 29 * from menu Items or other places. 30 30 */ 31 virtual void call(); 32 virtual void undo(); 31 33 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 70 66 bool done; 71 67 };
Note:
See TracChangeset
for help on using the changeset viewer.