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


Public Member Functions | |
| CollisionRegistrationCommand ()=delete | |
| CollisionRegistrationCommand (Collidable *ptrCol) | |
| CollisionRegistrationCommand (const CollisionRegistrationCommand &)=delete | |
| CollisionRegistrationCommand (CollisionRegistrationCommand &&)=delete | |
| CollisionRegistrationCommand & | operator= (const CollisionRegistrationCommand &)=delete |
| CollisionRegistrationCommand & | operator= (CollisionRegistrationCommand &&)=delete |
| virtual | ~CollisionRegistrationCommand ()=default |
| void | execute () override |
| Executes this command. Pure virtual function must be defined by all derived commands. 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 | |
| Collidable * | ptrCol |
|
delete |
| CollisionRegistrationCommand::CollisionRegistrationCommand | ( | Collidable * | ptrCol | ) |
|
delete |
|
delete |
|
virtualdefault |
|
overridevirtual |
Executes this command. Pure virtual function must be defined by all derived commands.
Implements CommandBase.

|
delete |
|
delete |
| Collidable* CollisionRegistrationCommand::ptrCol |