, including all inherited members.
AbstractFrontend() | PLCore::AbstractFrontend | [protected] |
AbstractLifecycle() | PLCore::AbstractLifecycle | [protected] |
AddReference() | PLCore::ObjectBase | |
CallMethod(const String &sName, DynParams &cParams) | PLCore::Object | |
CallMethod(const String &sName, const DynParams &cParams) | PLCore::Object | |
CallMethod(const String &sName, const String &sParams) | PLCore::Object | |
CallMethod(const String &sName, const XmlElement &cElement) | PLCore::Object | |
ClearScene() | PLEngine::EngineApplication | |
ConsoleCommandQuit(ConsoleCommand &cCommand) | PLEngine::EngineApplication | |
CoreApplication() | PLCore::CoreApplication | |
DeInit() | PLRenderer::SurfaceWindowHandler | [protected] |
DestroyScript() | PLEngine::ScriptApplication | [protected] |
EngineApplication(PLCore::Frontend &cFrontend, const PLCore::String &sSceneFilename="") | PLEngine::EngineApplication | |
Exit(int nResult) | PLCore::CoreApplication | [inline] |
FromString(const String &sString) | PLCore::Object | [virtual] |
FromXml(const XmlElement &cElement) | PLCore::Object | [virtual] |
FrontendApplication(Frontend &cFrontend) | PLCore::FrontendApplication | [protected] |
GetAppDataSubdir() const | PLCore::CoreApplication | [inline] |
GetApplication() | PLCore::CoreApplication | [inline, static] |
GetApplicationContext() const | PLCore::CoreApplication | [inline] |
GetAttribute(const String &sName) const | PLCore::Object | |
GetAttributes() const | PLCore::Object | |
GetBaseDirectory() const | PLEngine::ScriptApplication | |
GetCamera() const | PLEngine::EngineApplication | |
GetClass() const | PLCore::ObjectBase | [virtual] |
GetConfig() | PLCore::CoreApplication | [inline] |
GetConfigName() const | PLCore::CoreApplication | [inline] |
GetInputController() const | PLEngine::EngineApplication | |
GetLogName() const | PLCore::CoreApplication | [inline] |
GetMethod(const String &sName) | PLCore::Object | |
GetMethods(List< DynFuncPtr > &lstMethods) | PLCore::Object | |
GetMultiUser() const | PLCore::CoreApplication | [inline] |
GetName() const | PLCore::CoreApplication | [inline] |
GetPointer() const | PLCore::ObjectBase | |
GetPointer() | PLCore::ObjectBase | |
GetRefCount() const | PLCore::ObjectBase | |
GetRenderer() const | PLRenderer::SurfaceWindowHandler | [inline] |
GetScene() const | PLEngine::EngineApplication | |
GetSceneRendererTool() | PLEngine::EngineApplication | |
GetSceneRendererTool() const | PLEngine::EngineApplication | |
GetScreenshotTool() | PLEngine::EngineApplication | |
GetScript() const | PLEngine::ScriptApplication | |
GetScriptDirectory() const | PLEngine::ScriptApplication | |
GetScriptFilename() const | PLEngine::ScriptApplication | |
GetSignal(const String &sName) const | PLCore::Object | |
GetSignals() const | PLCore::Object | |
GetSlot(const String &sName) const | PLCore::Object | |
GetSlots() const | PLCore::Object | |
GetSurface() const | PLRenderer::SurfaceWindowHandler | [inline] |
GetTitle() const | PLCore::CoreApplication | [inline] |
GetValues(EDefaultValue nDefaultValue=NoDefault) const | PLCore::Object | |
GetValuesXml(XmlElement &cElement, EDefaultValue nDefaultValue=NoDefault) const | PLCore::Object | |
GetVersion() const | PLCore::CoreApplication | [inline] |
Init(Renderer &cRenderer, PLCore::handle nNativeWindowHandle, const DisplayMode &sDisplayMode, bool bFullscreen=false) | PLRenderer::SurfaceWindowHandler | [protected] |
IsEditModeEnabled() const | PLEngine::EngineApplication | |
IsInstanceOf(const String &sClass) const | PLCore::Object | |
IsInstanceOfByReference(const Class &cClass) const | PLCore::Object | |
IsRunning() const | PLCore::CoreApplication | [inline] |
LoadScene(const PLCore::String &sFilename) | PLEngine::EngineApplication | [virtual] |
LoadScript(const PLCore::String &sFilename) | PLEngine::ScriptApplication | [protected] |
m_bEditModeEnabled | PLEngine::EngineApplication | [protected] |
m_bHasLoadScreen | PLEngine::EngineApplication | [protected] |
m_bMultiUser | PLCore::CoreApplication | [protected] |
m_bRunning | PLCore::CoreApplication | [protected] |
m_cApplicationContext | PLCore::CoreApplication | [protected] |
m_cCameraHandler | PLEngine::EngineApplication | [protected] |
m_cCommandLine | PLCore::CoreApplication | [protected] |
m_cConfig | PLCore::CoreApplication | [protected] |
m_cSceneContainerHandler | PLEngine::EngineApplication | [protected] |
m_cSceneRendererTool | PLEngine::EngineApplication | [protected] |
m_cScreenshot | PLEngine::EngineApplication | [protected] |
m_cVersion | PLCore::CoreApplication | [protected] |
m_nResult | PLCore::CoreApplication | [protected] |
m_pDisplayMode | PLRenderer::RendererApplication | [protected] |
m_pFirstFoundCamera | PLEngine::EngineApplication | [protected] |
m_pInputController | PLEngine::EngineApplication | [protected] |
m_pRenderer | PLRenderer::SurfaceWindowHandler | [protected] |
m_pRendererContext | PLRenderer::RendererApplication | [protected] |
m_pRootScene | PLScene::SceneApplication | [protected] |
m_pSceneContext | PLScene::SceneApplication | [protected] |
m_pSurfaceHandler | PLRenderer::SurfaceWindowHandler | [protected] |
m_sAppDataSubdir | PLCore::CoreApplication | [protected] |
m_sClearColor | PLEngine::EngineApplication | [protected] |
m_sConfigName | PLCore::CoreApplication | [protected] |
m_sDefaultSceneRenderer | PLEngine::EngineApplication | [protected] |
m_sInitialScriptFilename | PLEngine::ScriptApplication | [protected] |
m_sLogName | PLCore::CoreApplication | [protected] |
m_sName | PLCore::CoreApplication | [protected] |
m_sSceneRendererVariables | PLEngine::EngineApplication | [protected] |
m_sStartCamera | PLEngine::EngineApplication | [protected] |
m_sSurfacePainter | PLRenderer::RendererApplication | [protected] |
m_sTitle | PLCore::CoreApplication | [protected] |
Main() | PLCore::CoreApplication | [protected, virtual] |
Object() | PLCore::Object | |
ObjectBase() | PLCore::ObjectBase | |
OnCreate() override | PLCore::CoreApplication | [protected, virtual] |
OnCreateInputController() | PLEngine::EngineApplication | [protected, virtual] |
OnCreatePainter() | PLRenderer::RendererApplication | [protected, virtual] |
OnCreateRendererContext() | PLRenderer::RendererApplication | [protected, virtual] |
OnCreateRootScene() override | PLEngine::EngineApplication | [protected, virtual] |
OnCreateScene(PLScene::SceneContainer &cContainer) | PLEngine::EngineApplication | [protected, virtual] |
OnDeInit() | PLEngine::ScriptApplication | [protected, virtual] |
OnDestroy() override | PLCore::CoreApplication | [protected, virtual] |
OnDraw() override | PLRenderer::RendererApplication | [protected, virtual] |
OnDrop(const Container< String > &lstFiles) override | PLCore::FrontendApplication | [protected, virtual] |
OnFirstProgramStart() | PLCore::CoreApplication | [protected, virtual] |
OnFullscreenMode() override | PLRenderer::RendererApplication | [protected, virtual] |
OnInit() | PLEngine::ScriptApplication | [protected, virtual] |
OnInitCmdLine() | PLCore::CoreApplication | [protected, virtual] |
OnInitConfig() override | PLCore::FrontendApplication | [protected, virtual] |
OnInitData() override | PLCore::FrontendApplication | [protected, virtual] |
OnInitLog() | PLCore::CoreApplication | [protected, virtual] |
OnInitPlugins() override | PLCore::FrontendApplication | [protected, virtual] |
OnInputControllerFound(PLInput::Controller *pInputController, PLCore::String sInputSemantic) | PLEngine::EngineApplication | [protected, virtual] |
OnLoadProgress(float fLoadProgress) | PLEngine::EngineApplication | [protected, virtual] |
OnPause() override | PLEngine::EngineApplication | [protected, virtual] |
OnPrintHelp() | PLCore::CoreApplication | [protected, virtual] |
OnPrintVersion() | PLCore::CoreApplication | [protected, virtual] |
OnRestart() override | PLCore::CoreApplication | [protected, virtual] |
OnResume() override | PLEngine::EngineApplication | [protected, virtual] |
OnSignal(ESignal nSignal) | PLCore::CoreApplication | [protected, virtual] |
OnSize() override | PLCore::FrontendApplication | [protected, virtual] |
OnStart() override | PLEngine::EngineApplication | [protected, virtual] |
OnStop() override | PLEngine::EngineApplication | [protected, virtual] |
OnUpdate() override | PLEngine::ScriptApplication | [protected, virtual] |
Release() | PLCore::ObjectBase | |
Run(const String &sExecutableFilename, const Array< String > &lstArguments) | PLCore::CoreApplication | |
ScriptApplication(PLCore::Frontend &cFrontend) | PLEngine::ScriptApplication | |
ScriptApplication(PLCore::Frontend &cFrontend, PLCore::String sScriptFilename) | PLEngine::ScriptApplication | |
ScriptApplication(PLCore::Frontend &cFrontend, PLCore::String sScriptFilename, PLCore::String sName, PLCore::String sTitle, PLCore::String sAppDataSubdir) | PLEngine::ScriptApplication | |
SetAppDataSubdir(const String &sSubdir) | PLCore::CoreApplication | [inline] |
SetAttribute(const String &sName, const String &sValue) | PLCore::Object | |
SetAttribute(const String &sName, const DynVar &cVar) | PLCore::Object | |
SetAttribute(const String &sName, const DynVar *pVar) | PLCore::Object | |
SetAttributeDefault(const String &sName) | PLCore::Object | |
SetBaseDirectory(const PLCore::String &sBaseDirectory) | PLEngine::ScriptApplication | |
SetCamera(PLScene::SNCamera *pCamera) | PLEngine::EngineApplication | [virtual] |
SetConfigName(const String &sConfigName) | PLCore::CoreApplication | [inline] |
SetDefaultValues() | PLCore::Object | |
SetEditModeEnabled(bool bEnabled=true) | PLEngine::EngineApplication | |
SetInputController(PLInput::VirtualController *pInputController) | PLEngine::EngineApplication | |
SetLogName(const String &sLogName) | PLCore::CoreApplication | [inline] |
SetMultiUser(bool bMultiUser) | PLCore::CoreApplication | [inline] |
SetName(const String &sName) | PLCore::CoreApplication | |
SetRootScene(PLScene::SceneContainer *pSceneContainer) | PLScene::SceneApplication | [protected] |
SetScene(PLScene::SceneContainer *pContainer) | PLEngine::EngineApplication | |
SetTitle(const String &sTitle) | PLCore::CoreApplication | [inline] |
SetValues(const String &sVars) | PLCore::Object | |
SetValuesXml(const XmlElement &cElement) | PLCore::Object | |
SetVersion(const Version &cVersion) | PLCore::CoreApplication | [inline] |
SoftRelease() | PLCore::ObjectBase | |
SurfaceWindowHandler() | PLRenderer::SurfaceWindowHandler | |
ToString() const | PLCore::Object | [virtual] |
ToXml() const | PLCore::Object | [virtual] |
~AbstractFrontend() | PLCore::AbstractFrontend | [protected, virtual] |
~AbstractLifecycle() | PLCore::AbstractLifecycle | [protected, virtual] |
~CoreApplication() | PLCore::CoreApplication | [virtual] |
~EngineApplication() | PLEngine::EngineApplication | [virtual] |
~FrontendApplication() | PLCore::FrontendApplication | [protected, virtual] |
~Object() | PLCore::Object | [virtual] |
~ObjectBase() | PLCore::ObjectBase | [virtual] |
~ScriptApplication() | PLEngine::ScriptApplication | [virtual] |
~SurfaceWindowHandler() | PLRenderer::SurfaceWindowHandler | [virtual] |