![]() |
Sly Engine
|
#include <DrawableDeregistrationCommand.h>


Public Member Functions | |
| DrawableDeregistrationCommand ()=delete | |
| < Default constructor More... | |
| DrawableDeregistrationCommand (const DrawableDeregistrationCommand &)=delete | |
| Move constructor. More... | |
| DrawableDeregistrationCommand (DrawableDeregistrationCommand &&)=delete | |
| Assignment operator. More... | |
| DrawableDeregistrationCommand & | operator= (const DrawableDeregistrationCommand &)=delete |
| Move assignment operator. More... | |
| DrawableDeregistrationCommand & | operator= (DrawableDeregistrationCommand &&)=delete |
| Deconstructor. More... | |
| virtual | ~DrawableDeregistrationCommand ()=default |
| DrawableDeregistrationCommand (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
Copy constructor
|
delete |
Move constructor.
|
delete |
Assignment operator.
|
virtualdefault |
| DrawableDeregistrationCommand::DrawableDeregistrationCommand | ( | Drawable * | ptrDr | ) |
Constructor.
| [in,out] | ptrDr | If non-null, the pointer to drawable. |
|
overridevirtual |
|
delete |
Move assignment operator.
|
delete |
Deconstructor.
|
friend |
| Drawable* DrawableDeregistrationCommand::ptrDr |
The pointer to drawable.