Hasty Badger
Small UI library (a branch of Turbo Badger)
|
Keeps track of all TBUndoEvents used for undo and redo functionality. More...
#include <tb_style_edit.h>
Public Member Functions | |
void | Undo (TBStyleEdit *styledit) |
void | Redo (TBStyleEdit *styledit) |
void | Clear (bool clear_undo, bool clear_redo) |
TBUndoEvent * | Commit (TBStyleEdit *styledit, int32_t gofs, int32_t len, const char *text, bool insert) |
Public Attributes | |
TBListOf< TBUndoEvent > | undos |
TBListOf< TBUndoEvent > | redos |
bool | applying |
Keeps track of all TBUndoEvents used for undo and redo functionality.