Implementation of the ICommand interface. More...
#include <CommandT.h>
Public Member Functions | |
virtual void | Execute (bool Verify=true) |
Execute the command. | |
virtual bool | IsDone (bool Verify=true) |
Query whether the command is executed. | |
virtual void | operator() () |
Execute the command. |
Implementation of the ICommand interface.
Definition at line 46 of file CommandT.h.
virtual void GENAPI_NAMESPACE::CommandT< Base >::Execute | ( | bool | Verify = true | ) | [inline, virtual] |
Execute the command.
Definition at line 50 of file CommandT.h.
virtual bool GENAPI_NAMESPACE::CommandT< Base >::IsDone | ( | bool | Verify = true | ) | [inline, virtual] |
Query whether the command is executed.
Definition at line 100 of file CommandT.h.
virtual void GENAPI_NAMESPACE::CommandT< Base >::operator() | ( | ) | [inline, virtual] |
Execute the command.
Definition at line 94 of file CommandT.h.