Searched refs:active_wnd (Results 1 – 10 of 10) sorted by relevance
416 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()
2026 wxWindow* active_wnd = NULL; in RemovePage() local2028 active_wnd = m_tabs.GetWindowFromIdx(m_curPage); in RemovePage()2079 new_active = active_wnd; in RemovePage()
2070 wxWindow* active_wnd = NULL; in RemovePage() local2072 active_wnd = m_tabs.GetWindowFromIdx(m_curPage); in RemovePage()2125 new_active = active_wnd; in RemovePage()
3315 wxWindow* active_wnd = NULL; in RemovePage() local3317 active_wnd = m_tabs.GetWindowFromIdx(m_curpage); in RemovePage()3368 new_active = active_wnd; in RemovePage()
3423 wxWindow* active_wnd = NULL; in RemovePage() local3425 active_wnd = m_tabs.GetWindowFromIdx(m_curpage); in RemovePage()3476 new_active = active_wnd; in RemovePage()
3706 active_wnd = None3708 active_wnd = self._tabs.GetWindowFromIdx(self._curpage)3732 if active_wnd and not self.IsBeingDeleted():3733 self.SetSelectionToWindow(active_wnd)