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 | |
namespace | OGF |
Global Graphite namespace. | |
namespace | OGF::Preferences |
Utility functions to manipulate preferences. | |
Functions | |
void | OGF::Preferences::save_preferences () |
Saves the preferences. | |
void | OGF::Preferences::declare_preference_variable (const std::string &name) |
Declares a variable as a preference variables. | |
void | OGF::Preferences::declare_preference_variable (const std::string &name, const char *value, const std::string &help="") |
Declares a variable as a preference variables. | |
bool | OGF::Preferences::preference_variable_is_declared (const std::string &name) |
Tests whether a variable is declared as a preference variable. | |
void | OGF::Preferences::declare_preference_variable (const std::string &name, int value, const std::string &help="") |
Declares a variable as a preference variables. | |
void | OGF::Preferences::declare_preference_variable (const std::string &name, bool value, const std::string &help="") |
Declares a variable as a preference variables. | |
Utility functions to manipulate preferences.
Definition in file preferences.h.