Kanzi  3.9.7
Kanzi Engine API
system_configuration.hpp File Reference

Namespaces

 kanzi
 Easing functions that require external dependencies for calculation.
 

Typedefs

using kanzi::SystemConfiguration = unordered_map< string, string >
 

Functions

template<typename T >
kanzi::parseValue (const SystemConfiguration &configuration, const string &key, T defaultValue)
 
template<>
int kanzi::parseValue (const SystemConfiguration &configuration, const string &key, int defaultValue)
 
template<>
optional< int > kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< int > defaultValue)
 
template<>
optional< unsigned int > kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< unsigned int > defaultValue)
 
template<>
unsigned int kanzi::parseValue (const SystemConfiguration &configuration, const string &key, unsigned int defaultValue)
 
template<>
string kanzi::parseValue (const SystemConfiguration &configuration, const string &key, string defaultValue)
 
template<>
SurfaceColorSpace kanzi::parseValue (const SystemConfiguration &configuration, const string &key, SurfaceColorSpace defaultValue)
 
template<>
WindowStyle kanzi::parseValue (const SystemConfiguration &configuration, const string &key, WindowStyle defaultValue)
 
template<>
enum EGLSurfaceType int enum EGLContextClientVersion int optional< EGLContextClientVersion > kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< EGLContextClientVersion > defaultValue)
 
template<>
optional< EGLSurfaceType > kanzi::parseValue (const SystemConfiguration &configuration, const string &key, optional< EGLSurfaceType > defaultValue)
 

Variables

const string kanzi::ConfigurationKeyDefaultDisplayIndex
 Key to access the default display index of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultSurfaceBitsAlpha
 Key to access the default surface bits alpha of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultSurfaceBitsBlue
 Key to access the default surface bits blue of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultSurfaceBitsDepth
 Key to access the default surface bits depth of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultSurfaceBitsGreen
 Key to access the default surface bits green of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultSurfaceBitsRed
 Key to access the default surface bits red of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultSurfaceType
 Key to access the default surface type of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultWindowClassName
 Key to access the default window class name of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultWindowHeight
 Key to access the default window height parameter of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultWindowOrder
 Key to access the default window order parameter of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultWindowStyle
 Key to access the default window style of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultWindowTitle
 Key to access the default window title of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultWindowWidth
 Key to access the default window width parameter of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultWindowX
 Key to access the default window X coordinate parameter of the system configuration. More...
 
const string kanzi::ConfigurationKeyDefaultWindowY
 Key to access the default window Y coordinate parameter of the system configuration. More...
 
const string kanzi::ConfigurationKeyEGLContextClientVersion
 
const string kanzi::ConfigurationKeyEGLGraphicsFormatID
 
const string kanzi::ConfigurationKeyEGLSurfaceType
 
const string kanzi::ConfigurationKeyQnxEnableSlogger2
 
const string kanzi::ConfigurationKeyQnxEnumerateDisplays
 
const string kanzi::ConfigurationKeyQnxPipelineID
 
const string kanzi::ConfigurationKeyQnxSlogger2MaxRetries
 
const string kanzi::ConfigurationKeyQnxSlogger2VerbosityLevel
 
const string kanzi::ConfigurationKeySurfaceColorSpace
 
const string kanzi::ConfigurationKeyWGLGraphicsFormatID
 
const string kanzi::ConfigurationKeyWin32EnumerateDisplays
 
const string kanzi::ConfigurationValueSlogger2VerbosityLevelCritical
 
const string kanzi::ConfigurationValueSlogger2VerbosityLevelDebug1
 
const string kanzi::ConfigurationValueSlogger2VerbosityLevelDebug2
 
const string kanzi::ConfigurationValueSlogger2VerbosityLevelError
 
const string kanzi::ConfigurationValueSlogger2VerbosityLevelInfo
 
const string kanzi::ConfigurationValueSlogger2VerbosityLevelNotice
 
const string kanzi::ConfigurationValueSlogger2VerbosityLevelShutdown
 
const string kanzi::ConfigurationValueSlogger2VerbosityLevelWarning
 
const string kanzi::SystemConfigurationKeyMmapMode
 
const string kanzi::SystemConfigurationValueMmapDefault
 
const string kanzi::SystemConfigurationValueMmapEager
 
const string kanzi::SystemConfigurationValueMmapLazy