Enviro application
Macros | Functions | Variables
Options.cpp File Reference
Include dependency graph for Options.cpp:

Macros

#define STR_DATAPATH   "DataPath"
 
#define STR_EARTHVIEW   "EarthView"
 
#define STR_EARTHIMAGE   "EarthImage"
 
#define STR_INITTERRAIN   "InitialTerrain"
 
#define STR_FULLSCREEN   "FullScreen"
 
#define STR_STEREO   "Stereo"
 
#define STR_STEREO_MODE   "StereoMode"
 
#define STR_MULTISAMPLES   "Multisamples"
 
#define STR_WINLOC   "WindowLocation"
 
#define STR_LOCINSIDE   "LocationIsInside"
 
#define STR_HTMLPANE   "HTMLPane"
 
#define STR_FLOATBAR   "FloatingToolBar"
 
#define STR_TEXTURE_COMPRESSION   "TextureCompression"
 
#define STR_PLANTSIZE   "PlantSize"
 
#define STR_PLANTSHADOWS   "PlantShadows"
 
#define STR_ONLY_AVAILABLE_SPECIES   "ShowOnlyAvailableSpecies"
 
#define STR_SELECTIONCUTOFF   "SelectionCutoff"
 
#define STR_DISABLE_MODEL_MIPMAPS   "DisableModelMipmaps"
 
#define STR_CURSOR_THICKNESS   "CursorThickness"
 
#define STR_CONTENT_FILE   "ContentFile"
 
#define STR_CATENARY_FACTOR   "CatenaryFactor"
 
#define STR_MAX_INST_RADIUS   "MaxPickableInstanceRadius"
 
#define STR_DIRECT_PICKING   "DirectPicking"
 
#define STR_SHOW_PROGRESS   "ShowProgress"
 
#define STR_FLY_IN   "FlyIn"
 
#define STR_USE_JOYSTICK   "UseJoystick"
 
#define STR_USE_SPACENAV   "UseSpaceNav"
 
#define STR_TB_CULTURE   "TBCulture"
 
#define STR_TB_SNAPSHOT   "TBSnapshot"
 
#define STR_TB_TIME   "TBTime"
 

Functions

void LocalToUTF8 (vtString &str)
 
void s2b (std::string &s, bool &b)
 
void WriteElem (ofstream &output, const char *elem, const char *value)
 
void WriteElemB (ofstream &output, const char *elem, bool value)
 
void WriteElemI (ofstream &output, const char *elem, int value)
 
void WriteElemF (ofstream &output, const char *elem, float value)
 

Variables

EnviroOptions g_Options
 

Macro Definition Documentation

#define STR_CATENARY_FACTOR   "CatenaryFactor"
#define STR_CONTENT_FILE   "ContentFile"
#define STR_CURSOR_THICKNESS   "CursorThickness"
#define STR_DATAPATH   "DataPath"
#define STR_DIRECT_PICKING   "DirectPicking"
#define STR_DISABLE_MODEL_MIPMAPS   "DisableModelMipmaps"
#define STR_EARTHIMAGE   "EarthImage"
#define STR_EARTHVIEW   "EarthView"
#define STR_FLOATBAR   "FloatingToolBar"
#define STR_FLY_IN   "FlyIn"
#define STR_FULLSCREEN   "FullScreen"
#define STR_HTMLPANE   "HTMLPane"
#define STR_INITTERRAIN   "InitialTerrain"
#define STR_LOCINSIDE   "LocationIsInside"
#define STR_MAX_INST_RADIUS   "MaxPickableInstanceRadius"
#define STR_MULTISAMPLES   "Multisamples"
#define STR_ONLY_AVAILABLE_SPECIES   "ShowOnlyAvailableSpecies"
#define STR_PLANTSHADOWS   "PlantShadows"
#define STR_PLANTSIZE   "PlantSize"
#define STR_SELECTIONCUTOFF   "SelectionCutoff"
#define STR_SHOW_PROGRESS   "ShowProgress"
#define STR_STEREO   "Stereo"
#define STR_STEREO_MODE   "StereoMode"
#define STR_TB_CULTURE   "TBCulture"
#define STR_TB_SNAPSHOT   "TBSnapshot"
#define STR_TB_TIME   "TBTime"
#define STR_TEXTURE_COMPRESSION   "TextureCompression"
#define STR_USE_JOYSTICK   "UseJoystick"
#define STR_USE_SPACENAV   "UseSpaceNav"
#define STR_WINLOC   "WindowLocation"

Function Documentation

void LocalToUTF8 ( vtString str)
void s2b ( std::string &  s,
bool &  b 
)
void WriteElem ( ofstream &  output,
const char *  elem,
const char *  value 
)
void WriteElemB ( ofstream &  output,
const char *  elem,
bool  value 
)
void WriteElemF ( ofstream &  output,
const char *  elem,
float  value 
)
void WriteElemI ( ofstream &  output,
const char *  elem,
int  value 
)

Variable Documentation

EnviroOptions g_Options