Sly Engine
|
#include <DrawableRegistrationCommand.h>
Public Member Functions | |
DrawableRegistrationCommand ()=delete | |
Default constructor. More... | |
DrawableRegistrationCommand (const DrawableRegistrationCommand &)=delete | |
Copy constructor. More... | |
DrawableRegistrationCommand (DrawableRegistrationCommand &&)=delete | |
Move constructor. More... | |
DrawableRegistrationCommand & | operator= (const DrawableRegistrationCommand &)=delete |
Assignment operator. More... | |
DrawableRegistrationCommand & | operator= (DrawableRegistrationCommand &&)=delete |
Move assignment operator. More... | |
virtual | ~DrawableRegistrationCommand ()=default |
Deconstructor. More... | |
DrawableRegistrationCommand (Drawable *ptrDr) | |
Constructor. More... | |
void | execute () override |
Executes this command. More... | |
Public Member Functions inherited from SceneRegistry | |
SceneRegistry ()=default | |
Default constructor. More... | |
SceneRegistry (const SceneRegistry &)=delete | |
Copy constructor. More... | |
SceneRegistry (SceneRegistry &&)=delete | |
Move constructor. More... | |
SceneRegistry & | operator= (const SceneRegistry &)=delete |
Assignment operator. More... | |
SceneRegistry & | operator= (SceneRegistry &&)=delete |
Move assignment operator. More... | |
virtual | ~SceneRegistry ()=default |
Deconstructor. More... | |
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... | |
Public Attributes | |
Drawable * | ptrDr |
The pointer to drawable. More... | |
Friends | |
class | DrawableAttorney |
|
delete |
Default constructor.
|
delete |
Copy constructor.
|
delete |
Move constructor.
|
virtualdefault |
Deconstructor.
DrawableRegistrationCommand::DrawableRegistrationCommand | ( | Drawable * | ptrDr | ) |
Constructor.
[in,out] | ptrDr | If non-null, the pointer to the drawable. |
|
overridevirtual |
|
delete |
Assignment operator.
|
delete |
Move assignment operator.
|
friend |
Drawable* DrawableRegistrationCommand::ptrDr |
The pointer to drawable.