comparison: src/history.h
src/history.h
- changeset 542
- 46a33bdc0b36
- parent 541
- 0e38beeb050a
- child 553
- 2418d5955421
equal
deleted
inserted
replaced
49 |
49 |
50 History(); |
50 History(); |
51 void undo(); |
51 void undo(); |
52 void redo(); |
52 void redo(); |
53 void clear(); |
53 void clear(); |
54 void updateActions() const; |
|
55 |
54 |
56 void addStep(); |
55 void addStep(); |
57 void add (AbstractHistoryEntry* entry); |
56 void add (AbstractHistoryEntry* entry); |
58 |
57 |
59 inline long getSize() const |
58 inline long getSize() const |