Home
last modified time | relevance | path

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

/dports/games/freeorion/freeorion-0.4.10.2/UI/CombatReport/
H A DCombatLogWnd.cpp468 if (scroll_panel && (scroll_panel->InClient(UpperLeft()) in HandleMaybeVisible()
469 || scroll_panel->InClient(LowerRight()) in HandleMaybeVisible()
470 || scroll_panel->InClient(GG::Pt(Right(), Top())) in HandleMaybeVisible()
471 || scroll_panel->InClient(GG::Pt(Left(), Bottom())))) in HandleMaybeVisible()
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DBuildDesignatorWnd.h24 bool InClient(const GG::Pt& pt) const override;
H A DProductionWnd.h31 bool InClient(const GG::Pt& pt) const override;
H A DBuildDesignatorWnd.cpp1236 bool BuildDesignatorWnd::InClient(const GG::Pt& pt) const in InClient() function in BuildDesignatorWnd
1237 { return m_enc_detail_panel->InClient(pt) || m_build_selector->InClient(pt) || m_side_panel->InClie… in InClient()
H A DProductionWnd.cpp923 bool ProductionWnd::InClient(const GG::Pt& pt) const in InClient() function in ProductionWnd
924 { return m_production_info_panel->InClient(pt) || m_queue_wnd->InClient(pt) || m_build_designator_w… in InClient()
H A DSidePanel.cpp2104 && m_planet_name->InClient(pt)) in RClick()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DWnd.h490 virtual bool InClient(const Pt& pt) const;
/dports/games/freeorion/freeorion-0.4.10.2/GG/test/unit/
H A DTestButton.cpp155 BOOST_CHECK(button.InClient(GG::Pt(GG::X(0), GG::Y(0)))); in BOOST_AUTO_TEST_CASE()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DListBox.cpp1453 if (!InClient(pt)) in RowUnderPt()
1614 if (m_rows.empty() || !m_auto_scroll_during_drag_drops || !InClient(pt)) in DragDropHere()
H A DWnd.cpp352 bool Wnd::InClient(const Pt& pt) const in InClient() function in Wnd