![]() |
An open-source, flexible 3D physical simulation framework
|
Classes | |
class | CFGClient |
class | CFGManager |
class | CFGManagerInterface |
class | CFGParam |
class | CFGParamBool |
class | CFGParamDouble |
struct | cfgParamInfo |
class | CFGParamInt |
class | CFGParamString |
class | CFGProperty |
struct | cfgPropertyStruct |
Typedefs | |
typedef unsigned long | cfgParamId |
typedef std::map< std::string, CFGParam * > | mapStringToParam |
typedef std::map< cfgParamId, CFGParam * > | mapIdToParam |
Enumerations | |
enum | cfgParamType { doubleParam = 0, intParam, boolParam, stringParam, noParam, dstNrOfParamTypes } |
enum | cfgPropertyType { noTypeSet = 0, intProperty, doubleProperty, boolProperty, stringProperty } |
enum | cfgParamOption { noParamOption = 0, userSave = 1, saveOnClose = 2 } |
Variables | |
static const std::string | cfgParamTypeString [dstNrOfParamTypes] |
typedef unsigned long mars::cfg_manager::cfgParamId |
typedef std::map<cfgParamId, CFGParam*> mars::cfg_manager::mapIdToParam |
Definition at line 56 of file CFGManager.h.
typedef std::map<std::string, CFGParam*> mars::cfg_manager::mapStringToParam |
Definition at line 53 of file CFGManager.h.
|
static |