Home
last modified time | relevance | path

Searched refs:active_wnd (Results 1 – 10 of 10) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DFleetWnd.cpp416 const auto&& active_wnd = GG::LockAndResetIfExpired(m_active_fleet_wnd); in SelectedShipID()
417 if (!active_wnd) in SelectedShipID()
420 std::set<int> selected_ship_ids = active_wnd->SelectedShipIDs(); in SelectedShipID()
428 const auto&& active_wnd = GG::LockAndResetIfExpired(m_active_fleet_wnd); in SelectedShipIDs()
429 if (!active_wnd) in SelectedShipIDs()
431 return active_wnd->SelectedShipIDs(); in SelectedShipIDs()
476 const auto&& active_wnd = GG::LockAndResetIfExpired(m_active_fleet_wnd); in SetActiveFleetWnd()
477 if (fleet_wnd == active_wnd) in SetActiveFleetWnd()
481 if (active_wnd) { in SetActiveFleetWnd()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/aui/
H A Dauibook.cpp2026 wxWindow* active_wnd = NULL; in RemovePage() local
2028 active_wnd = m_tabs.GetWindowFromIdx(m_curPage); in RemovePage()
2079 new_active = active_wnd; in RemovePage()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/aui/
H A Dauibook.cpp2026 wxWindow* active_wnd = NULL; in RemovePage() local
2028 active_wnd = m_tabs.GetWindowFromIdx(m_curPage); in RemovePage()
2079 new_active = active_wnd; in RemovePage()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/aui/
H A Dauibook.cpp2070 wxWindow* active_wnd = NULL; in RemovePage() local
2072 active_wnd = m_tabs.GetWindowFromIdx(m_curPage); in RemovePage()
2125 new_active = active_wnd; in RemovePage()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/aui/
H A Dauibook.cpp3315 wxWindow* active_wnd = NULL; in RemovePage() local
3317 active_wnd = m_tabs.GetWindowFromIdx(m_curpage); in RemovePage()
3368 new_active = active_wnd; in RemovePage()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/aui/
H A Dauibook.cpp3315 wxWindow* active_wnd = NULL; in RemovePage() local
3317 active_wnd = m_tabs.GetWindowFromIdx(m_curpage); in RemovePage()
3368 new_active = active_wnd; in RemovePage()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/aui/
H A Dauibook.cpp3315 wxWindow* active_wnd = NULL; in RemovePage() local
3317 active_wnd = m_tabs.GetWindowFromIdx(m_curpage); in RemovePage()
3368 new_active = active_wnd; in RemovePage()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/aui/
H A Dauibook.cpp3315 wxWindow* active_wnd = NULL; in RemovePage() local
3317 active_wnd = m_tabs.GetWindowFromIdx(m_curpage); in RemovePage()
3368 new_active = active_wnd; in RemovePage()
/dports/editors/madedit/madedit-0.2.9/wxAUI/src/
H A Dauibook.cpp3423 wxWindow* active_wnd = NULL; in RemovePage() local
3425 active_wnd = m_tabs.GetWindowFromIdx(m_curpage); in RemovePage()
3476 new_active = active_wnd; in RemovePage()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/wx/lib/agw/aui/
H A Dauibook.py3706 active_wnd = None
3708 active_wnd = self._tabs.GetWindowFromIdx(self._curpage)
3732 if active_wnd and not self.IsBeingDeleted():
3733 self.SetSelectionToWindow(active_wnd)