Home
last modified time | relevance | path

Searched refs:DragDropHere (Results 1 – 13 of 13) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DQueueListBox.cpp143 void QueueListBox::DragDropHere(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, in DragDropHere() function in QueueListBox
146 CUIListBox::DragDropHere(pt, drop_wnds_acceptable, mod_keys); in DragDropHere()
H A DQueueListBox.h33 void DragDropHere(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
H A DCUIControls.h477 void DragDropHere(const GG::Pt& pt, std::map<const GG::Wnd*, bool>& drop_wnds_acceptable,
H A DFleetWnd.cpp1060 void DragDropHere(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
1184 void FleetDataPanel::DragDropHere(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptabl… in DragDropHere() function in FleetDataPanel
1951 void DragDropHere(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, in DragDropHere() function in FleetsListBox
1954 CUIListBox::DragDropHere(pt, drop_wnds_acceptable, mod_keys); in DragDropHere()
H A DCUIControls.cpp1395 void StatisticIcon::DragDropHere(const GG::Pt& pt, std::map<const GG::Wnd*, bool>& drop_wnds_accept… in DragDropHere() function in StatisticIcon
H A DDesignWnd.cpp3676 case GG::WndEvent::DragDropHere: in EventFilter()
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DWndEvent.h101 DragDropHere, enumerator
H A DWnd.h935 virtual void DragDropHere(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
H A DListBox.h524 …void DragDropHere(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, Flags<ModKey> mo…
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DWndEvent.cpp210 case WndEvent::DragDropHere: return "(DragDropHere)"; in EventTypeName()
H A DWnd.cpp1067 void Wnd::DragDropHere(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, Flags<ModKey… in DragDropHere() function in Wnd
1180 case WndEvent::DragDropHere: in HandleEvent()
1181 DragDropHere(event.Point(), event.GetAcceptableDropWnds(), event.ModKeys()); in HandleEvent()
H A DListBox.cpp1607 DragDropHere(pt, drop_wnds_acceptable, mod_keys); in DragDropEnter()
1610 void ListBox::DragDropHere(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, Flags<Mo… in DragDropHere() function in ListBox
1792 case WndEvent::DragDropHere: in EventFilter()
H A DGUI.cpp415 WndEvent event(WndEvent::DragDropHere, pos, m_drag_drop_wnds, m_mod_keys); in HandleMouseDrag()