Home
last modified time | relevance | path

Searched refs:_activeXY (Results 1 – 2 of 2) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/xyview/
H A DGlobalXYWnd.cpp194 if (_activeXY != NULL) { in zoomIn()
195 _activeXY->zoomIn(); in zoomIn()
200 if (_activeXY != NULL) { in zoomOut()
201 _activeXY->zoomOut(); in zoomOut()
233 return _activeXY; in getActiveXY()
273 if (_activeXY != NULL) { in positionView()
279 if (_activeXY != NULL) { in getActiveViewType()
287 if (_activeXY != NULL) { in setActiveViewType()
331 _activeXY = wnd; in setActiveXY()
348 _activeXY = newWnd; in createXY()
[all …]
H A DGlobalXYWnd.h36 XYWnd* _activeXY; variable