Home
last modified time | relevance | path

Searched refs:MoveChildUp (Results 1 – 15 of 15) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DWnd.h624 void MoveChildUp(Wnd* wnd);
625 void MoveChildUp(const std::shared_ptr<Wnd>& wnd);
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DAccordionPanel.cpp126 Wnd::MoveChildUp(m_expand_button.get()); in DoLayout()
H A DSystemIcon.cpp587 MoveChildUp(m_mouseover_indicator); in MouseEnter()
590 MoveChildUp(m_mouseover_unexplored_indicator); in MouseEnter()
600 MoveChildUp(m_tiny_mouseover_indicator); in MouseEnter()
H A DFieldIcon.cpp130 MoveChildUp(m_mouseover_indicator); in MouseEnter()
H A DMilitaryPanel.cpp181 MoveChildUp(m_expand_button); in DoLayout()
H A DResourcePanel.cpp216 MoveChildUp(m_expand_button); in DoLayout()
H A DPopulationPanel.cpp208 MoveChildUp(m_expand_button); in DoLayout()
H A DTechTreeWnd.cpp1436 MoveChildUp(m_vscroll); in Layout()
1437 MoveChildUp(m_hscroll); in Layout()
2239 MoveChildUp(m_tech_tree_controls); in ShowTreeView()
2247 MoveChildUp(m_tech_tree_controls); in ShowListView()
H A DBuildDesignatorWnd.cpp1221 MoveChildUp(m_enc_detail_panel.get()); in CompleteConstruction()
1222 MoveChildUp(m_build_selector.get()); in CompleteConstruction()
H A DEncyclopediaDetailPanel.cpp694 MoveChildUp(m_graph); in CompleteConstruction()
781 MoveChildUp(m_close_button); // so it's over top of the top-right icon in DoLayout()
H A DMapWnd.cpp2754 MoveChildUp(m_btn_turn); in InitTurn()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWnd.cpp592 void Wnd::MoveChildUp(const std::shared_ptr<Wnd>& wnd) in MoveChildUp() function in Wnd
593 { MoveChildUp(wnd.get()); } in MoveChildUp()
595 void Wnd::MoveChildUp(Wnd* wnd) in MoveChildUp() function in Wnd
H A DTabWnd.cpp503 { MoveChildUp(m_left_right_button_layout.get()); } in EventFilter()
H A DButton.cpp628 MoveChildUp(m_button_slots[m_checked_button].button.get()); in RaiseCheckedButton()
H A DListBox.cpp2213 MoveChildUp(m_vscroll.get()); in AddOrRemoveScrolls()
2267 MoveChildUp(m_hscroll.get()); in AddOrRemoveScrolls()