#include <AppParams.h>
◆ CAppParams()
CAppParams::CAppParams |
( |
| ) |
|
◆ ~CAppParams()
CAppParams::~CAppParams |
( |
| ) |
|
|
virtualdefault |
◆ GetAudioBackend()
const std::string & CAppParams::GetAudioBackend |
( |
| ) |
const |
|
inline |
◆ GetGlInterface()
const std::string & CAppParams::GetGlInterface |
( |
| ) |
const |
|
inline |
◆ GetLogLevel()
int CAppParams::GetLogLevel |
( |
| ) |
const |
|
inline |
◆ GetLogTarget()
const std::string & CAppParams::GetLogTarget |
( |
| ) |
const |
|
inline |
◆ GetPlaylist()
◆ GetRawArgs()
const std::vector< std::string > & CAppParams::GetRawArgs |
( |
| ) |
const |
|
inline |
Get the raw command-line arguments.
Note: Raw arguments are currently not used by Kodi, but they will be useful if/when ROS 2 support is ever merged.
- Returns
- The arguments. Note that the leading argument is the executable path name.
◆ GetSettingsFile()
const std::string & CAppParams::GetSettingsFile |
( |
| ) |
const |
|
inline |
◆ GetWindowing()
const std::string & CAppParams::GetWindowing |
( |
| ) |
const |
|
inline |
◆ HasPlatformDirectories()
bool CAppParams::HasPlatformDirectories |
( |
| ) |
const |
|
inline |
◆ IsStandAlone()
bool CAppParams::IsStandAlone |
( |
| ) |
const |
|
inline |
◆ IsStartFullScreen()
bool CAppParams::IsStartFullScreen |
( |
| ) |
const |
|
inline |
◆ IsTestMode()
bool CAppParams::IsTestMode |
( |
| ) |
const |
|
inline |
◆ SetAudioBackend()
void CAppParams::SetAudioBackend |
( |
std::string_view | audioBackend | ) |
|
|
inline |
◆ SetGlInterface()
void CAppParams::SetGlInterface |
( |
const std::string & | glInterface | ) |
|
|
inline |
◆ SetLogLevel()
void CAppParams::SetLogLevel |
( |
int | logLevel | ) |
|
|
inline |
◆ SetLogTarget()
void CAppParams::SetLogTarget |
( |
const std::string & | logTarget | ) |
|
|
inline |
◆ SetPlatformDirectories()
void CAppParams::SetPlatformDirectories |
( |
bool | platformDirectories | ) |
|
|
inline |
◆ SetRawArgs()
void CAppParams::SetRawArgs |
( |
std::vector< std::string > | args | ) |
|
Set the raw command-line arguments.
\args The arguments. Note that the leading argument is the executable path name.
◆ SetSettingsFile()
void CAppParams::SetSettingsFile |
( |
const std::string & | settingsFile | ) |
|
|
inline |
◆ SetStandAlone()
void CAppParams::SetStandAlone |
( |
bool | standAlone | ) |
|
|
inline |
◆ SetStartFullScreen()
void CAppParams::SetStartFullScreen |
( |
bool | startFullScreen | ) |
|
|
inline |
◆ SetTestMode()
void CAppParams::SetTestMode |
( |
bool | testMode | ) |
|
|
inline |
◆ SetWindowing()
void CAppParams::SetWindowing |
( |
const std::string & | windowing | ) |
|
|
inline |
The documentation for this class was generated from the following files: