Home
last modified time | relevance | path

Searched refs:LDrag (Results 1 – 25 of 30) sorted by relevance

12

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/dialogs/
H A DColorDlg.h77 void LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) override;
111 void LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) override;
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DPlayerListWnd.h39 …void LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) overri…
H A DChatWnd.h56 …void LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) overri…
H A DFieldIcon.h34 void LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) override;
H A DFieldIcon.cpp47 void FieldIcon::LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) in LDrag() function in FieldIcon
H A DCUIWnd.h117 void LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) override;
H A DChatWnd.cpp349 void MessageWnd::LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) { in LDrag() function in MessageWnd
350 CUIWnd::LDrag(pt, move, mod_keys); in LDrag()
H A DTechTreeWnd.cpp223 void LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) override;
439 void TechTreeWnd::TechTreeControls::LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKe… in LDrag() function in TechTreeWnd::TechTreeControls
470 GG::Wnd::LDrag(pt, final_move, mod_keys); in LDrag()
543 void LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) override in LDrag() function in TechTreeWnd::LayoutPanel::LayoutSurface
614 void LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) override in LDrag() function in TechTreeWnd::LayoutPanel::TechPanel
H A DMapWnd.h124 void LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) override;
H A DCUIWnd.cpp368 void CUIWnd::LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) { in LDrag() function in CUIWnd
392 GG::Wnd::LDrag(pt, move, mod_keys); in LDrag()
H A DPlayerListWnd.cpp875 void PlayerListWnd::LDrag(const GG::Pt& pt, const GG::Pt& move, GG::Flags<GG::ModKey> mod_keys) { in LDrag() function in PlayerListWnd
876 CUIWnd::LDrag(pt, move, mod_keys); in LDrag()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DButton.h112 void LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) override;
207 void LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) override;
H A DMenu.h115 void LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) override;
H A DEdit.h196 void LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) override;
H A DWndEvent.h82 LDrag, enumerator
H A DMultiEdit.h203 void LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) override;
H A DWnd.h844 virtual void LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys);
H A DSlider.h375 case WndEvent::LDrag: { in EventFilter()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DButton.cpp138 void Button::LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) in LDrag() function in Button
142 Wnd::LDrag(pt, move, mod_keys); in LDrag()
176 Wnd::LDrag(pt, move, mod_keys); in RDrag()
329 void StateButton::LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) in LDrag() function in StateButton
332 Wnd::LDrag(pt, move, mod_keys); in LDrag()
H A DMenu.cpp260 void PopupMenu::LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) in LDrag() function in PopupMenu
302 { LDrag(pt, Pt(), mod_keys); } in MouseHere()
H A DWndEvent.cpp191 case WndEvent::LDrag: return "(LDrag)"; in EventTypeName()
H A DWnd.cpp1005 void Wnd::LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) in LDrag() function in Wnd
1126 case WndEvent::LDrag: in HandleEvent()
1127 LDrag(event.Point(), event.DragMove(), event.ModKeys()); in HandleEvent()
H A DScroll.cpp375 case WndEvent::LDrag: { in EventFilter()
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/dialogs/
H A DColorDlg.cpp247 void HueSaturationPicker::LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) in LDrag() function in HueSaturationPicker
350 void ValuePicker::LDrag(const Pt& pt, const Pt& move, Flags<ModKey> mod_keys) in LDrag() function in ValuePicker
/dports/games/freeorion/freeorion-0.4.10.2/GG/test/unit/
H A DTestButton.cpp97 GG::WndEvent::LDrag, GG::Pt(GG::X(30), GG::Y(30)), GG::MOD_KEY_NONE);

12