| AddParameter(const char *name, int type, CfgValue defval) | PLMConfigMgr | [protected] |
| DeclareBool(const char *name, bool defval) | PLMConfigMgr | [inline] |
| DeclareColor(const char *name, PLMColor defval) | PLMConfigMgr | [inline] |
| DeclareDate(const char *name, time_t defval) | PLMConfigMgr | [inline] |
| DeclareFloat(const char *name, float defval) | PLMConfigMgr | [inline] |
| DeclareInt(const char *name, int defval) | PLMConfigMgr | [inline] |
| DeclareString(const char *name, const char *defval) | PLMConfigMgr | [inline] |
| Find(const char *name, u32 &idx) const | PLMConfigMgr | [protected] |
| GetBool(const char *name) const | PLMConfigMgr | [inline] |
| GetCell(const char *name) const | PLMConfigMgr | [protected] |
| GetColor(const char *name) const | PLMConfigMgr | [inline] |
| GetDate(const char *name) const | PLMConfigMgr | [inline] |
| GetFloat(const char *name) const | PLMConfigMgr | [inline] |
| GetInt(const char *name) const | PLMConfigMgr | [inline] |
| GetString(const char *name) const | PLMConfigMgr | [inline] |
| GetValue(const char *name, int type) const | PLMConfigMgr | [protected] |
| m_data (defined in PLMConfigMgr) | PLMConfigMgr | [protected] |
| m_maxcell (defined in PLMConfigMgr) | PLMConfigMgr | [protected] |
| m_nbcell (defined in PLMConfigMgr) | PLMConfigMgr | [protected] |
| NbParameters() const | PLMConfigMgr | [inline] |
| ParamType(const char *name) | PLMConfigMgr | |
| ParseCL(int argc, char **argv) | PLMConfigMgr | |
| ParseFile(const char *file) | PLMConfigMgr | |
| PLMConfigMgr(u32 startsize=5) | PLMConfigMgr | |
| PrintInfo() const | PLMConfigMgr | |
| RemoveParameter(const char *name) | PLMConfigMgr | |
| Save(const char *filename, const char *title=0) const | PLMConfigMgr | |
| SetBool(const char *name, bool val, bool force=false) | PLMConfigMgr | [inline] |
| SetColor(const char *name, PLMColor val, bool force=false) | PLMConfigMgr | [inline] |
| SetDate(const char *name, time_t val, bool force=false) | PLMConfigMgr | [inline] |
| SetFloat(const char *name, float val, bool force=false) | PLMConfigMgr | [inline] |
| SetInt(const char *name, int val, bool force=false) | PLMConfigMgr | [inline] |
| SetString(const char *name, const char *val, bool force=false) | PLMConfigMgr | [inline] |
| SetValue(const char *name, int type, CfgValue val, bool force=false) | PLMConfigMgr | [protected] |
| VAL_BOOL enum value (defined in PLMConfigMgr) | PLMConfigMgr | |
| VAL_COLOR enum value (defined in PLMConfigMgr) | PLMConfigMgr | |
| VAL_DATE enum value (defined in PLMConfigMgr) | PLMConfigMgr | |
| VAL_FLOAT enum value (defined in PLMConfigMgr) | PLMConfigMgr | |
| VAL_INT enum value (defined in PLMConfigMgr) | PLMConfigMgr | |
| VAL_STRING enum value (defined in PLMConfigMgr) | PLMConfigMgr | |
| VAL_UNKNOWN enum value (defined in PLMConfigMgr) | PLMConfigMgr | |
| ValType enum name | PLMConfigMgr | |
| ~PLMConfigMgr() | PLMConfigMgr | |