#include <BasicCommands.h>
Public Member Functions | |
virtual ARSTD::Command::PtrType | copy () const |
virtual std::string | getName () const |
Public Member Functions inherited from ARSTD::Command | |
virtual PtrType | copy () const =0 |
virtual std::string | getName () const =0 |
virtual bool | wasExecuted () const |
virtual double | getProgress () const |
Static Public Member Functions | |
static PtrType | create () |
This command makes the current command processor context beeing copied and stored to the top of a stack.
|
virtual |
|
static |
Creates a new PushCommand command.
|
virtual |