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::SystemManager::SystemAddedEvent Struct Reference

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

Inherits radix::Event.

Public Member Functions

const EventTypeName getTypeName () const
 
const EventType getType () const
 
 SystemAddedEvent (SystemManager &sm, System &s)
 

Data Fields

SystemManagersysMan
 
Systemsystem
 

Static Public Attributes

static constexpr
StaticEventTypeName 
TypeName = "radix/SystemManager:SystemAdded"
 
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::SystemManager::SystemAddedEvent::SystemAddedEvent ( SystemManager sm,
System s 
)
inline

Member Function Documentation

const EventType radix::SystemManager::SystemAddedEvent::getType ( ) const
inlinevirtual

Implements radix::Event.

const EventTypeName radix::SystemManager::SystemAddedEvent::getTypeName ( ) const
inlinevirtual

Implements radix::Event.

Field Documentation

SystemManager& radix::SystemManager::SystemAddedEvent::sysMan
System& radix::SystemManager::SystemAddedEvent::system
constexpr StaticEventType radix::SystemManager::SystemAddedEvent::Type = TypeNameHash(TypeName)
static
constexpr StaticEventTypeName radix::SystemManager::SystemAddedEvent::TypeName = "radix/SystemManager:SystemAdded"
static

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