Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DWnd.h503 std::shared_ptr<Wnd> RootParent() const;
/dports/games/freeorion/freeorion-0.4.10.2/GG/test/unit/
H A DTestButton.cpp158 BOOST_CHECK(!button.RootParent()); in BOOST_AUTO_TEST_CASE()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DGUI.cpp336 auto&& drag_wnds_root_parent = curr_wnd_under_cursor->RootParent(); in HandleMouseButtonPress()
1707 (m_impl->m_modal_wnds.empty() || wnd->RootParent() == m_impl->m_modal_wnds.back().first)) in ProcessBrowseInfo()
H A DWnd.cpp375 std::shared_ptr<Wnd> Wnd::RootParent() const in RootParent() function in Wnd