Changeset 0ec9f5 for src/Actions/ActionQueue.hpp
- Timestamp:
- Apr 23, 2021, 9:02:12 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 0fbea3
- Parents:
- 5061d9
- git-author:
- Frederik Heber <frederik.heber@…> (04/06/21 20:09:39)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 21:02:12)
- File:
-
- 1 edited
-
src/Actions/ActionQueue.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionQueue.hpp
r5061d9 r0ec9f5 129 129 void outputAsPython(std::ostream &output) const; 130 130 131 /** Undoes last called Ac friend void ::cleanUp();tion.131 /** Undoes last called Action. 132 132 * 133 133 */ … … 138 138 */ 139 139 void redoLast(); 140 141 /** 142 * Marks the current item of the action history to allow returning to that state lateron. 143 */ 144 void setMark(); 145 146 /** 147 * Resets any currently marked item in the action history. 148 */ 149 void unsetMark(); 150 151 /** Undoes actions till a set mark in the ActionHistory. 152 * 153 */ 154 void undoTillMark(); 140 155 141 156 /** Checks whether there is one completed Action stored in ActionHistory in the past.
Note:
See TracChangeset
for help on using the changeset viewer.
