![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <AppParamParserLinux.h>
Public Member Functions | |
CAppParamParserLinux () | |
~CAppParamParserLinux () | |
![]() | |
CAppParamParser () | |
~CAppParamParser () | |
void | Parse (const char *const *argv, int nArgs) |
void | SetAdvancedSettings (CAdvancedSettings &advancedSettings) const |
const CFileItemList & | GetPlaylist () const |
void | SetLogLevel (int logLevel) |
void | SetStartFullScreen (bool startFullScreen) |
void | SetPlatformDirectories (bool platformDirectories) |
void | SetStandAlone (bool standAlone) |
bool | HasPlatformDirectories () const |
bool | IsTestMode () const |
bool | IsStandAlone () const |
const std::string & | GetWindowing () const |
const std::string & | GetLogTarget () const |
Protected Member Functions | |
void | ParseArg (const std::string &arg) override |
void | DisplayHelp () override |
Additional Inherited Members | |
![]() | |
std::string | m_windowing |
std::string | m_logTarget |
CAppParamParserLinux::CAppParamParserLinux | ( | ) |
|
default |
|
overrideprotectedvirtual |
Reimplemented from CAppParamParser.
|
overrideprotectedvirtual |
Reimplemented from CAppParamParser.