Home
last modified time | relevance | path

Searched refs:m_selectByBoundingBrush (Results 1 – 4 of 4) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DPrefsDlg.h109 BOOL m_selectByBoundingBrush; variable
H A DPrefsDlg.cpp157 m_selectByBoundingBrush = FALSE; in CPrefsDlg()
H A DMainFrm.cpp5314 g_PrefsDlg.m_selectByBoundingBrush ^= 1; in OnSelectByBoundingBrush()
5318 (g_PrefsDlg.m_selectByBoundingBrush) ? TRUE : FALSE in OnSelectByBoundingBrush()
H A DEditorBrush.cpp2631 if (testPrimitive && !g_PrefsDlg.m_selectByBoundingBrush) { in Brush_Ray()