Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CPlatformDarwinOSX Class Reference

#include <PlatformDarwinOSX.h>

Inheritance diagram for CPlatformDarwinOSX:
CPlatformDarwin CPlatformPosix CPlatform CComponentContainer< IPlatformService >

Public Member Functions

 CPlatformDarwinOSX ()=default
 
 ~CPlatformDarwinOSX () override=default
 
bool InitStageOne () override
 Called at an early stage of application startup.
 
bool InitStageTwo () override
 Called at a middle stage of application startup.
 
- Public Member Functions inherited from CPlatformDarwin
 CPlatformDarwin ()=default
 C'tor.
 
 ~CPlatformDarwin () override=default
 D'tor.
 
- Public Member Functions inherited from CPlatformPosix
bool InitStageOne () override
 Called at an early stage of application startup.
 
- Public Member Functions inherited from CPlatform
 CPlatform ()=default
 C'tor.
 
virtual ~CPlatform ()=default
 D'tor.
 
virtual bool InitStageThree ()
 Called at a late stage of application startup.
 
virtual void DeinitStageOne ()
 Called at a late stage of application shutdown.
 
virtual void DeinitStageTwo ()
 Called at a middle stage of application shutdown.
 
virtual void DeinitStageThree ()
 Called at an early stage of application shutdown.
 
virtual bool IsConfigureAddonsAtStartupEnabled ()
 Flag whether disabled add-ons - installed via packagemanager or manually - should be offered for configuration and activation on kodi startup for this platform.
 
virtual bool SupportsUserInstalledBinaryAddons ()
 Flag whether this platform supports user installation of binary add-ons.
 
virtual void PlatformSyslog ()
 Print platform specific info to log.
 
template<class T >
std::shared_ptr< T > GetService ()
 Get a platform service instance.
 
- Public Member Functions inherited from CComponentContainer< IPlatformService >
std::shared_ptr< T > GetComponent ()
 Obtain a component.
 
std::shared_ptr< const T > GetComponent () const
 Obtain a component.
 
std::size_t size () const
 Returns number of registered components.
 

Additional Inherited Members

- Static Public Member Functions inherited from CPlatformPosix
static bool TestQuitFlag ()
 
static void RequestQuit ()
 
- Static Public Member Functions inherited from CPlatform
static CPlatformCreateInstance ()
 Creates the Platform object.
 
- Protected Member Functions inherited from CComponentContainer< IPlatformService >
void RegisterComponent (const std::shared_ptr< IPlatformService > &component)
 Register a new component instance.
 
void DeregisterComponent (const std::type_info &typeInfo)
 Deregister a component.
 

Constructor & Destructor Documentation

◆ CPlatformDarwinOSX()

CPlatformDarwinOSX::CPlatformDarwinOSX ( )
default

◆ ~CPlatformDarwinOSX()

CPlatformDarwinOSX::~CPlatformDarwinOSX ( )
overridedefault

Member Function Documentation

◆ InitStageOne()

bool CPlatformDarwinOSX::InitStageOne ( )
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 CPlatformDarwin.

◆ InitStageTwo()

bool CPlatformDarwinOSX::InitStageTwo ( )
overridevirtual

Called at a middle stage of application startup.

This method can be used for starting platform specific services that do not depend on windowing/gui. (eg macos XBMCHelper)

Reimplemented from CPlatform.


The documentation for this class was generated from the following files: