Graphite  Version 3
An experimental 3D geometry processing program
preferences.h File Reference

Utility functions to manipulate preferences. More...

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...
 

Detailed Description

Utility functions to manipulate preferences.

Definition in file preferences.h.