omni::kit
-
namespace kit
Namespace for kit.
Classes
omni::kit::IApp: Main Kit Application plugin.
omni::kit::IAppMessageBox: Interface for producing an OS-specific modal message box.
omni::kit::IAppScripting: Scripting Engine interface.
omni::kit::IRunLoopRunner: Interface to implement by custom run loop runners.
omni::kit::RunLoop: Run Loop.
omni::kit::Wildcard: Defines the wildcard class.
Enumerations
omni::kit::MessageBoxButtons: Buttons to place on the message box.
omni::kit::MessageBoxResponse: Message box user response.
omni::kit::MessageBoxType: Message box type.
omni::kit::RestartArgsPolicy: How to handle passed arguments when restarting an app.
Namespaces
omni::kit::update: Namespace for kit update ordering values.
Structs
omni::kit::AppDesc: Application descriptor.
omni::kit::AppInfo: App information.
omni::kit::BuildInfo: Build information.
omni::kit::PlatformInfo: Platform information.
Typedefs
omni::kit::IRunLoopRunnerPtr: RAII pointer type for IRunLoopRunner .
Variables
omni::kit::kEventAppReady: An event that is dispatched when the application becomes ready.
omni::kit::kEventAppStarted: An event that is dispatched at app startup time.
omni::kit::kPostQuitEventType: A shutdown event that is pushed during the next update after postQuit is called.
omni::kit::kPreShutdownEventType: A shutdown event that is pushed to indicate the start of shutdown.
omni::kit::kRunLoopDefault: Predefined Run Loop name.
omni::kit::kRunLoopRendering: Predefined Run Loop name.
omni::kit::kRunLoopSimulation: Predefined Run Loop name.
omni::kit::kRunLoopUi: Predefined Run Loop name.
omni::kit::kScriptingEventCommand: An event that is pushed when a scripting command is issued.
omni::kit::kScriptingEventStdErr: An event that is pushed when a scripting command is issued.
omni::kit::kScriptingEventStdOut: An event that is pushed when a scripting command is issued.