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


Public Member Functions | |
| ModelViewerApp () | |
| void | SetInitialModel (std::string &modelName) |
| std::string & | GetModelName () |
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 | |
| void | Startup () override |
| void | Shutdown () override |
| void | PreUpdate () override |
| void | PostUpdate () override |
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 | ModelViewer |
|
inline |
|
inline |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
inline |
|
overrideprotectedvirtual |
|
overrideprotectedvirtual |
|
friend |