flimEngine
|
#include <SceneCommand.h>
Public Member Functions | |
SceneCommand ()=delete | |
SceneCommand (const SceneCommand &)=default | |
~SceneCommand ()=default | |
SceneCommand & | operator= (const SceneCommand &)=default |
SceneCommand (Scene *_scene) | |
void | execute () override |
![]() | |
Command () | |
virtual | ~Command () |
Command & | operator= (const Command &)=default |
Command (const Command &)=default | |
Command ()=default | |
~Command () | |
Command & | operator= (const Command &)=default |
Command (const Command &)=default | |
Private Attributes | |
Scene * | scene |
|
delete |
|
default |
|
default |
SceneCommand::SceneCommand | ( | Scene * | _scene | ) |
|
overridevirtual |
Reimplemented from Command.
|
default |
|
private |