|
void | Select_Ungroup () |
|
void | AcquirePath (int nCount, PFNPathCallback *pFunc) |
|
CMemFile | g_Clipboard (4096) |
|
CMemFile | g_PatchClipboard (4096) |
|
float | fDiff (float f1, float f2) |
|
CDragPoint * | PointRay (const idVec3 &org, const idVec3 &dir, float *dist) |
|
void | ClearSelectablePoints (brush_t *b) |
|
void | AddSelectablePoint (brush_t *b, idVec3 v, int type, bool priority) |
|
void | UpdateSelectablePoint (brush_t *b, idVec3 v, int type) |
|
void | VectorToAngles (idVec3 vec, idVec3 angles) |
|
void | VectorSnapGrid (idVec3 &v) |
|
idVec3 | Brush_TransformedPoint (brush_t *b, const idVec3 &in) |
|
idMat3 | Brush_RotationMatrix (brush_t *b) |
|
bool | UpdateActiveDragPoint (const idVec3 &move) |
|
bool | SetDragPointCursor (idVec3 p, int nView) |
|
void | SetActiveDrag (CDragPoint *p) |
|
void | ClearActiveDrag () |
|
| IMPLEMENT_DYNCREATE (CXYWnd, CWnd) |
|
LONG WINAPI | XYWndProc (HWND, UINT, WPARAM, LPARAM) |
|
void | WXY_Print (void) |
|
float | ptSum (idVec3 pt) |
|
float | Betwixt (float f1, float f2) |
|
void | CleanList (brush_t *pList) |
|
void | Brush_CopyList (brush_t *pFrom, brush_t *pTo) |
|
void | CreateEntityFromName (char *pName, brush_t *pBrush, bool forceFixed, idVec3 min, idVec3 max, idVec3 org) |
|
brush_t * | CreateEntityBrush (int x, int y, CXYWnd *pWnd) |
|
void | CreateRightClickEntity (CXYWnd *pWnd, int x, int y, char *pName) |
|
brush_t * | CreateSmartBrush (idVec3 v) |
|
void | _SmartPointDone (bool b, int n) |
|
void | CreateSmartEntity (CXYWnd *pWnd, int x, int y, const char *pName) |
|
void | FinishSmartCreation () |
|
bool | MergeMenu (CMenu *pMenuDestination, const CMenu *pMenuAdd, bool bTopLevel) |
|
void | GLColoredBoxWithLabel (float x, float y, float size, idVec4 color, const char *text, idVec4 textColor, float xofs, float yofs, float lineSize) |
|
bool | FilterBrush (brush_t *pb) |
|
void | DrawPathLines (void) |
|
void | DrawBrushEntityName (brush_t *b) |
|
bool | Select_OnlyModelsSelected () |
|
void | CleanCopyEntities () |
|
entity_t * | Entity_CopyClone (entity_t *e) |
|
bool | OnList (entity_t *pFind, CPtrArray *pList) |
|
void | AssignModel () |
|