Class GuiSystem¶
- Defined in File GuiSystem.hpp
Inheritance Relationships¶
Base Types¶
public ari::System(Class System)public ari::EventSubscriber< events::OnComponentAssigned< Dock > >(Template Class EventSubscriber)
Class Documentation¶
-
class
GuiSystem: public ari::System, public ari::EventSubscriber<events::OnComponentAssigned<Dock>>¶ Public Functions
-
GuiSystem()¶
-
virtual
~GuiSystem()¶
-
Type
GetSystemType()¶ Returns the system type.
-
bool
NeedUpdateOnState(UpdateState state)¶ Ask the system if needs update on different states.
-
void
Receive(World *world, const events::OnComponentAssigned<Dock> &event)¶ Called when an event is emitted by the world.
Protected Attributes
-
bool
m_bIsDockCreated¶
-