Variables | Functions | Enumerations | Enumerator | Typedefs
Variables | defined in | |
Functions | defined in | |
getBool(const char *name, SbBool defaultValue) | SoPreferences | [static] |
getBool(const SbString &name, SbBool defaultValue) | SoPreferences | [static] |
getColor(const char *name, const SbColor &defaultValue) | SoPreferences | [static] |
getColor(const SbString &name, const SbColor &defaultValue) | SoPreferences | [static] |
getDouble(const char *name, double defaultValue) | SoPreferences | [static] |
getDouble(const SbString &name, double defaultValue) | SoPreferences | [static] |
getFloat(const char *name, float defaultValue) | SoPreferences | [static] |
getFloat(const SbString &name, float defaultValue) | SoPreferences | [static] |
getInt(const char *name, int defaultValue) | SoPreferences | [static] |
getInt(const SbString &name, int defaultValue) | SoPreferences | [static] |
getLong(const char *name, long defaultValue) | SoPreferences | [static] |
getLong(const SbString &name, long defaultValue) | SoPreferences | [static] |
getString(const char *name, const SbString &defaultValue) | SoPreferences | [static] |
getString(const SbString &name, const SbString &defaultValue) | SoPreferences | [static] |
getStringValue(const SbString &name) | SoPreferences | [static] |
getValue(const char *name) | SoPreferences | [static] |
getVec2s(const char *name, const SbVec2s &defaultValue) | SoPreferences | [static] |
getVec2s(const SbString &name, const SbVec2s &defaultValue) | SoPreferences | [static] |
getVec3f(const char *name, const SbVec3f &defaultValue) | SoPreferences | [static] |
getVec3f(const SbString &name, const SbVec3f &defaultValue) | SoPreferences | [static] |
readFile(const char *filename) | SoPreferences | [static] |
readFile(const SbString &filename) | SoPreferences | [static] |
setBool(const char *name, SbBool value) | SoPreferences | [static] |
setBool(const SbString &name, SbBool value) | SoPreferences | [static] |
setColor(const char *name, const SbColor &value) | SoPreferences | [static] |
setColor(const SbString &name, const SbColor &value) | SoPreferences | [static] |
setDouble(const char *name, double value) | SoPreferences | [static] |
setDouble(const SbString &name, double value) | SoPreferences | [static] |
setFloat(const char *name, float value) | SoPreferences | [static] |
setFloat(const SbString &name, float value) | SoPreferences | [static] |
setInt(const char *name, int value) | SoPreferences | [static] |
setInt(const SbString &name, int value) | SoPreferences | [static] |
setLong(const char *name, long value) | SoPreferences | [static] |
setLong(const SbString &name, long value) | SoPreferences | [static] |
setString(const char *name, const SbString &value) | SoPreferences | [static] |
setString(const SbString &name, const SbString &value) | SoPreferences | [static] |
setValue(const char *name, const char *value=NULL) | SoPreferences | [static] |
setValue(const SbString &name, const SbString *value=NULL) | SoPreferences | [static] |
setVec2s(const char *name, const SbVec2s &value) | SoPreferences | [static] |
setVec2s(const SbString &name, const SbVec2s &value) | SoPreferences | [static] |
setVec3f(const char *name, const SbVec3f &value) | SoPreferences | [static] |
setVec3f(const SbString &name, const SbVec3f &value) | SoPreferences | [static] |
Enumerations | defined in | |
Enumerator | defined in | |
Typedefs | defined in | |