GlPortal Class Reference  0.1.1
Source code documentation of the free and open 3D action puzzle game.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Data Fields | Static Public Attributes
radix::Entity::ComponentAddedEvent Struct Reference

#include <external/RadixEngine/include/radix/Entity.hpp>

Inherits radix::Event.

Public Member Functions

const EventTypeName getTypeName () const
 
const EventType getType () const
 
 ComponentAddedEvent (Entity &e, Component &c)
 

Data Fields

Entityentity
 
Componentcomponent
 

Static Public Attributes

static constexpr
StaticEventTypeName 
TypeName = "radix/Entity:ComponentAdded"
 
static constexpr StaticEventType Type = TypeNameHash(TypeName)
 

Additional Inherited Members

- Static Public Member Functions inherited from radix::Event
static constexpr EventType TypeNameHash (StaticEventTypeName etn)
 

Constructor & Destructor Documentation

radix::Entity::ComponentAddedEvent::ComponentAddedEvent ( Entity e,
Component c 
)
inline

Member Function Documentation

const EventType radix::Entity::ComponentAddedEvent::getType ( ) const
inlinevirtual

Implements radix::Event.

const EventTypeName radix::Entity::ComponentAddedEvent::getTypeName ( ) const
inlinevirtual

Implements radix::Event.

Field Documentation

Component& radix::Entity::ComponentAddedEvent::component
Entity& radix::Entity::ComponentAddedEvent::entity
constexpr StaticEventType radix::Entity::ComponentAddedEvent::Type = TypeNameHash(TypeName)
static
constexpr StaticEventTypeName radix::Entity::ComponentAddedEvent::TypeName = "radix/Entity:ComponentAdded"
static

The documentation for this struct was generated from the following file: