mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 11:19:58 +01:00
HistoryManager: new widget and extending scope of historized user
actions.
This commit is contained in:
@@ -29,6 +29,11 @@ public:
|
||||
void redo();
|
||||
void stepTo(uint target);
|
||||
|
||||
inline uint current() const { return step_; }
|
||||
inline uint max() const { return max_step_; }
|
||||
|
||||
std::string label(uint s) const;
|
||||
|
||||
private:
|
||||
|
||||
void restore(uint target, int id);
|
||||
|
||||
Reference in New Issue
Block a user