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

QERTYPES.H File Reference

#include "splines/math_vector.h"

Include dependency graph for QERTYPES.H:

Include dependency graph

Go to the source code of this file.

Data Structures

struct  brush_s
struct  brushprimit_texdef_s
struct  curveVertex_t
struct  drawVert_t
struct  eclass_s
struct  entitymodel_t
struct  epair_s
struct  face_s
struct  patchMesh_t
struct  plane_t
struct  qtexture_s
struct  sideVertex_t
struct  terrainFace_t
struct  terrainMesh_t
struct  terrainVert_t
class  texdef_t
class  texturewin_t
struct  trimodel_t
struct  winding_t

Defines

#define ECLASS_ANGLE   0x00000002
#define ECLASS_LIGHT   0x00000001
#define ECLASS_MISCMODEL   0x00000008
#define ECLASS_PATH   0x00000004
#define ECLASS_PLUGINENTITY   0x00000010
#define M_PI   3.14159265358979323846
#define MAX_FLAGS   8
#define MAX_PATCH_HEIGHT   16
#define MAX_PATCH_WIDTH   16
#define MAX_POINTS_ON_WINDING   64
#define MAX_TERRAIN_TEXTURES   128
#define MAXPOINTS   16
#define MIN_PATCH_HEIGHT   3
#define MIN_PATCH_WIDTH   3
#define PATCH_BEVEL   0x00000002
#define PATCH_BEZIER   0x00000000
#define PATCH_BSPLINE   0x10000000
#define PATCH_BTYPEMASK   0x0000f000
#define PATCH_CAP   0x00001000
#define PATCH_CONE   0x00000010
#define PATCH_CYLINDER   0x00000001
#define PATCH_ENDCAP   0x00000004
#define PATCH_GENERIC   0x00000000
#define PATCH_HEMISPHERE   0x00000008
#define PATCH_SEAM   0x00002000
#define PATCH_STYLEMASK   0xffff0000
#define PATCH_THICK   0x00004000
#define PATCH_TRIANGLE   0x00000020
#define PATCH_TYPEMASK   0x00000fff
#define QER_NOCARVE   0x00000002
#define QER_TRANS   0x00000001
#define W_ALL   0xFFFFFFFF
#define W_CAMERA   0x0001
#define W_CAMERA_IFON   0x0100
#define W_CONSOLE   0x0040
#define W_ENTITY   0x0080
#define W_GROUP   0x0800
#define W_MEDIA   0x1000
#define W_TEXTURE   0x0010
#define W_XY   0x0002
#define W_XY_OVERLAY   0x0004
#define W_XZ   0x0200
#define W_YZ   0x0400
#define W_Z   0x0008
#define W_Z_OVERLAY   0x0020

Typedefs

typedef brush_s brush_t
typedef brushprimit_texdef_s brushprimit_texdef_t
typedef eclass_s eclass_t
typedef entitymodel_t entitymodel
typedef epair_s epair_t
typedef face_s face_t
typedef boolean qboolean
typedef qtexture_s qtexture_t
typedef trimodel_t trimodel
typedef vec_t vec2_t [2]
typedef vec_t vec3_t [3]
typedef float vec_t

Enumerations

enum  terrainbrush_t { TERRAIN_BRUSH_CIRCLE, TERRAIN_BRUSH_SQUARE }
enum  terrainfalloff_t { TERRAIN_FALLOFF_LINEAR, TERRAIN_FALLOFF_CURVED }
enum  terrainnoise_t { NOISE_NONE, NOISE_PLUS, NOISE_PLUSMINUS }
enum  VIEWTYPE { YZ, XZ, XY }

Variables

eclass_teclass


Define Documentation

#define ECLASS_ANGLE   0x00000002
 

Definition at line 395 of file QERTYPES.H.

#define ECLASS_LIGHT   0x00000001
 

Definition at line 394 of file QERTYPES.H.

#define ECLASS_MISCMODEL   0x00000008
 

Definition at line 397 of file QERTYPES.H.

Referenced by Entity_Write(), and Entity_WriteSelected().

#define ECLASS_PATH   0x00000004
 

Definition at line 396 of file QERTYPES.H.

#define ECLASS_PLUGINENTITY   0x00000010
 

Definition at line 398 of file QERTYPES.H.

#define M_PI   3.14159265358979323846
 

Definition at line 45 of file QERTYPES.H.

#define MAX_FLAGS   8
 

Definition at line 371 of file QERTYPES.H.

#define MAX_PATCH_HEIGHT   16
 

Definition at line 229 of file QERTYPES.H.

Referenced by _Write3DMatrix(), CPlugInManager::CommitPatchHandleToMap(), and Parse3DMatrix().

#define MAX_PATCH_WIDTH   16
 

Definition at line 228 of file QERTYPES.H.

Referenced by CPlugInManager::CommitPatchHandleToMap().

#define MAX_POINTS_ON_WINDING   64
 

Definition at line 175 of file QERTYPES.H.

#define MAX_TERRAIN_TEXTURES   128
 

Definition at line 307 of file QERTYPES.H.

#define MAXPOINTS   16
 

Definition at line 36 of file QERTYPES.H.

#define MIN_PATCH_HEIGHT   3
 

Definition at line 226 of file QERTYPES.H.

#define MIN_PATCH_WIDTH   3
 

Definition at line 225 of file QERTYPES.H.

#define PATCH_BEVEL   0x00000002
 

Definition at line 238 of file QERTYPES.H.

#define PATCH_BEZIER   0x00000000
 

Definition at line 250 of file QERTYPES.H.

#define PATCH_BSPLINE   0x10000000
 

Definition at line 251 of file QERTYPES.H.

#define PATCH_BTYPEMASK   0x0000f000
 

Definition at line 254 of file QERTYPES.H.

#define PATCH_CAP   0x00001000
 

Definition at line 245 of file QERTYPES.H.

#define PATCH_CONE   0x00000010
 

Definition at line 241 of file QERTYPES.H.

#define PATCH_CYLINDER   0x00000001
 

Definition at line 237 of file QERTYPES.H.

#define PATCH_ENDCAP   0x00000004
 

Definition at line 239 of file QERTYPES.H.

#define PATCH_GENERIC   0x00000000
 

Definition at line 236 of file QERTYPES.H.

#define PATCH_HEMISPHERE   0x00000008
 

Definition at line 240 of file QERTYPES.H.

#define PATCH_SEAM   0x00002000
 

Definition at line 246 of file QERTYPES.H.

#define PATCH_STYLEMASK   0xffff0000
 

Definition at line 255 of file QERTYPES.H.

#define PATCH_THICK   0x00004000
 

Definition at line 247 of file QERTYPES.H.

#define PATCH_TRIANGLE   0x00000020
 

Definition at line 242 of file QERTYPES.H.

#define PATCH_TYPEMASK   0x00000fff
 

Definition at line 253 of file QERTYPES.H.

#define QER_NOCARVE   0x00000002
 

Definition at line 141 of file QERTYPES.H.

#define QER_TRANS   0x00000001
 

Definition at line 140 of file QERTYPES.H.

#define W_ALL   0xFFFFFFFF
 

Definition at line 445 of file QERTYPES.H.

Referenced by Brush_MakeSided(), Brush_MakeSidedCone(), Brush_MakeSidedSphere(), CXYWnd::Clip(), CPlugInManager::CommitBrushHandleToEntity(), CPlugInManager::CommitBrushHandleToMap(), CPlugInManager::CommitPatchHandleToMap(), CopyAndSelect(), CopyToMap(), CreateEntity(), CSG_MakeHollow(), CSG_Merge(), CSG_Subtract(), DoSurface(), Drag_Begin(), Drag_MouseUp(), Drag_Setup(), END_MESSAGE_MAP(), Entity_Create(), FinishSmartCreation(), CXYWnd::KillPathMode(), Map_ApplyRegion(), Map_ImportBuffer(), Map_ImportFile(), Map_LoadFile(), Map_New(), Map_RegionOff(), Map_RegionSelectedBrushes(), MoveSelected(), MoveSelection(), CMainFrame::Nudge(), CMainFrame::NudgeSelection(), CPatchDialog::OnApply(), CSurfaceDlg::OnBtnAxial(), CSurfaceDlg::OnBtnFacefit(), CSurfaceDlg::OnBtnPatchdetails(), CSurfaceDlg::OnBtnPatchfit(), CPatchDialog::OnBtnPatchfit(), CSurfaceDlg::OnBtnPatchnatural(), CPatchDialog::OnBtnPatchnatural(), CSurfaceDlg::OnBtnPatchreset(), CPatchDialog::OnBtnPatchreset(), CMainFrame::OnColorsBrush(), CMainFrame::OnColorsClipper(), CMainFrame::OnColorSetblack(), CMainFrame::OnColorSetoriginal(), CMainFrame::OnColorSetqer(), CMainFrame::OnColorsGridblock(), CMainFrame::OnColorsGridtext(), CMainFrame::OnColorsMajor(), CMainFrame::OnColorsMinor(), CMainFrame::OnColorsSelectedbrush(), CMainFrame::OnColorsViewname(), CMainFrame::OnColorsXybk(), CMainFrame::OnCreate(), CMainFrame::OnCurveCap(), CMainFrame::OnCurveCapInvertedbevel(), CMainFrame::OnCurveCapInvertedendcap(), CMainFrame::OnCurveCyclecap(), CMainFrame::OnCurveDeletecolumn(), CMainFrame::OnCurveDeleteFirstcolumn(), CMainFrame::OnCurveDeleteFirstrow(), CMainFrame::OnCurveDeleteLastcolumn(), CMainFrame::OnCurveDeleteLastrow(), CMainFrame::OnCurveDeleterow(), CMainFrame::OnCurveInsertAddcolumn(), CMainFrame::OnCurveInsertAddrow(), CMainFrame::OnCurveInsertcolumn(), CMainFrame::OnCurveInsertInsertcolumn(), CMainFrame::OnCurveInsertInsertrow(), CMainFrame::OnCurveInsertrow(), CMainFrame::OnCurveMatrixTranspose(), CMainFrame::OnCurveMoreendcapsbevelsSquarebevel(), CMainFrame::OnCurveMoreendcapsbevelsSquareendcap(), CMainFrame::OnCurveOverlayClear(), CMainFrame::OnCurveOverlaySet(), CMainFrame::OnCurvePatchbevel(), CMainFrame::OnCurvePatchcone(), CMainFrame::OnCurvePatchdensetube(), CMainFrame::OnCurvePatchendcap(), CMainFrame::OnCurvePatchsquare(), CMainFrame::OnCurvePatchtube(), CMainFrame::OnCurvePatchverydensetube(), CMainFrame::OnCurveRedisperseCols(), CMainFrame::OnCurveRedisperseRows(), CMainFrame::OnCurveThicken(), CSurfaceDlg::OnDestroy(), CDlgCamera::OnDestroy(), CMainFrame::OnDropGroupAddtoWorld(), CMainFrame::OnDropGroupName(), CMainFrame::OnDropGroupRemove(), CXYWnd::OnEntityCreate(), CDlgCamera::OnFileNew(), CDlgCamera::OnFileOpen(), CMainFrame::OnMiscSelectentitycolor(), CSurfaceDlg::OnOK(), CPrefsDlg::OnOK(), CPatchDensityDlg::OnOK(), CDlgCamera::OnOK(), CMainFrame::OnPatchBend(), CMainFrame::OnPatchDrilldown(), CMainFrame::OnPatchInsdel(), CMainFrame::OnPatchNaturalize(), CMainFrame::OnPatchTab(), CMainFrame::OnPatchToggleBox(), CMainFrame::OnPatchWeld(), CMainFrame::OnPatchWireframe(), CMainFrame::OnRaiseLowerTerrain(), CDlgCamera::OnSelchangeComboSplines(), CMainFrame::OnSelectionDeselect(), CMainFrame::OnSelectionDragedges(), CMainFrame::OnSelectionDragvertecies(), CMainFrame::OnSelectionNoOutline(), CMainFrame::OnSelectScale(), CMainFrame::OnSnapToGrid(), CMainFrame::OnSplinesEdit(), CMainFrame::OnSplinesMode(), CMainFrame::OnTerrainCreateFromBrush(), CMainFrame::OnTexturebk(), CMainFrame::OnTexturesFlush(), CMainFrame::OnTexturesReloadshaders(), CMainFrame::OnTextureWad(), CMainFrame::OnViewEntitiesasBoundingbox(), CMainFrame::OnViewEntitiesasSelectedskinned(), CMainFrame::OnViewEntitiesasSelectedwireframe(), CMainFrame::OnViewEntitiesasSkinned(), CMainFrame::OnViewEntitiesasSkinnedandboxed(), CMainFrame::OnViewEntitiesasWireframe(), CXYWnd::Paste(), Patch_AdjustSelected(), Patch_BendHandleENTER(), Patch_BendHandleESC(), Patch_BendHandleTAB(), Patch_InsDelESC(), Patch_InsDelHandleTAB(), Patch_InvertTexture(), Patch_ToggleInverted(), Pointfile_Clear(), Pointfile_Next(), Pointfile_Prev(), QERApp_BuildBrush(), QERApp_BuildBrush2(), QERApp_CreateBrush(), QERApp_DeselectAllBrushes(), QERApp_PositionView(), QERApp_ReleaseActiveBrushHandles(), QERApp_ReleaseSelectedBrushHandles(), QERApp_SelectBrush(), QERApp_SetFaceInfo(), RotateSelected(), Select_AllOfType(), Select_Clone(), Select_CompleteTall(), Select_Delete(), Select_Deselect(), Select_FlipAxis(), Select_Hide(), Select_Inside(), Select_Invert(), Select_MakeDetail(), Select_MakeStructural(), Select_PartialTall(), Select_Ray(), Select_Reselect(), Select_RotateAxis(), Select_SetTexture(), Select_ShowAllHidden(), Select_Touching(), Select_Ungroup(), SelectBrush(), showCameraInspector(), Texture_SetMode(), Undo_Redo(), Undo_Undo(), and CXYWnd::XY_MouseUp().

#define W_CAMERA   0x0001
 

Definition at line 432 of file QERTYPES.H.

Referenced by CCamWnd::Cam_ChangeFloor(), CCamWnd::Cam_MouseControl(), CCamWnd::Cam_MouseDown(), CCamWnd::Cam_MouseMoved(), CCamWnd::Cam_PositionDrag(), ConnectEntities(), Drag_MouseUp(), FindReplaceTextures(), CXYWnd::NewBrushDrag(), CSurfaceDlg::OnApply(), CMainFrame::OnCameraAngledown(), CMainFrame::OnCameraAngleup(), CMainFrame::OnCameraBack(), CMainFrame::OnCameraDown(), CMainFrame::OnCameraForward(), CMainFrame::OnCameraLeft(), CMainFrame::OnCameraRight(), CMainFrame::OnCameraStrafeleft(), CMainFrame::OnCameraStraferight(), CMainFrame::OnCameraUp(), CSurfaceDlg::OnHScroll(), CDlgCamera::OnHScroll(), CMainFrame::OnSelectionInvert(), CMainFrame::OnSelectionMovedown(), CMainFrame::OnSelectionMoveup(), CMainFrame::OnSplineTest(), CXYWnd::OnTimer(), CMainFrame::OnViewCameraupdate(), CMainFrame::OnViewCenter(), CMainFrame::OnViewCubein(), CMainFrame::OnViewCubeout(), CMainFrame::OnViewCubicclipping(), CMainFrame::OnViewOpengllighting(), CMainFrame::OnViewShowangles(), CMainFrame::OnViewShowcaulk(), CMainFrame::OnViewShowclip(), CMainFrame::OnViewShowcurves(), CMainFrame::OnViewShowdetail(), CMainFrame::OnViewShowent(), CMainFrame::OnViewShowhint(), CMainFrame::OnViewShowlights(), CMainFrame::OnViewShowpath(), CMainFrame::OnViewShowwater(), CMainFrame::OnViewShowworld(), CSurfaceDlg::OnVScroll(), Select_FitTexture(), Select_RotateTexture(), Select_ScaleTexture(), Select_ShiftTexture(), SetKeyValuePairs(), CTextureBar::SetSurfaceAttributes(), CPatchDialog::UpdateSpinners(), CMainFrame::UpdateWindows(), CXYWnd::XY_MouseDown(), CXYWnd::XY_MouseMoved(), Z_MouseDown(), and Z_MouseMoved().

#define W_CAMERA_IFON   0x0100
 

Definition at line 440 of file QERTYPES.H.

Referenced by CXYWnd::AddPointPoint(), CXYWnd::DropClipPoint(), CXYWnd::DropPathPoint(), CXYWnd::FlipClip(), CXYWnd::OnMouseMove(), CXYWnd::SetClipMode(), CXYWnd::XY_MouseDown(), CXYWnd::XY_MouseMoved(), and Z_MouseMoved().

#define W_CONSOLE   0x0040
 

Definition at line 438 of file QERTYPES.H.

Referenced by CreateEntityWindow(), EntityWndProc(), CMainFrame::OnViewConsole(), RunBsp(), and SetInspectorMode().

#define W_ENTITY   0x0080
 

Definition at line 439 of file QERTYPES.H.

Referenced by CreateEntityFromName(), EntityWndProc(), CMainFrame::OnMiscSelectentitycolor(), CMainFrame::OnViewEntity(), SetInspectorMode(), and UpdateTarget().

#define W_GROUP   0x0800
 

Definition at line 443 of file QERTYPES.H.

Referenced by EntityWndProc(), CMainFrame::OnViewGroups(), and SetInspectorMode().

#define W_MEDIA   0x1000
 

Definition at line 444 of file QERTYPES.H.

#define W_TEXTURE   0x0010
 

Definition at line 436 of file QERTYPES.H.

Referenced by CMainFrame::CheckTextureScale(), EntityWndProc(), CMainFrame::OnTexturesFlushUnused(), CMainFrame::OnTexturesShadersShow(), CMainFrame::OnViewTexture(), SetInspectorMode(), Texture_SetTexture(), Texture_ShowAll(), Texture_ShowInuse(), and CTexWnd::UpdateFilter().

#define W_XY   0x0002
 

Definition at line 433 of file QERTYPES.H.

Referenced by CCamWnd::Cam_MouseMoved(), ConnectEntities(), CXYWnd::NewBrushDrag(), CMainFrame::OnGrid1(), CMainFrame::OnGridNext(), CMainFrame::OnGridPrev(), CMainFrame::OnGridToggle(), CDlgCamera::OnHScroll(), CMainFrame::OnSelectionInvert(), CMainFrame::OnSelectionMovedown(), CMainFrame::OnSelectionMoveup(), CMainFrame::OnSelectionTogglesizepaint(), CMainFrame::OnSplineTest(), CXYWnd::OnTimer(), CMainFrame::OnView100(), CMainFrame::OnViewCrosshair(), CMainFrame::OnViewFront(), CMainFrame::OnViewNextview(), CMainFrame::OnViewOpengllighting(), CMainFrame::OnViewShowangles(), CMainFrame::OnViewShowblocks(), CMainFrame::OnViewShowcaulk(), CMainFrame::OnViewShowclip(), CMainFrame::OnViewShowcoordinates(), CMainFrame::OnViewShowcurves(), CMainFrame::OnViewShowdetail(), CMainFrame::OnViewShowent(), CMainFrame::OnViewShowhint(), CMainFrame::OnViewShowlights(), CMainFrame::OnViewShownames(), CMainFrame::OnViewShowpath(), CMainFrame::OnViewShowwater(), CMainFrame::OnViewShowworld(), CMainFrame::OnViewSide(), CMainFrame::OnViewXy(), CMainFrame::OnViewZoomin(), CMainFrame::OnViewZoomout(), SetKeyValuePairs(), CMainFrame::UpdateWindows(), CXYWnd::XY_MouseDown(), CXYWnd::XY_MouseMoved(), and Z_MouseMoved().

#define W_XY_OVERLAY   0x0004
 

Definition at line 434 of file QERTYPES.H.

Referenced by CCamWnd::Cam_PositionDrag(), CMainFrame::OnCameraAngledown(), CMainFrame::OnCameraAngleup(), CMainFrame::OnView100(), CMainFrame::OnViewCenter(), CMainFrame::OnViewZoomin(), CMainFrame::OnViewZoomout(), CXYWnd::XY_MouseDown(), CXYWnd::XY_MouseMoved(), Z_MouseDown(), and Z_MouseMoved().

#define W_XZ   0x0200
 

Definition at line 441 of file QERTYPES.H.

Referenced by CXYWnd::XY_MouseDown().

#define W_YZ   0x0400
 

Definition at line 442 of file QERTYPES.H.

Referenced by CXYWnd::XY_MouseDown().

#define W_Z   0x0008
 

Definition at line 435 of file QERTYPES.H.

Referenced by CCamWnd::Cam_MouseMoved(), CMainFrame::OnGrid1(), CMainFrame::OnGridNext(), CMainFrame::OnGridPrev(), CMainFrame::OnGridToggle(), CMainFrame::OnSelectionInvert(), CMainFrame::OnSelectionMovedown(), CMainFrame::OnSelectionMoveup(), CMainFrame::OnViewZ100(), CMainFrame::OnViewZzoomin(), CMainFrame::OnViewZzoomout(), CMainFrame::UpdateWindows(), CXYWnd::XY_MouseDown(), CXYWnd::XY_MouseMoved(), Z_MouseDown(), and Z_MouseMoved().

#define W_Z_OVERLAY   0x0020
 

Definition at line 437 of file QERTYPES.H.

Referenced by CCamWnd::Cam_ChangeFloor(), CMainFrame::OnViewZ100(), CMainFrame::OnViewZzoomin(), and CMainFrame::OnViewZzoomout().


Typedef Documentation

typedef struct brush_s brush_t
 

Definition at line 273 of file QERTYPES.H.

Referenced by AddBrushForPatch(), AddBrushForTerrain(), CPlugInManager::AddFaceToBrushHandle(), AddPatchMovePoint(), AddProp(), CPlugInManager::AllocateActivePatchHandles(), CPlugInManager::AllocateSelectedPatchHandles(), AnyPatchesSelected(), AnyTerrainSelected(), BEGIN_MESSAGE_MAP(), Brush_AddToList(), Brush_Alloc(), Brush_BestSplitFace(), Brush_Build(), Brush_BuildWindings(), Brush_Center(), Brush_Clone(), Brush_Convex(), Brush_CopyList(), Brush_Create(), Brush_CreatePyramid(), Brush_Draw(), Brush_DrawFacingAngle(), Brush_DrawXY(), Brush_FitTexture(), Brush_Free(), Brush_FullClone(), Brush_GetKeyValue(), Brush_InsertVertexBetween(), Brush_MakeConvexBrushes(), Brush_MakeFacePlanes(), Brush_MakeFaceWinding(), Brush_MakeSided(), Brush_MakeSidedCone(), Brush_MakeSidedSphere(), Brush_MemorySize(), Brush_Merge(), Brush_MergeList(), Brush_MergeListPairs(), Brush_Move(), Brush_MoveVertex(), Brush_MoveVertex_old1(), Brush_MoveVertex_old2(), Brush_Name(), Brush_Parse(), Brush_Point(), Brush_Print(), Brush_Ray(), Brush_RebuildBrush(), Brush_RemoveEmptyFaces(), Brush_RemoveFromList(), Brush_ResetFaceOriginals(), Brush_Resize(), Brush_Rotate(), Brush_Scale(), Brush_SelectFaceForDragging(), Brush_SetEpair(), Brush_SetTexture(), Brush_SideSelect(), Brush_SnapPlanepts(), Brush_SnapToGrid(), Brush_SplitBrushByFace(), Brush_Subtract(), Brush_Write(), BrushPrimit_Parse(), CCamWnd::Cam_ChangeFloor(), CCamWnd::Cam_Draw(), Cap(), CapSpecial(), CheckForTinyBrush(), CleanList(), CPlugInManager::Cleanup(), CXYWnd::Clip(), CPlugInManager::CommitBrushHandleToEntity(), CPlugInManager::CommitBrushHandleToMap(), CPlugInManager::CommitEntityHandleToMap(), CPlugInManager::CommitPatchHandleToMap(), CXYWnd::Copy(), CopyAndSelect(), CopyBrush(), CopySelected(), CopyToMap(), CPlugInManager::CreateBrushHandle(), CreateEntityBrush(), CreateEntityFromName(), CreateRightClickEntity(), CreateSmartBrush(), CreateSmartEntity(), CSG_MakeHollow(), CSG_Merge(), CSG_Subtract(), CCamWnd::CullBrush(), Curve_AddFakePlanes(), Curve_BuildPoints(), Curve_CameraDraw(), Curve_StripFakePlanes(), Curve_XYDraw(), DelProp(), Drag_Setup(), DrawBrushEntityName(), DrawLight(), DrawPathLines(), DrawTerrain(), Entity_Create(), Entity_LinkBrush(), Entity_Parse(), Entity_UnlinkBrush(), Entity_Write(), Entity_WriteSelected(), Face_SetColor(), FilterBrush(), CPlugInManager::FindBrushHandle(), CPlugInManager::FindPatchHandle(), FindReplaceTextures(), FinishSmartCreation(), GenerateEndCaps(), GetSelectionIndex(), GetSpawnFlags(), Group_AddToItem(), Group_AddToProperGroup(), Group_AddToSelected(), Group_AddToWorld(), Group_Init(), Group_RemoveBrush(), HasModel(), IsBrushSelected(), MakeFace(), Map_ApplyRegion(), Map_BuildBrushData(), Map_ImportBuffer(), Map_IsBrushFiltered(), Map_RegionBrush(), Map_RegionOff(), Map_RegionTallBrush(), Map_RestoreBetween(), Map_SaveBetween(), MoveHold(), MoveSelection(), CXYWnd::NewBrushDrag(), nextFace(), CMainFrame::OnBrushFlipx(), CMainFrame::OnBrushFlipy(), CSurfaceDlg::OnBtnFacefit(), CMainFrame::OnConvertcurves(), CMainFrame::OnCreate(), CXYWnd::OnEntityCreate(), OnlyPatchesSelected(), OnlyTerrainSelected(), CXYWnd::OnPaint(), CMainFrame::OnPatchTab(), CMainFrame::OnSelectionDelete(), CMainFrame::OnSelectionPrint(), PaintedModel(), CXYWnd::Paste(), Patch_AdjustSelected(), Patch_AdjustSelectedRowCols(), Patch_BendHandleESC(), Patch_BendHandleTAB(), Patch_BendToggle(), Patch_BrushToMesh(), Patch_BuildPoints(), Patch_CapCurrent(), Patch_ClearOverlays(), Patch_Clone(), Patch_Deselect(), Patch_DisperseColumns(), Patch_DisperseRows(), Patch_EditPatch(), Patch_FindReplaceTexture(), Patch_FitTexturing(), Patch_Freeze(), Patch_FromTriangle(), Patch_GenericMesh(), Patch_GetAxisFace(), Patch_GetTextureName(), Patch_InsDelHandleTAB(), Patch_InsDelToggle(), Patch_InvertTexture(), Patch_NaturalizeSelected(), Patch_Parse(), Patch_ReplaceQTexture(), Patch_ResetTexturing(), Patch_SelectAreaPoints(), Patch_SelectBendAxis(), Patch_SelectBendNormal(), Patch_SetOverlays(), Patch_SetTextureInfo(), Patch_Thicken(), Patch_ToggleInverted(), Patch_Transpose(), Patch_UpdateSelected(), CXYWnd::PositionView(), CXYWnd::ProduceSplitLists(), CXYWnd::ProduceSplits(), QE_CountBrushesAndUpdateStatusBar(), QERApp_ActiveBrushCount(), QERApp_AddFaceData(), QERApp_AllocateActiveBrushHandles(), QERApp_AllocateEntityBrushHandles(), QERApp_AllocateSelectedBrushHandles(), QERApp_BuildBrush(), QERApp_BuildBrush2(), QERApp_CreateBrush(), QERApp_DeleteFace(), QERApp_DeletePatch(), QERApp_GetFaceCount(), QERApp_GetFaceData(), QERApp_GetSelectedPatch(), QERApp_GetTwoSelectedPatch(), QERApp_SelectBrush(), QERApp_SelectedBrushCount(), QERApp_SetFaceData(), QERApp_SetFaceInfo(), QERApp_TextureBrush(), ReplaceQTexture(), RotateHold(), RotateTextures(), RunIt(), Select_AddToGroup(), Select_AllOfType(), Select_ApplyMatrix(), Select_Brush(), Select_Clone(), Select_CompleteTall(), Select_Delete(), Select_Deselect(), Select_FitTexture(), Select_GetBounds(), Select_Hide(), Select_Inside(), Select_Invert(), Select_MakeDetail(), Select_MakeStructural(), Select_Move(), Select_Name(), Select_PartialTall(), Select_Reselect(), Select_RotateTexture(), Select_Scale(), Select_ScaleTexture(), Select_SetTexture(), Select_ShiftTexture(), Select_ShowAllHidden(), Select_SnapToGrid(), Select_TerrainFace(), Select_TerrainFacesFromBrush(), Select_Touching(), Select_Ungroup(), SelectBrush(), SelectEdgeByRay(), SelectFaceEdge(), SelectVertex(), SetFaceTexdef(), SetTerrainTexdef(), SetupVertexSelection(), Terrain_AddMovePoint(), Terrain_BrushToMesh(), Terrain_DrawFace(), Terrain_Parse(), Terrain_Ray(), Terrain_SelectAreaPoints(), Terrain_SelectPointByRay(), Terrain_UpdateSelected(), Test_Ray(), Texture_ShowInuse(), Undo_AddBrush(), Undo_AddBrushList(), Undo_BrushInUndo(), Undo_Clear(), Undo_ClearRedo(), Undo_EndBrush(), Undo_EndBrushList(), Undo_FreeFirstUndo(), Undo_GeneralStart(), Undo_Redo(), Undo_Undo(), UpdateSel(), CXYWnd::XY_Draw(), Z_Draw(), and Z_MouseDown().

typedef struct brushprimit_texdef_s brushprimit_texdef_t
 

Referenced by Brush_SetTexture(), ConvertTexMatWithQTexture(), Drag_Begin(), CSurfaceDlg::GetTexMods(), QERApp_GetFaceInfo(), QERApp_SetCurrentTexture(), QERApp_SetFaceInfo(), Select_Ray(), Select_RotateTexture(), Select_ScaleTexture(), Select_SetTexture(), SelectTexture(), SetFaceTexdef(), CSurfaceDlg::SetTexMods(), Texture_SetTexture(), and CSurfaceDlg::UpdateSpinners().

typedef struct eclass_s eclass_t
 

Referenced by CleanEntityList(), CPlugInManager::CommitEntityHandleToMap(), CreateEntity(), CreateEntityFromName(), Eclass_ForName(), Eclass_hasModel(), Eclass_InitFromText(), Eclass_InsertAlphabetized(), EClass_InsertSortedList(), Eclass_ScanFile(), Entity_Create(), Entity_Parse(), EntityWndProc(), FillClassList(), GetCachedModel(), CXYWnd::HandleDrop(), HasModel(), LoadModel(), PaintedModel(), Patch_BrushToMesh(), Patch_CapCurrent(), Patch_Thicken(), QERApp_EClassScanDir(), QERApp_GetEClass(), QERApp_GetEClassCount(), setSpecialLoad(), UpdateEntitySel(), and UpdateSel().

typedef struct entitymodel_t entitymodel
 

Referenced by CleanEntityList(), Eclass_hasModel(), LoadModel(), and PaintedModel().

typedef struct epair_s epair_t
 

typedef struct face_s face_t
 

typedef boolean qboolean
 

Definition at line 32 of file QERTYPES.H.

Referenced by _UI_IsFullscreen(), AAS_AreaEntityCollision(), AAS_ConnectedAreas(), AAS_EntityCollision(), AAS_FindHashedEdge(), AAS_FindHashedPlane(), AAS_FindPlane(), AAS_GetEdge(), AAS_GetFace(), AAS_GetPlane(), AAS_GetVertex(), AAS_inPHS(), AAS_inPVS(), AAS_InsideFace(), AAS_LoadAASFile(), AAS_MakeBrushWindings(), AAS_NearestHideArea(), AAS_PointInsideFace(), AAS_ReachabilityExists(), AAS_WriteAASFile(), AddSeperators(), AddWindingToConvexHull(), Alias_Parse(), AllocLMBlock(), ArenaServers_LoadFavorites(), Asset_Parse(), BG_CanItemBeGrabbed(), BG_PlayerTouchesItem(), BotAlreadySelected(), BotInLavaOrSlime(), BotIntermission(), BotIsDead(), BotIsObserver(), BotLibSetup(), BoundBrush(), Brush_MakeFaceWinding(), BrushesDisjoint(), BrushGE(), CEpairsWrapper::CalculateRotatedBounds(), CanDamage(), CG_BloodPool(), CG_CalcMuzzlePoint(), CG_ConsoleCommand(), CG_DrawFollow(), CG_DrawOldScoreboard(), CG_DrawScoreboard(), CG_DrawScores(), CG_FileExists(), CG_FindClientHeadFile(), CG_FindClientModelFile(), CG_MissileHitWall(), CG_NewClientInfo(), CG_OtherTeamHasFlag(), CG_OwnerDrawVisible(), CG_ParseAnimationFile(), CG_ParseVoiceChats(), CG_ParticleSnowFlurry(), CG_Player(), CG_PlayerShadow(), CG_PredictPlayerState(), CG_ReadNextSnapshot(), CG_RegisterClientModelname(), CG_RegisterClientSkin(), CG_ScanForExistingClientInfo(), CG_TouchTriggerPrediction(), CG_VoiceChat(), CG_WeaponSelectable(), CG_YourTeamHasFlag(), Character_Parse(), CheatsOk(), CheckGauntletAttack(), CheckPlaneAgainstVolume(), CheckTournament(), ChopFaceByBrush(), ChopPatchByBrush(), CL_AddKeyUpCommands(), CL_CDKeyValidate(), CL_ConsolePrint(), CL_GameCommand(), CL_GetParseEntityState(), CL_GetServerCommand(), CL_GetSnapshot(), CL_GetUserCmd(), CL_LocalServers_f(), CL_Netchan_Process(), CL_PlayCinematic_f(), CL_ReadyToSendPacket(), CL_Shutdown(), CL_SystemInfoChanged(), CL_UpdateVisiblePings_f(), ClientInactivityTimer(), ClipLineToFace(), ClipSkyPolygon(), ClipToSeperators(), CM_AreasConnected(), CM_ComparePoints(), CM_GenerateFacetFor3Points(), CM_GenerateFacetFor4Points(), CM_NeedsSubdivision(), CM_PlaneFromPoints(), CM_PositionTestInPatchCollide(), CM_TracePointThroughPatchCollide(), CM_TraceThroughBrush(), CM_TransformedBoxTrace(), CM_TransposeGrid(), CM_ValidateFacet(), Cmd_Give_f(), CodeError(), ColinearEdge(), CollapseMultitexture(), Color_Parse(), Com_AddStartupCommands(), COM_Compress(), Com_ParseExt(), COM_ParseExt(), Com_Printf(), Com_SafeMode(), CompareVert(), ConfirmMenu_Event(), ConfirmModified(), ConsoleCommand(), Controls_DrawKeyBinding(), Controls_MenuKey(), ConWndProc(), CreateBrushWindings(), CreateGameWindow(), Crosshair_Draw(), CCamWnd::CullBrush(), Cvar_Command(), Cvar_ValidateString(), Display_KeyBindPending(), Display_MouseMove(), CXYWnd::DragDelta(), Eclass_hasModel(), EmitMovEBXEDI(), EndOfScript(), Entity_Parse(), EntityCarriesFlag(), EntityHasQuad(), EntityIsChatting(), EntityIsDead(), EntityIsInvisible(), EntityIsShooting(), FileExists(), FinishShader(), Float_Parse(), FloodEntities(), FS_ComparePaks(), FS_ConditionalRestart(), FS_CreatePath(), FS_FileExists(), FS_FilenameCompare(), FS_FOpenFileByMode(), FS_GetModList(), FS_idPak(), FS_Initialized(), FS_PakIsPure(), FS_ReadFile(), FS_SV_FileExists(), G_BotConnect(), G_CallSpawn(), G_CheckProxMinePosition(), G_EntitiesFree(), G_FilterPacket(), G_MissileImpact(), G_MoverPush(), G_ParseSpawnVars(), G_RadiusDamage(), G_RankDamage(), G_RegisterCvars(), G_SpawnFloat(), G_SpawnInt(), G_SpawnString(), G_SpawnVector(), G_TryPushingEntity(), G_TryPushingProxMine(), G_UpdateCvars(), GameType_Parse(), getCameraInfo(), GetToken(), GlideIsValid(), GLimp_ChangeMode(), GLimp_EndFrame(), GLimp_Init(), GLimp_SetMode(), GLimp_SpawnRenderThread(), GLW_CheckOSVersion(), GLW_CreateWindow(), GLW_InitDriver(), GLW_LoadOpenGL(), GLW_StartDriverAndSetMode(), GLW_StartOpenGL(), HandleEvents(), Hunk_CheckMark(), IN_InitDIMouse(), InFieldOfVision(), Info_Validate(), InitMover(), Int_Parse(), IsBrushSelected(), IsMirror(), IsTriangleDegenerate(), IsVisible(), Item_Bind_HandleKey(), Item_EnableShowViaCvar(), Item_HandleKey(), Item_ListBox_HandleKey(), Item_Multi_HandleKey(), Item_OwnerDraw_HandleKey(), Item_Parse(), Item_RunScript(), Item_SetFocus(), Item_Slider_HandleKey(), Item_TextField_HandleKey(), Item_YesNo_HandleKey(), ItemParse_action(), ItemParse_addColorRange(), ItemParse_align(), ItemParse_asset_model(), ItemParse_asset_shader(), ItemParse_autowrapped(), ItemParse_backcolor(), ItemParse_background(), ItemParse_border(), ItemParse_bordercolor(), ItemParse_bordersize(), ItemParse_cinematic(), ItemParse_columns(), ItemParse_cvar(), ItemParse_cvarFloat(), ItemParse_cvarFloatList(), ItemParse_cvarStrList(), ItemParse_cvarTest(), ItemParse_decoration(), ItemParse_disableCvar(), ItemParse_doubleClick(), ItemParse_elementheight(), ItemParse_elementtype(), ItemParse_elementwidth(), ItemParse_enableCvar(), ItemParse_feeder(), ItemParse_focusSound(), ItemParse_forecolor(), ItemParse_group(), ItemParse_hideCvar(), ItemParse_horizontalscroll(), ItemParse_leaveFocus(), ItemParse_maxChars(), ItemParse_maxPaintChars(), ItemParse_model_angle(), ItemParse_model_fovx(), ItemParse_model_fovy(), ItemParse_model_origin(), ItemParse_model_rotation(), ItemParse_mouseEnter(), ItemParse_mouseEnterText(), ItemParse_mouseExit(), ItemParse_mouseExitText(), ItemParse_name(), ItemParse_notselectable(),