#include <command.h>
Inheritance diagram for SlowUndoCmd:

Public Member Functions | |
| virtual void | exec () |
| Save current frame buffer as undo information. | |
| virtual void | unExec () |
| Restore saved frame buffer. | |
| virtual std::string | name ()=0 |
| Command identification. This will appear in config file. | |
| virtual std::string | args ()=0 |
| Command export to text string. Needed for macro saving. | |
Protected Member Functions | |
| SlowUndoCmd (FrameBuffer *pFB) | |
Definition at line 56 of file command.h.
| SlowUndoCmd::SlowUndoCmd | ( | FrameBuffer * | pFB | ) | [inline, protected] |
| virtual void SlowUndoCmd::exec | ( | ) | [inline, virtual] |
| virtual void SlowUndoCmd::unExec | ( | ) | [inline, virtual] |
| virtual std::string SlowUndoCmd::name | ( | ) | [pure virtual] |
| virtual std::string SlowUndoCmd::args | ( | ) | [pure virtual] |
1.5.2