Graphite
Version 3
An experimental 3D geometry processing program
|
Utility functions to manipulate preferences. More...
#include <OGF/scene_graph/common/common.h>
Go to the source code of this file.
Namespaces | |
OGF | |
Global Graphite namespace. | |
OGF::Preferences | |
Utility functions to manipulate preferences. | |
Functions | |
void | OGF::Preferences::save_preferences () |
Saves the preferences. More... | |
void | OGF::Preferences::declare_preference_variable (const std::string &name) |
Declares a variable as a preference variables. More... | |
void | OGF::Preferences::declare_preference_variable (const std::string &name, const char *value, const std::string &help="") |
Declares a variable as a preference variables. More... | |
bool | OGF::Preferences::preference_variable_is_declared (const std::string &name) |
Tests whether a variable is declared as a preference variable. More... | |
void | OGF::Preferences::declare_preference_variable (const std::string &name, int value, const std::string &help="") |
Declares a variable as a preference variables. More... | |
void | OGF::Preferences::declare_preference_variable (const std::string &name, bool value, const std::string &help="") |
Declares a variable as a preference variables. More... | |
Utility functions to manipulate preferences.
Definition in file preferences.h.