|
|
| WidgetSubsystem (App *appOwner) |
| |
| virtual int | Init () override |
| | Init the subsystem / start.
|
| |
| virtual void | Tick (double deltaTime) override |
| | Called every frame regardless of if the app is closing.
|
| |
| virtual void | Exit () override |
| | Called when closing the app.
|
| |
|
template<class T > |
| T * | AddWidgetClass () |
| |
|
template<class T > |
| T * | AddWidgetClassToRoot () |
| |
|
| Subsystem (App *appOwner) |
| |
| virtual int | PreInit (int ArgC, char *ArgV[]) |
| | Runs as early as possible and provides command line arguments.
|
| |
| virtual void | PreTick (double deltaTime) |
| | Runs before to tick to get if the app should close or set up a new frame.
|
| |
| virtual void | TickRendering (double deltaTime) |
| | Called every frame if the app is NOT closing.
|
| |
|
App * | GetApp () const |
| |
◆ Exit()
| void WidgetSubsystem::Exit |
( |
| ) |
|
|
overridevirtual |
Called when closing the app.
Reimplemented from Subsystem.
◆ Init()
| int WidgetSubsystem::Init |
( |
| ) |
|
|
overridevirtual |
Init the subsystem / start.
- Returns
- int Returns for success and greater than 0 for error
Reimplemented from Subsystem.
◆ Tick()
| void WidgetSubsystem::Tick |
( |
double |
deltaTime | ) |
|
|
overridevirtual |
Called every frame regardless of if the app is closing.
Reimplemented from Subsystem.
The documentation for this class was generated from the following files:
- /var/www/soundbakery/sound-bakery/apps/editor/Subsystems/WidgetSubsystem.h
- /var/www/soundbakery/sound-bakery/apps/editor/Subsystems/WidgetSubsystem.cpp