#include <UndoSystem.h>
◆ UndoSystem()
| UndoSystem::UndoSystem |
( |
| ) |
|
◆ ~UndoSystem()
| UndoSystem::~UndoSystem |
( |
| ) |
|
◆ AddUndoStep()
template<typename T , typename ... Args>
| void Editor::UndoSystem::AddUndoStep |
( |
Args &&... |
args | ) |
|
|
inline |
◆ BeginEntry()
| void UndoSystem::BeginEntry |
( |
std::string_view |
name | ) |
|
◆ CanRedo()
| bool Editor::UndoSystem::CanRedo |
( |
| ) |
const |
|
inline |
◆ CanUndo()
| bool Editor::UndoSystem::CanUndo |
( |
| ) |
const |
|
inline |
◆ Clear()
| void UndoSystem::Clear |
( |
| ) |
|
◆ EndEntry()
| void UndoSystem::EndEntry |
( |
| ) |
|
◆ GetCurrentEntry()
| size_t UndoSystem::GetCurrentEntry |
( |
| ) |
const |
◆ GetEntry()
| const UndoEntry * UndoSystem::GetEntry |
( |
size_t |
stackIdx | ) |
const |
◆ GetEntryDepth()
| size_t Editor::UndoSystem::GetEntryDepth |
( |
| ) |
const |
|
inline |
◆ GetNumEntries()
| size_t UndoSystem::GetNumEntries |
( |
| ) |
const |
◆ GetStateHash()
| size_t UndoSystem::GetStateHash |
( |
| ) |
|
◆ Redo()
| void UndoSystem::Redo |
( |
| ) |
|
◆ ResetEntry()
| void UndoSystem::ResetEntry |
( |
| ) |
|
◆ Undo()
| void UndoSystem::Undo |
( |
| ) |
|
The documentation for this class was generated from the following files: