PixelLightAPI
.
|
Gui application class. More...
#include <GuiApplication.h>
Protected Member Functions | |
virtual PLGUI_API bool | OnStart () override |
Initialization function that is called prior to OnInit() | |
virtual PLGUI_API void | OnStop () override |
De-initialization function that is called after OnDeInit() | |
virtual PLGUI_API void | Main () override |
Main function. | |
virtual PLGUI_API void | OnCreateMainWindow () |
Called when application should open it's main window. | |
Protected Attributes | |
PLCore::EventHandler | EventHandlerOnDestroy |
Widget * | m_pMainWindow |
Gui application class.
virtual PLGUI_API bool PLGui::GuiApplication::OnStart | ( | ) | [override, protected, virtual] |
Initialization function that is called prior to OnInit()
Reimplemented from PLCore::CoreApplication.
virtual PLGUI_API void PLGui::GuiApplication::OnStop | ( | ) | [override, protected, virtual] |
De-initialization function that is called after OnDeInit()
Reimplemented from PLCore::CoreApplication.
virtual PLGUI_API void PLGui::GuiApplication::Main | ( | ) | [override, protected, virtual] |
Main function.
Reimplemented from PLCore::CoreApplication.
virtual PLGUI_API void PLGui::GuiApplication::OnCreateMainWindow | ( | ) | [protected, virtual] |
Called when application should open it's main window.
Widget* PLGui::GuiApplication::m_pMainWindow [protected] |
Main window of the application (can be a null pointer)
|