The abstract base class for commands that display a watch cursor.
More...
#include <anatomist/processor/Command.h>
|
| virtual | ~WaitCommand () |
| | Destructor does nothing.
|
| |
| virtual void | execute () |
| | Execute the command - may use {\tt doit()}.
|
| |
| virtual void | undo () |
| | Undo the command - may use {\tt undoit()}.
|
| |
| virtual void | redo () |
| | Redo the command - may use {\tt doit()}.
|
| |
Public Member Functions inherited from anatomist::Command |
| virtual | ~Command () |
| | Destructor does nothing.
|
| |
| virtual std::string | name () const =0 |
| | Return the unique name of a class of commands.
|
| |
| virtual void | write (Tree &com, Serializer *ser) const |
| | Print the guts of a command into a Tree given as parent.
|
| |
|
| | WaitCommand () |
| | The programmer cannot call the constructor of an abstract base class.
|
| |
Protected Member Functions inherited from anatomist::Command |
| | Command () |
| | The programmer cannot call the constructor of an abstract base class.
|
| |
| virtual void | doit ()=0 |
| | Do a command.
|
| |
| virtual void | undoit () |
| | Undo a command.
|
| |
The abstract base class for commands that display a watch cursor.
Definition at line 145 of file Command.h.
◆ ~WaitCommand()
| virtual anatomist::WaitCommand::~WaitCommand |
( |
| ) |
|
|
virtual |
◆ WaitCommand()
| anatomist::WaitCommand::WaitCommand |
( |
| ) |
|
|
protected |
The programmer cannot call the constructor of an abstract base class.
◆ execute()
| virtual void anatomist::WaitCommand::execute |
( |
| ) |
|
|
virtual |
◆ redo()
| virtual void anatomist::WaitCommand::redo |
( |
| ) |
|
|
virtual |
◆ undo()
| virtual void anatomist::WaitCommand::undo |
( |
| ) |
|
|
virtual |
The documentation for this class was generated from the following file: