Sly Engine
|
#include <VisualizeCommand.h>
Public Member Functions | |
VisualizeCommand ()=default | |
VisualizeCommand (const VisualizeCommand &)=delete | |
VisualizeCommand (VisualizeCommand &&)=delete | |
VisualizeCommand & | operator= (const VisualizeCommand &)=delete |
VisualizeCommand & | operator= (VisualizeCommand &&)=delete |
virtual | ~VisualizeCommand ()=default |
Public Member Functions inherited from CommandBase | |
CommandBase ()=default | |
Default constructor. More... | |
CommandBase (const CommandBase &)=delete | |
Copy constructor. More... | |
CommandBase (CommandBase &&)=delete | |
Move constructor. More... | |
CommandBase & | operator= (const CommandBase &)=delete |
Assignment operator. More... | |
CommandBase & | operator= (CommandBase &&)=delete |
Move assignment operator. More... | |
virtual | ~CommandBase ()=default |
Deconstructor. More... | |
virtual void | execute ()=0 |
Executes this command. Pure virtual function must be defined by all derived commands. More... | |
|
default |
|
delete |
|
delete |
|
virtualdefault |
|
delete |
|
delete |