Ketchup Engine
Loading...
Searching...
No Matches
DrawDeregistrationCommand Class Reference

#include <DrawDeregistrationCommand.h>

Inheritance diagram for DrawDeregistrationCommand:
Inheritance graph
Collaboration diagram for DrawDeregistrationCommand:
Collaboration graph

Public Member Functions

 DrawDeregistrationCommand ()=delete
 
 DrawDeregistrationCommand (Drawable *dr)
 
 DrawDeregistrationCommand (const DrawDeregistrationCommand &)=delete
 
DrawDeregistrationCommandoperator= (const DrawDeregistrationCommand &)=delete
 
 ~DrawDeregistrationCommand ()=default
 
void Execute () override
 Executes this command's behavior.
 
- Public Member Functions inherited from SceneRegistrationCommand
 SceneRegistrationCommand ()
 
 SceneRegistrationCommand (const SceneRegistrationCommand &)=delete
 
SceneRegistrationCommandoperator= (const SceneRegistrationCommand &)=delete
 
virtual ~SceneRegistrationCommand ()
 
- Public Member Functions inherited from Command
 Command ()=default
 
 Command (const Command &)=delete
 
Commandoperator= (const Command &)=delete
 
virtual ~Command ()
 
virtual void Execute ()
 Executes this command's behavior.
 

Private Attributes

Drawablep_co
 

Constructor & Destructor Documentation

◆ DrawDeregistrationCommand() [1/3]

DrawDeregistrationCommand::DrawDeregistrationCommand ( )
delete

◆ DrawDeregistrationCommand() [2/3]

DrawDeregistrationCommand::DrawDeregistrationCommand ( Drawable dr)

◆ DrawDeregistrationCommand() [3/3]

DrawDeregistrationCommand::DrawDeregistrationCommand ( const DrawDeregistrationCommand )
delete

◆ ~DrawDeregistrationCommand()

DrawDeregistrationCommand::~DrawDeregistrationCommand ( )
default

Member Function Documentation

◆ Execute()

void DrawDeregistrationCommand::Execute ( )
overridevirtual

Executes this command's behavior.

Haru, 3/19/2023.

Reimplemented from Command.

◆ operator=()

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

Member Data Documentation

◆ p_co

Drawable* DrawDeregistrationCommand::p_co
private

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