Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
CPlatformPosix Class Reference

#include <PlatformPosix.h>

Inheritance diagram for CPlatformPosix:
CPlatform CPlatformAndroid CPlatformDarwin

Public Member Functions

void Init () override
 Called at an early stage of application startup. More...
 
- Public Member Functions inherited from CPlatform
 CPlatform ()
 C'tor. More...
 
virtual ~CPlatform ()
 D'tor. More...
 

Static Public Member Functions

static bool TestQuitFlag ()
 
static void RequestQuit ()
 
- Static Public Member Functions inherited from CPlatform
static CPlatformCreateInstance ()
 Creates the Platform object. More...
 

Member Function Documentation

◆ Init()

void CPlatformPosix::Init ( )
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.

◆ RequestQuit()

void CPlatformPosix::RequestQuit ( )
static

◆ TestQuitFlag()

bool CPlatformPosix::TestQuitFlag ( )
static

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