Searched refs:m_nDivTop (Results 1 – 2 of 2) sorted by relevance
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/ |
H A D | PropertyList.cpp | 438 InvertLine(&dc,CPoint(point.x,m_nDivTop),CPoint(point.x,m_nDivBtm)); in OnLButtonUp() 473 m_nDivTop = clientRect.top; in OnLButtonDown() 478 InvertLine(&dc,CPoint(m_nOldDivX,m_nDivTop),CPoint(m_nOldDivX,m_nDivBtm)); in OnLButtonDown() 494 InvertLine(&dc,CPoint(m_nOldDivX,m_nDivTop),CPoint(m_nOldDivX,m_nDivBtm)); in OnMouseMove() 496 InvertLine(&dc,CPoint(point.x,m_nDivTop),CPoint(point.x,m_nDivBtm)); in OnMouseMove()
|
H A D | PropertyList.h | 153 int m_nDivTop; variable
|