Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
CPlatformWin10 Class Reference

#include <PlatformWin10.h>

Inheritance diagram for CPlatformWin10:
CPlatform

Public Member Functions

 CPlatformWin10 ()=default
 C'tor. More...
 
 ~CPlatformWin10 () override=default
 D'tor. More...
 
bool InitStageOne () override
 Called at an early stage of application startup. More...
 
void PlatformSyslog () override
 Print platform specific info to log. More...
 
bool SupportsUserInstalledBinaryAddons () override
 Flag whether this platform supports user installation of binary add-ons. More...
 
- Public Member Functions inherited from CPlatform
 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 IsConfigureAddonsAtStartupEnabled ()
 Flag whether disabled add-ons - installed via packagemanager or manually - should be offered for configuration and activation on kodi startup for this platform. More...
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ CPlatformWin10()

CPlatformWin10::CPlatformWin10 ( )
default

C'tor.

◆ ~CPlatformWin10()

CPlatformWin10::~CPlatformWin10 ( )
overridedefault

D'tor.

Member Function Documentation

◆ InitStageOne()

bool CPlatformWin10::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 CPlatform.

◆ PlatformSyslog()

void CPlatformWin10::PlatformSyslog ( )
overridevirtual

Print platform specific info to log.

Logs platform specific system info during application creation startup

Reimplemented from CPlatform.

◆ SupportsUserInstalledBinaryAddons()

bool CPlatformWin10::SupportsUserInstalledBinaryAddons ( )
overridevirtual

Flag whether this platform supports user installation of binary add-ons.

Reimplemented from CPlatform.


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