![]() |
Kage Studio 0.7.240121
A Simple Free and Open Source 2D Animation Software
|
#include <unre.h>
Public Member Functions | |
UnRe () | |
virtual | ~UnRe () |
void | stackDocument (KageDocument p_document) |
KageDocument | undoDocument () |
KageDocument | redoDocument () |
KageDocument | previewUndoDocument () |
void | clear () |
Protected Attributes | |
unsigned int | _stackIndex |
KageDocument * | _kageDocument |
std::vector< KageDocument * > | _undoStack |
UnRe::UnRe | ( | ) |
|
virtual |
void UnRe::clear | ( | ) |
KageDocument UnRe::previewUndoDocument | ( | ) |
While undo() pops a KageDocument from a stack, this just gives a preview of the top KageDocument on the stack.
KageDocument UnRe::redoDocument | ( | ) |
void UnRe::stackDocument | ( | KageDocument | p_document | ) |
KageDocument UnRe::undoDocument | ( | ) |
|
protected |
|
protected |
|
protected |