![]() |
Pioneer
|
#include <Pi.h>


Public Member Functions | |
| bool | HeadlessMode () |
| void | SetStartPath (const SystemPath &startPath) |
| JobSet * | GetCurrentLoadStepQueue () const |
| JobSet * | GetAsyncStartupQueue () const |
Public Member Functions inherited from GuiApplication | |
| GuiApplication (std::string title) | |
| Graphics::Renderer * | GetRenderer () |
| Input::Manager * | GetInput () |
| PiGui::Instance * | GetPiGui () |
Public Member Functions inherited from Application | |
| Application () | |
| virtual | ~Application () |
| void | QueueLifecycle (RefCountedPtr< Lifecycle > cycle) |
| void | ClearQueuedLifecycles () |
| void | Run () |
| float | DeltaTime () |
| double | GetTime () |
| TaskGraph * | GetTaskGraph () |
| JobQueue * | GetSyncJobQueue () |
| JobQueue * | GetAsyncJobQueue () |
| void | RequestProfileFrame (const std::string &path="") |
Protected Member Functions | |
| App () | |
| void | Startup () override |
| void | Shutdown () override |
| void | PreUpdate () override |
| void | PostUpdate () override |
| void | RunJobs () |
| void | HandleRequests () |
Protected Member Functions inherited from GuiApplication | |
| void | DrawRenderTarget () |
| Graphics::Renderer * | StartupRenderer (IniConfig *config, bool hidden=false) |
| Input::Manager * | StartupInput (IniConfig *config) |
| PiGui::Instance * | StartupPiGui () |
| void | ShutdownRenderer () |
| void | ShutdownInput () |
| void | ShutdownPiGui () |
| void | BeginFrame () override |
| void | EndFrame () override |
| void | HandleEvents () |
| void | PollEvents () |
| void | DispatchEvents () |
| virtual void | HandleQuit (SDL_QuitEvent &ev) |
Protected Member Functions inherited from Application | |
| virtual void | Startup () |
| virtual void | Shutdown () |
| virtual void | HandleJobs () |
| virtual void | BeginFrame () |
| virtual void | PreUpdate () |
| virtual void | PostUpdate () |
| virtual void | EndFrame () |
| void | RequestQuit () |
| Lifecycle * | GetActiveLifecycle () |
| void | SetProfilerPath (const std::string &) |
| void | SetProfileSlowFrames (bool enabled) |
| void | SetProfileZones (bool enabled) |
| void | SetProfileTrace (bool enabled) |
Friends | |
| class | Pi |
| class | MainMenu |
| class | GameLoop |
| class | TombstoneLoop |
|
inlineprotected |
| JobSet * Pi::App::GetAsyncStartupQueue | ( | ) | const |
| JobSet * Pi::App::GetCurrentLoadStepQueue | ( | ) | const |
|
protected |

|
inline |
|
overrideprotectedvirtual |
Reimplemented from Application.
|
overrideprotectedvirtual |
Reimplemented from Application.
|
protected |
| void Pi::App::SetStartPath | ( | const SystemPath & | startPath | ) |

|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
friend |
|
friend |
|
friend |
|
friend |