![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <PlatformLinux.h>
Public Member Functions | |
CPlatformLinux ()=default | |
~CPlatformLinux () override=default | |
bool | InitStageOne () override |
Called at an early stage of application startup. More... | |
bool | IsConfigureAddonsAtStartupEnabled () override |
Flag whether disabled add-ons - installed via packagemanager or manually - should be offered for configuration and activation on kodi startup for this platform. More... | |
![]() | |
bool | InitStageOne () override |
Called at an early stage of application startup. More... | |
![]() | |
CPlatform ()=default | |
C'tor. More... | |
virtual | ~CPlatform ()=default |
D'tor. More... | |
virtual bool | InitStageTwo () |
Called at a middle stage of application startup. More... | |
virtual bool | InitStageThree () |
Called at a late stage of application startup. More... | |
virtual bool | SupportsUserInstalledBinaryAddons () |
Flag whether this platform supports user installation of binary add-ons. More... | |
virtual void | PlatformSyslog () |
Print platform specific info to log. More... | |
Additional Inherited Members | |
![]() | |
static bool | TestQuitFlag () |
static void | RequestQuit () |
![]() | |
static CPlatform * | CreateInstance () |
Creates the Platform object. More... | |
|
default |
|
overridedefault |
|
overridevirtual |
Called at an early stage of application startup.
This method can be used to do platform specific environment preparation or initialisation (like setting environment variables for example)
Reimplemented from CPlatform.
|
inlineoverridevirtual |
Flag whether disabled add-ons - installed via packagemanager or manually - should be offered for configuration and activation on kodi startup for this platform.
Reimplemented from CPlatform.