#include <undo.h>
Definition at line 88 of file undo.h.
◆ UndoHistory()
PBD::UndoHistory::UndoHistory |
( |
| ) |
|
◆ ~UndoHistory()
PBD::UndoHistory::~UndoHistory |
( |
| ) |
|
|
inline |
◆ add()
◆ clear()
void PBD::UndoHistory::clear |
( |
| ) |
|
◆ clear_redo()
void PBD::UndoHistory::clear_redo |
( |
| ) |
|
◆ clear_undo()
void PBD::UndoHistory::clear_undo |
( |
| ) |
|
◆ get_state()
XMLNode& PBD::UndoHistory::get_state |
( |
int32_t |
depth = 0 | ) |
|
◆ next_redo()
std::string PBD::UndoHistory::next_redo |
( |
| ) |
const |
|
inline |
◆ next_undo()
std::string PBD::UndoHistory::next_undo |
( |
| ) |
const |
|
inline |
◆ redo()
void PBD::UndoHistory::redo |
( |
unsigned int |
n | ) |
|
◆ redo_depth()
unsigned long PBD::UndoHistory::redo_depth |
( |
| ) |
const |
|
inline |
◆ remove()
◆ save_state()
void PBD::UndoHistory::save_state |
( |
| ) |
|
◆ set_depth()
void PBD::UndoHistory::set_depth |
( |
uint32_t |
| ) |
|
◆ undo()
void PBD::UndoHistory::undo |
( |
unsigned int |
n | ) |
|
◆ undo_depth()
unsigned long PBD::UndoHistory::undo_depth |
( |
| ) |
const |
|
inline |
◆ _clearing
bool PBD::UndoHistory::_clearing |
|
private |
◆ _depth
uint32_t PBD::UndoHistory::_depth |
|
private |
◆ BeginUndoRedo
◆ Changed
◆ EndUndoRedo
◆ RedoList
◆ UndoList
The documentation for this class was generated from the following file: