Hasty Badger
Small UI library (a branch of Turbo Badger)
 All Classes Namespaces Functions Variables Enumerations Enumerator Friends Groups Pages
tb::TBUndoRedoStack Class Reference

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)
 
TBUndoEventCommit (TBStyleEdit *styledit, int32_t gofs, int32_t len, const char *text, bool insert)
 

Public Attributes

TBListOf< TBUndoEventundos
 
TBListOf< TBUndoEventredos
 
bool applying
 

Detailed Description

Keeps track of all TBUndoEvents used for undo and redo functionality.


The documentation for this class was generated from the following files: