Main Page | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

QEDEFS.H File Reference

Go to the source code of this file.

Defines

#define _3DFXCAMERA_WINDOW_CLASS   "Q3DFXCamera"
#define CAMERA_WINDOW_CLASS   "QCamera"
#define CMD_BSPCOMMAND   61000
#define CMD_TEXTUREWAD   60000
#define COLOR_BRUSHES   8
#define COLOR_CAMERABACK   4
#define COLOR_CLIPPER   10
#define COLOR_ENTITY   5
#define COLOR_GRIDBACK   1
#define COLOR_GRIDBLOCK   6
#define COLOR_GRIDMAJOR   3
#define COLOR_GRIDMINOR   2
#define COLOR_GRIDTEXT   7
#define COLOR_LAST   12
#define COLOR_SELBRUSHES   9
#define COLOR_TEXTUREBACK   0
#define COLOR_VIEWNAME   11
#define CWIN_SIZE   (0.4)
#define ENT_WINDOW_CLASS   "QENT"
#define ENTITY_BOX   0x01000
#define ENTITY_BOXED   0x01000
#define ENTITY_SELECTED   0x00101
#define ENTITY_SELECTED_ONLY   0x00100
#define ENTITY_SELECTED_SKIN   0x00110
#define ENTITY_SKIN_MODEL   0x00010
#define ENTITY_SKINNED   0x00010
#define ENTITY_SKINNED_BOXED   0x01010
#define ENTITY_WIRE   0x00001
#define ENTITY_WIREFRAME   0x00001
#define EXCLUDE_ANGLES   0x4000
#define EXCLUDE_CAULK   0x2000
#define EXCLUDE_CLIP   0x20
#define EXCLUDE_CURVES   0x80
#define EXCLUDE_DETAIL   0x40
#define EXCLUDE_ENT   0x02
#define EXCLUDE_HINT   0x1000
#define EXCLUDE_LIGHTS   0x01
#define EXCLUDE_PATHS   0x04
#define EXCLUDE_TERRAIN   0x8000
#define EXCLUDE_WATER   0x08
#define EXCLUDE_WORLD   0x10
#define INCLUDE_DEATHMATCH   0x800
#define INCLUDE_EASY   0x100
#define INCLUDE_HARD   0x400
#define INCLUDE_NORMAL   0x200
#define KEY_BACK   2
#define KEY_DOWN   512
#define KEY_FORWARD   1
#define KEY_LEFT   16
#define KEY_LOOKDOWN   128
#define KEY_LOOKUP   64
#define KEY_RIGHT   32
#define KEY_TURNLEFT   4
#define KEY_TURNRIGHT   8
#define KEY_UP   256
#define MAX_EDGES   512
#define MAX_POINTS   2048
#define MAX_TERRA_POINTS   4096
#define MENU_BSP   4
#define MENU_PLUGIN   11
#define MENU_TEXTURE   6
#define MENU_VIEW   2
#define ON_EPSILON   0.01
#define PITCH   0
#define PLANE_ANYX   3
#define PLANE_ANYY   4
#define PLANE_ANYZ   5
#define PLANE_X   0
#define PLANE_Y   1
#define PLANE_Z   2
#define QE3_CHILDSTYLE   (WS_OVERLAPPED | WS_MINIMIZEBOX | WS_THICKFRAME | WS_CAPTION | WS_VISIBLE | WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_MAXIMIZEBOX)
#define QE3_SPLITTER_STYLE   (WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS)
#define QE3_STYLE   (WS_OVERLAPPED | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_THICKFRAME | WS_CAPTION | WS_SYSMENU | WS_CHILD)
#define QE3_STYLE2   (WS_OVERLAPPED | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_MINIMIZEBOX | WS_THICKFRAME | WS_CAPTION | WS_SYSMENU)
#define QE_AUTOSAVE_INTERVAL   5
#define QE_TIMER0   1
#define QE_VERSION   0x0501
#define ROLL   2
#define TEXTURE_WINDOW_CLASS   "QTEX"
#define VK_COMMA   188
#define VK_PERIOD   190
#define XY_WINDOW_CLASS   "QXY"
#define YAW   1
#define Z_WINDOW_CLASS   "QZ"
#define ZWIN_WIDTH   40


Define Documentation

#define _3DFXCAMERA_WINDOW_CLASS   "Q3DFXCamera"
 

Definition at line 37 of file QEDEFS.H.

Referenced by CMainFrame::OnHelpCommandlist().

#define CAMERA_WINDOW_CLASS   "QCamera"
 

Definition at line 38 of file QEDEFS.H.

Referenced by CMainFrame::OnCreateClient(), CMainFrame::OnDynamicLighting(), CCamWnd::ReInitGL(), and WCam_Create().

#define CMD_BSPCOMMAND   61000
 

Definition at line 54 of file QEDEFS.H.

Referenced by FillBSPMenu(), and CMainFrame::OnBspCommand().

#define CMD_TEXTUREWAD   60000
 

Definition at line 53 of file QEDEFS.H.

Referenced by FillTextureMenu(), CMainFrame::OnTexturesLoadlist(), and Texture_ShowDirectory().

#define COLOR_BRUSHES   8
 

Definition at line 142 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsBrush(), Patch_DrawXY(), Terrain_DrawXY(), and CXYWnd::XY_Draw().

#define COLOR_CAMERABACK   4
 

Definition at line 138 of file QEDEFS.H.

Referenced by CCamWnd::Cam_Draw().

#define COLOR_CLIPPER   10
 

Definition at line 144 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsClipper(), and CXYWnd::OnPaint().

#define COLOR_ENTITY   5
 

Definition at line 139 of file QEDEFS.H.

Referenced by CMainFrame::OnMiscSelectentitycolor().

#define COLOR_GRIDBACK   1
 

Definition at line 135 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsXybk(), CXYWnd::XY_Draw(), and Z_Draw().

#define COLOR_GRIDBLOCK   6
 

Definition at line 140 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsGridblock(), and CXYWnd::XY_DrawBlockGrid().

#define COLOR_GRIDMAJOR   3
 

Definition at line 137 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsMajor(), CXYWnd::XY_DrawGrid(), and Z_DrawGrid().

#define COLOR_GRIDMINOR   2
 

Definition at line 136 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsMinor(), CXYWnd::XY_DrawGrid(), and Z_DrawGrid().

#define COLOR_GRIDTEXT   7
 

Definition at line 141 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsGridtext(), CXYWnd::XY_DrawGrid(), and Z_DrawGrid().

#define COLOR_LAST   12
 

Definition at line 146 of file QEDEFS.H.

#define COLOR_SELBRUSHES   9
 

Definition at line 143 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsSelectedbrush(), CXYWnd::PaintSizeInfo(), Patch_DrawXY(), Terrain_DrawXY(), CXYWnd::XY_Draw(), and Z_Draw().

#define COLOR_TEXTUREBACK   0
 

Definition at line 134 of file QEDEFS.H.

Referenced by CMainFrame::OnTexturebk(), and Texture_Draw2().

#define COLOR_VIEWNAME   11
 

Definition at line 145 of file QEDEFS.H.

Referenced by CMainFrame::OnColorsViewname(), and CXYWnd::XY_DrawGrid().

#define CWIN_SIZE   (0.4)
 

Definition at line 45 of file QEDEFS.H.

Referenced by WCam_Create(), and WXY_Create().

#define ENT_WINDOW_CLASS   "QENT"
 

Definition at line 41 of file QEDEFS.H.

Referenced by WEnt_Create().

#define ENTITY_BOX   0x01000
 

Definition at line 155 of file QEDEFS.H.

Referenced by PaintedModel(), and CMainFrame::SetEntityCheck().

#define ENTITY_BOXED   0x01000
 

Definition at line 152 of file QEDEFS.H.

#define ENTITY_SELECTED   0x00101
 

Definition at line 157 of file QEDEFS.H.

Referenced by CMainFrame::SetEntityCheck().

#define ENTITY_SELECTED_ONLY   0x00100
 

Definition at line 151 of file QEDEFS.H.

#define ENTITY_SELECTED_SKIN   0x00110
 

Definition at line 160 of file QEDEFS.H.

Referenced by CMainFrame::SetEntityCheck().

#define ENTITY_SKIN_MODEL   0x00010
 

Definition at line 150 of file QEDEFS.H.

#define ENTITY_SKINNED   0x00010
 

Definition at line 158 of file QEDEFS.H.

Referenced by CMainFrame::SetEntityCheck().

#define ENTITY_SKINNED_BOXED   0x01010
 

Definition at line 159 of file QEDEFS.H.

Referenced by CMainFrame::SetEntityCheck().

#define ENTITY_WIRE   0x00001
 

Definition at line 156 of file QEDEFS.H.

Referenced by CMainFrame::SetEntityCheck().

#define ENTITY_WIREFRAME   0x00001
 

Definition at line 149 of file QEDEFS.H.

Referenced by PaintedModel().

#define EXCLUDE_ANGLES   0x4000
 

Definition at line 97 of file QEDEFS.H.

#define EXCLUDE_CAULK   0x2000
 

Definition at line 96 of file QEDEFS.H.

#define EXCLUDE_CLIP   0x20
 

Definition at line 88 of file QEDEFS.H.

#define EXCLUDE_CURVES   0x80
 

Definition at line 90 of file QEDEFS.H.

#define EXCLUDE_DETAIL   0x40
 

Definition at line 89 of file QEDEFS.H.

#define EXCLUDE_ENT   0x02
 

Definition at line 84 of file QEDEFS.H.

#define EXCLUDE_HINT   0x1000
 

Definition at line 95 of file QEDEFS.H.

#define EXCLUDE_LIGHTS   0x01
 

Definition at line 83 of file QEDEFS.H.

#define EXCLUDE_PATHS   0x04
 

Definition at line 85 of file QEDEFS.H.

#define EXCLUDE_TERRAIN   0x8000
 

Definition at line 98 of file QEDEFS.H.

#define EXCLUDE_WATER   0x08
 

Definition at line 86 of file QEDEFS.H.

#define EXCLUDE_WORLD   0x10
 

Definition at line 87 of file QEDEFS.H.

#define INCLUDE_DEATHMATCH   0x800
 

Definition at line 94 of file QEDEFS.H.

#define INCLUDE_EASY   0x100
 

Definition at line 91 of file QEDEFS.H.

#define INCLUDE_HARD   0x400
 

Definition at line 93 of file QEDEFS.H.

#define INCLUDE_NORMAL   0x200
 

Definition at line 92 of file QEDEFS.H.

#define KEY_BACK   2
 

Definition at line 72 of file QEDEFS.H.

#define KEY_DOWN   512
 

Definition at line 80 of file QEDEFS.H.

#define KEY_FORWARD   1
 

Definition at line 71 of file QEDEFS.H.

#define KEY_LEFT   16
 

Definition at line 75 of file QEDEFS.H.

#define KEY_LOOKDOWN   128
 

Definition at line 78 of file QEDEFS.H.

#define KEY_LOOKUP   64
 

Definition at line 77 of file QEDEFS.H.

#define KEY_RIGHT   32
 

Definition at line 76 of file QEDEFS.H.

#define KEY_TURNLEFT   4
 

Definition at line 73 of file QEDEFS.H.

#define KEY_TURNRIGHT   8
 

Definition at line 74 of file QEDEFS.H.

#define KEY_UP   256
 

Definition at line 79 of file QEDEFS.H.

#define MAX_EDGES   512
 

Definition at line 47 of file QEDEFS.H.

Referenced by FindEdge().

#define MAX_POINTS   2048
 

Definition at line 49 of file QEDEFS.H.

Referenced by FindPoint(), Patch_EditPatch(), and Patch_UpdateSelected().

#define MAX_TERRA_POINTS   4096
 

Definition at line 51 of file QEDEFS.H.

#define MENU_BSP   4
 

Definition at line 105 of file QEDEFS.H.

Referenced by FillBSPMenu().

#define MENU_PLUGIN   11
 

Definition at line 107 of file QEDEFS.H.

Referenced by CMainFrame::AddPlugInMenuItem(), and CMainFrame::CleanPlugInMenu().

#define MENU_TEXTURE   6
 

Definition at line 106 of file QEDEFS.H.

Referenced by FillTextureMenu().

#define MENU_VIEW   2
 

Definition at line 104 of file QEDEFS.H.

#define ON_EPSILON   0.01
 

Definition at line 69 of file QEDEFS.H.

#define PITCH   0
 

Definition at line 56 of file QEDEFS.H.

#define PLANE_ANYX   3
 

Definition at line 65 of file QEDEFS.H.

#define PLANE_ANYY   4
 

Definition at line 66 of file QEDEFS.H.

#define PLANE_ANYZ   5
 

Definition at line 67 of file QEDEFS.H.

#define PLANE_X   0
 

Definition at line 62 of file QEDEFS.H.

#define PLANE_Y   1
 

Definition at line 63 of file QEDEFS.H.

#define PLANE_Z   2
 

Definition at line 64 of file QEDEFS.H.

#define QE3_CHILDSTYLE   (WS_OVERLAPPED | WS_MINIMIZEBOX | WS_THICKFRAME | WS_CAPTION | WS_VISIBLE | WS_CHILD | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_MAXIMIZEBOX)
 

Definition at line 29 of file QEDEFS.H.

Referenced by CMainFrame::OnCreateClient(), and CMainFrame::OnHelpCommandlist().

#define QE3_SPLITTER_STYLE   (WS_CHILD | WS_VISIBLE | WS_CLIPCHILDREN | WS_CLIPSIBLINGS)
 

Definition at line 31 of file QEDEFS.H.

Referenced by CMainFrame::OnCreateClient().

#define QE3_STYLE   (WS_OVERLAPPED | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_MAXIMIZEBOX | WS_MINIMIZEBOX | WS_THICKFRAME | WS_CAPTION | WS_SYSMENU | WS_CHILD)
 

Definition at line 27 of file QEDEFS.H.

Referenced by WCam_Create(), WEnt_Create(), WXY_Create(), and WZ_Create().

#define QE3_STYLE2   (WS_OVERLAPPED | WS_CLIPCHILDREN | WS_CLIPSIBLINGS | WS_MINIMIZEBOX | WS_THICKFRAME | WS_CAPTION | WS_SYSMENU)
 

Definition at line 28 of file QEDEFS.H.

#define QE_AUTOSAVE_INTERVAL   5
 

Definition at line 35 of file QEDEFS.H.

#define QE_TIMER0   1
 

Definition at line 60 of file QEDEFS.H.

Referenced by CMainFrame::CreateQEChildren(), and CMainFrame::OnDestroy().

#define QE_VERSION   0x0501
 

Definition at line 25 of file QEDEFS.H.

#define ROLL   2
 

Definition at line 58 of file QEDEFS.H.

#define TEXTURE_WINDOW_CLASS   "QTEX"
 

Definition at line 42 of file QEDEFS.H.

Referenced by CMainFrame::OnCreateClient().

#define VK_COMMA   188
 

Definition at line 111 of file QEDEFS.H.

#define VK_PERIOD   190
 

Definition at line 112 of file QEDEFS.H.

#define XY_WINDOW_CLASS   "QXY"
 

Definition at line 39 of file QEDEFS.H.

Referenced by CMainFrame::OnCreateClient(), and WXY_Create().

#define YAW   1
 

Definition at line 57 of file QEDEFS.H.

#define Z_WINDOW_CLASS   "QZ"
 

Definition at line 40 of file QEDEFS.H.

Referenced by CMainFrame::OnCreateClient(), and WZ_Create().

#define ZWIN_WIDTH   40
 

Definition at line 44 of file QEDEFS.H.

Referenced by WCam_Create(), WXY_Create(), and WZ_Create().


Generated on Thu Aug 25 18:08:22 2005 for Quake III Arena by  doxygen 1.3.9.1