Settings Class Reference
Contains some of the applications current settings.
More...
#include <settings.h>
List of all members.
Detailed Description
Contains some of the applications current settings.
Member Function Documentation
bool Settings::getBoolSetting |
( |
string |
name |
) |
|
float Settings::getFloatSetting |
( |
string |
name |
) |
|
int Settings::getIntSetting |
( |
string |
name |
) |
|
map<string, GLuint> Settings::getTransferFunctionsMap |
( |
|
) |
[inline] |
void Settings::setBoolSetting |
( |
string |
name, |
|
|
bool |
value | |
|
) |
| | |
void Settings::setFloatSetting |
( |
string |
name, |
|
|
float |
value | |
|
) |
| | |
void Settings::setIntSetting |
( |
string |
name, |
|
|
int |
value | |
|
) |
| | |
void Settings::setStringSetting |
( |
string |
name, |
|
|
string |
value | |
|
) |
| | |
void Settings::setTransferFunctionsMap |
( |
map< string, GLuint > |
tfMap |
) |
[inline] |
The documentation for this class was generated from the following files:
- C:/Documents and Settings/benesova/Plocha/FlowVis/vislab2/settings.h
- C:/Documents and Settings/benesova/Plocha/FlowVis/vislab2/settings.cpp