#include <CommandStack.h>
Collaboration diagram for ot::CommandStack:

Public Member Functions | |
| CommandStack (SpeechControlSource &parentSrc_) | |
| bool | push (Command *cmd) |
| bool | undo () |
| bool | redo () |
| bool | extend () |
| bool | again () |
| Command * | getUndoCmd () |
| Command * | getRedoCmd () |
Protected Member Functions | |
| void | deleteAllAbove () |
Protected Attributes | |
| iterator | currentCmd |
| SpeechControlSource & | parentSrc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6