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