Search Toolkit Book for IUndoManager
#include <gui/utils/command_processor.hpp>
Definition at line 90 of file command_processor.hpp.
◆ CanRedo()
virtual bool IUndoManager::CanRedo |
( |
| ) |
|
|
pure virtual |
◆ CanUndo()
virtual bool IUndoManager::CanUndo |
( |
| ) |
|
|
pure virtual |
◆ GetRedoLabel()
virtual string IUndoManager::GetRedoLabel |
( |
| ) |
|
|
pure virtual |
◆ GetUndoLabel()
virtual string IUndoManager::GetUndoLabel |
( |
| ) |
|
|
pure virtual |
◆ Redo()
virtual void IUndoManager::Redo |
( |
wxWindow * |
window = 0 | ) |
|
|
pure virtual |
◆ ReleaseExclusiveEdit()
virtual bool IUndoManager::ReleaseExclusiveEdit |
( |
wxWindow * |
window | ) |
|
|
pure virtual |
◆ RequestExclusiveEdit()
virtual bool IUndoManager::RequestExclusiveEdit |
( |
wxWindow * |
window, |
|
|
const string & |
descr |
|
) |
| |
|
pure virtual |
◆ Undo()
virtual void IUndoManager::Undo |
( |
wxWindow * |
window = 0 | ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: