Sly Engine
DrawableDeregistrationCommand Class Reference

#include <DrawableDeregistrationCommand.h>

Inheritance diagram for DrawableDeregistrationCommand:
Inheritance graph
Collaboration diagram for DrawableDeregistrationCommand:
Collaboration graph

Public Member Functions

 DrawableDeregistrationCommand ()=delete
 < Default constructor More...
 
 DrawableDeregistrationCommand (const DrawableDeregistrationCommand &)=delete
 Move constructor. More...
 
 DrawableDeregistrationCommand (DrawableDeregistrationCommand &&)=delete
 Assignment operator. More...
 
DrawableDeregistrationCommandoperator= (const DrawableDeregistrationCommand &)=delete
 Move assignment operator. More...
 
DrawableDeregistrationCommandoperator= (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...
 
SceneRegistryoperator= (const SceneRegistry &)=delete
 Assignment operator. More...
 
SceneRegistryoperator= (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...
 
CommandBaseoperator= (const CommandBase &)=delete
 Assignment operator. More...
 
CommandBaseoperator= (CommandBase &&)=delete
 Move assignment operator. More...
 
virtual ~CommandBase ()=default
 Deconstructor. More...
 

Public Attributes

DrawableptrDr
 The pointer to drawable. More...
 

Friends

class DrawableAttorney
 

Constructor & Destructor Documentation

◆ DrawableDeregistrationCommand() [1/4]

DrawableDeregistrationCommand::DrawableDeregistrationCommand ( )
delete

< Default constructor

Copy constructor

◆ DrawableDeregistrationCommand() [2/4]

DrawableDeregistrationCommand::DrawableDeregistrationCommand ( const DrawableDeregistrationCommand )
delete

Move constructor.

◆ DrawableDeregistrationCommand() [3/4]

DrawableDeregistrationCommand::DrawableDeregistrationCommand ( DrawableDeregistrationCommand &&  )
delete

Assignment operator.

◆ ~DrawableDeregistrationCommand()

virtual DrawableDeregistrationCommand::~DrawableDeregistrationCommand ( )
virtualdefault

◆ DrawableDeregistrationCommand() [4/4]

DrawableDeregistrationCommand::DrawableDeregistrationCommand ( Drawable ptrDr)

Constructor.

Parameters
[in,out]ptrDrIf non-null, the pointer to drawable.

Member Function Documentation

◆ execute()

void DrawableDeregistrationCommand::execute ( )
overridevirtual

Executes this command.

Implements CommandBase.

Here is the call graph for this function:

◆ operator=() [1/2]

DrawableDeregistrationCommand& DrawableDeregistrationCommand::operator= ( const DrawableDeregistrationCommand )
delete

Move assignment operator.

◆ operator=() [2/2]

DrawableDeregistrationCommand& DrawableDeregistrationCommand::operator= ( DrawableDeregistrationCommand &&  )
delete

Deconstructor.

Friends And Related Function Documentation

◆ DrawableAttorney

friend class DrawableAttorney
friend

Member Data Documentation

◆ ptrDr

Drawable* DrawableDeregistrationCommand::ptrDr

The pointer to drawable.


The documentation for this class was generated from the following files: