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

#include <CollisionTestSelfCommand.h>

Inheritance diagram for CollisionTestSelfCommand:
Inheritance graph
Collaboration diagram for CollisionTestSelfCommand:
Collaboration graph

Public Member Functions

 CollisionTestSelfCommand ()=delete
 
 CollisionTestSelfCommand (CollidableGroup *pGroup, CollisionDispatcherBase *pDispatch)
 
 CollisionTestSelfCommand (const CollisionTestSelfCommand &)=delete
 
CollisionTestSelfCommandoperator= (const CollisionTestSelfCommand &)=delete
 
 ~CollisionTestSelfCommand ()
 
void Execute () override
 Executes this command's behavior.
 
- Public Member Functions inherited from CollisionTestCommand
 CollisionTestCommand ()=default
 
 CollisionTestCommand (const CollisionTestCommand &)=delete
 
CollisionTestCommandoperator= (const CollisionTestCommand &)=delete
 
virtual ~CollisionTestCommand ()
 
- 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

CollidableGroupp_group
 
CollisionDispatcherBasep_dispatch
 

Constructor & Destructor Documentation

◆ CollisionTestSelfCommand() [1/3]

CollisionTestSelfCommand::CollisionTestSelfCommand ( )
delete

◆ CollisionTestSelfCommand() [2/3]

CollisionTestSelfCommand::CollisionTestSelfCommand ( CollidableGroup pGroup,
CollisionDispatcherBase pDispatch 
)

◆ CollisionTestSelfCommand() [3/3]

CollisionTestSelfCommand::CollisionTestSelfCommand ( const CollisionTestSelfCommand )
delete

◆ ~CollisionTestSelfCommand()

CollisionTestSelfCommand::~CollisionTestSelfCommand ( )

Member Function Documentation

◆ Execute()

void CollisionTestSelfCommand::Execute ( )
overridevirtual

Executes this command's behavior.

Haru, 3/19/2023.

Reimplemented from Command.

◆ operator=()

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

Member Data Documentation

◆ p_dispatch

CollisionDispatcherBase* CollisionTestSelfCommand::p_dispatch
private

◆ p_group

CollidableGroup* CollisionTestSelfCommand::p_group
private

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