Display-def.cpp File Reference

Go to the source code of this file.

Enumerations

enum  {
  ID_LOADDEFAULTS = 60, ID_LOADFASTEST, ID_LOADSAFE,
  ID_LOADMEDIUM, ID_MORERES, ID_KEYDEFAULTS,
  ID_IMPORT, ID_EXPORT, ID_NOTEBOOK,
  ID_PANEL_IDENT, ID_KEY = 200
}

Variables

static wxCheckBox * IDC_NOENVCOMBINE_CTRL = 0
static wxCheckBox * IDC_NOOBJECTSHADOWS_CTRL = 0
static wxCheckBox * IDC_NOSHADOWS_CTRL = 0
static wxCheckBox * IDC_NOSHADERS_CTRL = 0
static wxCheckBox * IDC_SIMPLEWATERSHADERS_CTRL = 0
static wxCheckBox * IDC_NOCUBEMAP_CTRL = 0
static wxCheckBox * IDC_NOSPHEREMAP_CTRL = 0
static wxCheckBox * IDC_NOMIPMAPS_CTRL = 0
static wxCheckBox * IDC_NOEXT_CTRL = 0
static wxCheckBox * IDC_NOSOUND_CTRL = 0
static wxCheckBox * IDC_NOMUSIC_CTRL = 0
static wxComboBox * IDC_SOUNDCHANNELS_CTRL = 0
static wxCheckBox * IDC_NOWATER_CTRL = 0
static wxCheckBox * IDC_NOWATERREF_CTRL = 0
static wxCheckBox * IDC_NOSURROUND_CTRL = 0
static wxCheckBox * IDC_NOVBO_CTRL = 0
static wxCheckBox * IDC_NOPRECIPITATION_CTRL = 0
static wxCheckBox * IDC_NOMULTITEX_CTRL = 0
static wxCheckBox * IDC_INVERT_CTRL = 0
static wxCheckBox * IDC_TIMER_CTRL = 0
static wxCheckBox * IDC_NODETAILTEX_CTRL = 0
static wxCheckBox * IDC_NOLANDSCAPESCORCH_CTRL = 0
static wxCheckBox * IDC_NODEPTHSORT_CTRL = 0
static wxCheckBox * IDC_NOBACKDROP_CTRL = 0
static wxCheckBox * IDC_VALIDATESERVER_CTRL = 0
static wxRadioButton * IDC_SMALLTEX_CTRL = 0
static wxRadioButton * IDC_MEDIUMTEX_CTRL = 0
static wxRadioButton * IDC_LARGETEX_CTRL = 0
static wxRadioButton * IDC_LOWTANK_CTRL = 0
static wxRadioButton * IDC_MEDIUMTANK_CTRL = 0
static wxRadioButton * IDC_HIGHTANK_CTRL = 0
static wxRadioButton * IDC_LOWEFFECTS_CTRL = 0
static wxRadioButton * IDC_MEDIUMEFFECTS_CTRL = 0
static wxRadioButton * IDC_HIGHEFFECTS_CTRL = 0
static wxRadioButton * IDC_TINYDIALOGS_CTRL = 0
static wxRadioButton * IDC_SMALLDIALOGS_CTRL = 0
static wxRadioButton * IDC_MEDIUMDIALOGS_CTRL = 0
static wxRadioButton * IDC_LARGEDIALOGS_CTRL = 0
static wxCheckBox * IDC_NOSKINS_CTRL = 0
static wxCheckBox * IDC_NODYNAMICLIGHT_CTRL = 0
static wxCheckBox * IDC_FULLSCREEN_CTRL = 0
static wxCheckBox * IDC_MORERES_CTRL = 0
static wxCheckBox * IDC_LOGGING_CTRL = 0
static wxComboBox * IDC_DISPLAY_CTRL = 0
static wxComboBox * IDC_ANTIALIAS_CTRL = 0
static wxCheckBox * IDC_FOCUSPAUSE_CTRL = 0
static wxTextCtrl * IDC_FRAMELIMIT_CTRL = 0
static wxCheckBox * IDC_SIDESCROLL_CTRL = 0
static wxCheckBox * IDC_PLAYERCAMERA_CTRL = 0
static wxSlider * IDC_SLIDER1_CTRL = 0
static wxSlider * IDC_VOLUME_CTRL = 0
static wxSlider * IDC_AMBIENTVOLUME_CTRL = 0
static wxSlider * IDC_MUSICVOLUME_CTRL = 0
static wxCheckBox * IDC_SINGLESKYLAYER_CTRL = 0
static wxCheckBox * IDC_NOSKYANI_CTRL = 0
static wxCheckBox * IDC_NOWATERMOVEMENT_CTRL = 0
static wxCheckBox * IDC_NOWATERWAVES_CTRL = 0
static wxCheckBox * IDC_NOWATERLOD_CTRL = 0
static wxCheckBox * IDC_INVERTMOUSE_CTRL = 0
static wxCheckBox * IDC_SMOUSE_CTRL = 0
static wxTextCtrl * IDC_USERNAME_CTRL = 0
static wxTextCtrl * IDC_TANKMODEL_CTRL = 0
static wxGrid * IDC_USERID_CTRL = 0
static wxTextCtrl * IDC_HOSTDESC_CTRL = 0
static wxButton * IDC_LOADDEFAULTS_CTRL = 0
static wxButton * IDC_LOADKEYDEFAULTS_CTRL = 0
static wxButton * IDC_LOADSAFE_CTRL = 0
static wxButton * IDC_LOADFASTEST_CTRL = 0
static wxButton * IDC_LOADMEDIUM_CTRL = 0
static wxButton * IDOK_CTRL = 0
static wxButton * IDCANCEL_CTRL = 0


Enumeration Type Documentation

anonymous enum

Enumerator:
ID_LOADDEFAULTS 
ID_LOADFASTEST 
ID_LOADSAFE 
ID_LOADMEDIUM 
ID_MORERES 
ID_KEYDEFAULTS 
ID_IMPORT 
ID_EXPORT 
ID_NOTEBOOK 
ID_PANEL_IDENT 
ID_KEY 

Definition at line 21 of file Display-def.cpp.


Variable Documentation

wxSlider* IDC_AMBIENTVOLUME_CTRL = 0 [static]

Definition at line 87 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxComboBox* IDC_ANTIALIAS_CTRL = 0 [static]

Definition at line 80 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxComboBox* IDC_DISPLAY_CTRL = 0 [static]

Definition at line 79 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshResolutions(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_FOCUSPAUSE_CTRL = 0 [static]

Definition at line 81 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxTextCtrl* IDC_FRAMELIMIT_CTRL = 0 [static]

Definition at line 82 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_FULLSCREEN_CTRL = 0 [static]

Definition at line 76 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_HIGHEFFECTS_CTRL = 0 [static]

Definition at line 69 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_HIGHTANK_CTRL = 0 [static]

Definition at line 66 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxTextCtrl* IDC_HOSTDESC_CTRL = 0 [static]

Definition at line 99 of file Display-def.cpp.

Referenced by createIdentControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_INVERT_CTRL = 0 [static]

Definition at line 54 of file Display-def.cpp.

Referenced by createOtherControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_INVERTMOUSE_CTRL = 0 [static]

Definition at line 94 of file Display-def.cpp.

Referenced by createOtherControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_LARGEDIALOGS_CTRL = 0 [static]

Definition at line 73 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_LARGETEX_CTRL = 0 [static]

Definition at line 63 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxButton* IDC_LOADDEFAULTS_CTRL = 0 [static]

Definition at line 101 of file Display-def.cpp.

Referenced by createMainControls().

wxButton* IDC_LOADFASTEST_CTRL = 0 [static]

Definition at line 104 of file Display-def.cpp.

Referenced by createMainControls().

wxButton* IDC_LOADKEYDEFAULTS_CTRL = 0 [static]

Definition at line 102 of file Display-def.cpp.

Referenced by createKeysControls().

wxButton* IDC_LOADMEDIUM_CTRL = 0 [static]

Definition at line 105 of file Display-def.cpp.

Referenced by createMainControls().

wxButton* IDC_LOADSAFE_CTRL = 0 [static]

Definition at line 103 of file Display-def.cpp.

Referenced by createMainControls().

wxCheckBox* IDC_LOGGING_CTRL = 0 [static]

Definition at line 78 of file Display-def.cpp.

Referenced by createOtherControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_LOWEFFECTS_CTRL = 0 [static]

Definition at line 67 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_LOWTANK_CTRL = 0 [static]

Definition at line 64 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_MEDIUMDIALOGS_CTRL = 0 [static]

Definition at line 72 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_MEDIUMEFFECTS_CTRL = 0 [static]

Definition at line 68 of file Display-def.cpp.

Referenced by createTroubleControls(), and DisplayFrame::refreshScreen().

wxRadioButton* IDC_MEDIUMTANK_CTRL = 0 [static]

Definition at line 65 of file Display-def.cpp.

Referenced by createTroubleControls(), and DisplayFrame::refreshScreen().

wxRadioButton* IDC_MEDIUMTEX_CTRL = 0 [static]

Definition at line 62 of file Display-def.cpp.

Referenced by createTroubleControls(), and DisplayFrame::refreshScreen().

wxCheckBox* IDC_MORERES_CTRL = 0 [static]

Definition at line 77 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshResolutions(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxSlider* IDC_MUSICVOLUME_CTRL = 0 [static]

Definition at line 88 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOBACKDROP_CTRL = 0 [static]

Definition at line 59 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOCUBEMAP_CTRL = 0 [static]

Definition at line 41 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NODEPTHSORT_CTRL = 0 [static]

Definition at line 58 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NODETAILTEX_CTRL = 0 [static]

Definition at line 56 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NODYNAMICLIGHT_CTRL = 0 [static]

Definition at line 75 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOENVCOMBINE_CTRL = 0 [static]

Definition at line 36 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOEXT_CTRL = 0 [static]

Definition at line 44 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOLANDSCAPESCORCH_CTRL = 0 [static]

Definition at line 57 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOMIPMAPS_CTRL = 0 [static]

Definition at line 43 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOMULTITEX_CTRL = 0 [static]

Definition at line 53 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOMUSIC_CTRL = 0 [static]

Definition at line 46 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOOBJECTSHADOWS_CTRL = 0 [static]

Definition at line 37 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOPRECIPITATION_CTRL = 0 [static]

Definition at line 52 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOSHADERS_CTRL = 0 [static]

Definition at line 39 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOSHADOWS_CTRL = 0 [static]

Definition at line 38 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOSKINS_CTRL = 0 [static]

Definition at line 74 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOSKYANI_CTRL = 0 [static]

Definition at line 90 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOSOUND_CTRL = 0 [static]

Definition at line 45 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOSPHEREMAP_CTRL = 0 [static]

Definition at line 42 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOSURROUND_CTRL = 0 [static]

Definition at line 50 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOVBO_CTRL = 0 [static]

Definition at line 51 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOWATER_CTRL = 0 [static]

Definition at line 48 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOWATERLOD_CTRL = 0 [static]

Definition at line 93 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOWATERMOVEMENT_CTRL = 0 [static]

Definition at line 91 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOWATERREF_CTRL = 0 [static]

Definition at line 49 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_NOWATERWAVES_CTRL = 0 [static]

Definition at line 92 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_PLAYERCAMERA_CTRL = 0 [static]

Definition at line 84 of file Display-def.cpp.

Referenced by createOtherControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_SIDESCROLL_CTRL = 0 [static]

Definition at line 83 of file Display-def.cpp.

Referenced by createOtherControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_SIMPLEWATERSHADERS_CTRL = 0 [static]

Definition at line 40 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_SINGLESKYLAYER_CTRL = 0 [static]

Definition at line 89 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxSlider* IDC_SLIDER1_CTRL = 0 [static]

Definition at line 85 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_SMALLDIALOGS_CTRL = 0 [static]

Definition at line 71 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_SMALLTEX_CTRL = 0 [static]

Definition at line 61 of file Display-def.cpp.

Referenced by createTroubleControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_SMOUSE_CTRL = 0 [static]

Definition at line 95 of file Display-def.cpp.

Referenced by createOtherControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxComboBox* IDC_SOUNDCHANNELS_CTRL = 0 [static]

Definition at line 47 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxTextCtrl* IDC_TANKMODEL_CTRL = 0 [static]

Definition at line 97 of file Display-def.cpp.

Referenced by createIdentControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_TIMER_CTRL = 0 [static]

Definition at line 55 of file Display-def.cpp.

Referenced by createOtherControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxRadioButton* IDC_TINYDIALOGS_CTRL = 0 [static]

Definition at line 70 of file Display-def.cpp.

Referenced by createMainControls(), and DisplayFrame::refreshScreen().

wxGrid* IDC_USERID_CTRL = 0 [static]

Definition at line 98 of file Display-def.cpp.

Referenced by createIdentControls(), and refreshIdentControls().

wxTextCtrl* IDC_USERNAME_CTRL = 0 [static]

Definition at line 96 of file Display-def.cpp.

Referenced by createIdentControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxCheckBox* IDC_VALIDATESERVER_CTRL = 0 [static]

Definition at line 60 of file Display-def.cpp.

Referenced by createOtherControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxSlider* IDC_VOLUME_CTRL = 0 [static]

Definition at line 86 of file Display-def.cpp.

Referenced by createMainControls(), DisplayFrame::refreshScreen(), and DisplayFrame::TransferDataFromWindow().

wxButton* IDCANCEL_CTRL = 0 [static]

Definition at line 108 of file Display-def.cpp.

Referenced by createControls(), and DisplayFrame::DisplayFrame().

wxButton* IDOK_CTRL = 0 [static]

Definition at line 107 of file Display-def.cpp.

Referenced by createControls(), DisplayFrame::DisplayFrame(), DisplayFrame::refreshScreen(), and ServerSFrame::ServerSFrame().


Generated on Mon Feb 16 15:14:59 2009 for Scorched3D by  doxygen 1.5.3