#include <history_manager.h>
|
std::vector< const char * > | history_ |
|
std::stack< const char * > | undo_ |
|
std::stack< const char * > | redo_ |
|
Definition at line 13 of file history_manager.h.
◆ HistoryManager()
yaze::app::editor::HistoryManager::HistoryManager |
( |
| ) |
|
|
default |
◆ ~HistoryManager()
yaze::app::editor::HistoryManager::~HistoryManager |
( |
| ) |
|
|
default |
◆ Add()
void yaze::app::editor::HistoryManager::Add |
( |
const char * | data | ) |
|
◆ Undo()
void yaze::app::editor::HistoryManager::Undo |
( |
| ) |
|
◆ Redo()
void yaze::app::editor::HistoryManager::Redo |
( |
| ) |
|
◆ history_
std::vector<const char*> yaze::app::editor::HistoryManager::history_ |
|
private |
◆ undo_
std::stack<const char*> yaze::app::editor::HistoryManager::undo_ |
|
private |
◆ redo_
std::stack<const char*> yaze::app::editor::HistoryManager::redo_ |
|
private |
The documentation for this class was generated from the following file: