|
| BlamUIWidget_Console (BlamUIWidget_Group *_parent) |
|
| ~BlamUIWidget_Console () |
|
void | Draw () override |
|
void | ShowImGuiPropertyEditor () override |
|
void | UpdateMetrics () override |
|
void | RefreshRelativePosition () override |
|
void | OnKeyPressEvent (KeyPressEvent *event) override |
| Called when the listener is subscribed to Key Press events, and a new KeyPressEvent is fired. More...
|
|
void | OnCharacterInputEvent (CharacterInputEvent *event) override |
| Called when the listener is subscribed to Character Input events, and a new CharacterInputEvent is fired. More...
|
|
void | OnTickEvent (TickEvent *event) override |
| Called when the listener is subscribed to Key Press events, and a new TickEvent is fired. More...
|
|
void | OnLogMessageEvent (LogMessageEvent *event) override |
| Called when the listener is subscribed to Log Message events, and a new LogMessageEvent is fired. More...
|
|
| BlamUIWidget (BlamWidgetType type) |
|
| BlamUIWidget (BlamWidgetType type, BlamUIWidget_Group *_parent) |
|
virtual | ~BlamUIWidget () |
|
BlamWidgetType | GetType () |
|
void | RefreshRelativePosition (int viewport_width, int viewport_height, BlamVector2 initial_position) |
|
void | SetSize (BlamVector2 new_size) |
|
void | SetPosition (BlamVector2 new_position) |
|
void | SetRotation (float new_rotation) |
|
void | SetAnchorPosition (BlamWidgetAnchor new_anchor_position) |
|
BlamVector2 | GetAbsolutePosition () |
|
void | Subscribe (BlamEventType type) |
| Subscribes to an event type. More...
|
|
| ~BlamEventListener () |
|
std::vector< BlamEventType > | GetSubscribedEvents () |
| Retrieves the list of subscribed event types. More...
|
|
bool | IsSubscribed (BlamEventType type) |
| Determines whether or not the listener is subscribed to the specified event type. More...
|
|
void | SetPriority (int new_priority) |
| Sets the priority of the listener. More...
|
|
int | GetPriority () |
| Retrieves the priority of the listener. More...
|
|
virtual void | OnConfigurationReloadEvent (ConfigurationReloadEvent *event) |
| Called when the listener is subscribed to configuration reload events, and a new ConfigurationReloadEvent is fired. More...
|
|
virtual void | OnMouseClickEvent (MouseClickEvent *event) |
| Called when the listener is subscribed to Mouse Click events, and a new MouseClickEvent is fired. More...
|
|
virtual void | OnMouseMoveEvent (MouseMoveEvent *event) |
| Called when the listener is subscribed to Mouse Move events, and a new MouseMoveEvent is fired. More...
|
|
virtual void | OnNewFrameEvent (NewFrameEvent *event) |
| Called when the listener is subscribed to New Frame events, and a new NewFrameEvent is fired. More...
|
|