#include <Options.h>
Public Member Functions | |
bool | ReadXML (const char *szFilename) |
bool | WriteXML () |
Public Attributes | |
vtStringArray | m_oldDataPaths |
bool | m_bEarthView |
vtString | m_strEarthImage |
vtString | m_strInitTerrain |
vtString | m_strInitLocation |
vtString | m_strUseElevation |
bool | m_bStartInNeutral |
bool | m_bFullscreen |
bool | m_bStereo |
int | m_iStereoMode |
IPoint2 | m_WinPos |
IPoint2 | m_WinSize |
bool | m_bLocationInside |
bool | m_bHtmlpane |
bool | m_bFloatingToolbar |
bool | m_bTextureCompression |
bool | m_bDisableModelMipmaps |
bool | m_bDirectPicking |
float | m_fSelectionCutoff |
float | m_fMaxPickableInstanceRadius |
float | m_fCursorThickness |
float | m_fPlantScale |
bool | m_bShadows |
bool | m_bOnlyAvailableSpecies |
float | m_fCatenaryFactor |
vtString | m_strContentFile |
bool | m_bShowProgress |
bool | m_bFlyIn |
bool | m_bUseJoystick |
bool | m_bUseSpaceNav |
bool | m_bShowToolsCulture |
bool | m_bShowToolsSnapshot |
bool | m_bShowToolsTime |
vtString | m_strFilename |
All the global options for the Enviro application. These can be accessed anywhere, anytime using the global singleton "g_Options". Enviro let the user edit them with OptionsDlg and serializes them to a file called "Enviro.xml".