ArPref(int section, int pref, const char *name, const char *val, const char **validVals, ValType valType, const char *comment) | ArPref | |
ArPref(const ArPref &pref) | ArPref | |
Boolean enum value | ArPref | |
Double enum value | ArPref | |
getBool() | ArPref | [virtual] |
getBoolSet(bool *boolArray, int size) | ArPref | [virtual] |
getDouble() | ArPref | [virtual] |
getDoubleSet(double *doubleArray, int size) | ArPref | [virtual] |
getInt() | ArPref | [virtual] |
getIntSet(int *intArray, int size) | ArPref | [virtual] |
getSetCount() | ArPref | [virtual] |
getString() | ArPref | [virtual] |
getStringSet(std::string *stringArray, int size) | ArPref | [virtual] |
Integer enum value | ArPref | |
setBool(bool val, bool append=false) | ArPref | [virtual] |
setBoolSet(bool append, int count,...) | ArPref | [virtual] |
setDouble(double val, bool append=false) | ArPref | [virtual] |
setDoubleSet(bool append, int count,...) | ArPref | [virtual] |
setInt(int val, bool append=false) | ArPref | [virtual] |
setIntSet(bool append, int count,...) | ArPref | [virtual] |
setString(const char *val, bool append=false) | ArPref | [virtual] |
String enum value | ArPref | |
ValType enum name | ArPref | |
~ArPref() | ArPref | [virtual] |