Definition at line 139 of file basecontroller.py.
◆ _redo()
| def robotide.controller.basecontroller.WithUndoRedoStacks._redo |
( |
|
self | ) |
|
|
private |
◆ _undo()
| def robotide.controller.basecontroller.WithUndoRedoStacks._undo |
( |
|
self | ) |
|
|
private |
◆ clear_redo()
| def robotide.controller.basecontroller.WithUndoRedoStacks.clear_redo |
( |
|
self | ) |
|
◆ clear_undo()
| def robotide.controller.basecontroller.WithUndoRedoStacks.clear_undo |
( |
|
self | ) |
|
◆ is_redo_empty()
| def robotide.controller.basecontroller.WithUndoRedoStacks.is_redo_empty |
( |
|
self | ) |
|
◆ is_undo_empty()
| def robotide.controller.basecontroller.WithUndoRedoStacks.is_undo_empty |
( |
|
self | ) |
|
◆ pop_from_redo()
| def robotide.controller.basecontroller.WithUndoRedoStacks.pop_from_redo |
( |
|
self | ) |
|
◆ pop_from_undo()
| def robotide.controller.basecontroller.WithUndoRedoStacks.pop_from_undo |
( |
|
self | ) |
|
◆ push_to_redo()
| def robotide.controller.basecontroller.WithUndoRedoStacks.push_to_redo |
( |
|
self, |
|
|
|
command |
|
) |
| |
◆ push_to_undo()
| def robotide.controller.basecontroller.WithUndoRedoStacks.push_to_undo |
( |
|
self, |
|
|
|
command |
|
) |
| |
◆ _redo_stack
| robotide.controller.basecontroller.WithUndoRedoStacks._redo_stack |
|
private |
◆ _undo_stack
| robotide.controller.basecontroller.WithUndoRedoStacks._undo_stack |
|
private |
◆ _redo
| robotide.controller.basecontroller.WithUndoRedoStacks._redo = property |
|
staticprivate |
◆ _undo
| robotide.controller.basecontroller.WithUndoRedoStacks._undo = property |
|
staticprivate |
The documentation for this class was generated from the following file: