Home
last modified time | relevance | path

Searched refs:drop_wnds_acceptable (Results 1 – 10 of 10) 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() argument
146 CUIListBox::DragDropHere(pt, drop_wnds_acceptable, mod_keys); in DragDropHere()
148 if (drop_wnds_acceptable.size() == 1 && in DragDropHere()
149 AllowedDropType(drop_wnds_acceptable.begin()->first->DragDropDataType())) in DragDropHere()
H A DQueueListBox.h33 void DragDropHere(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
H A DFleetWnd.cpp1060 void DragDropHere(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
1063 void CheckDrops(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
1193 DropsAcceptable(drop_wnds_acceptable.begin(), drop_wnds_acceptable.end(), pt, mod_keys); in DragDropHere()
1205 DropsAcceptable(drop_wnds_acceptable.begin(), drop_wnds_acceptable.end(), pt, mod_keys); in DragDropHere()
1208 for (const auto& drop_wnd_acceptable : drop_wnds_acceptable) { in DragDropHere()
1217 void FleetDataPanel::CheckDrops(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, in CheckDrops() argument
1225 Control::CheckDrops(pt, drop_wnds_acceptable, mod_keys); in CheckDrops()
1951 void DragDropHere(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, in DragDropHere() argument
1954 CUIListBox::DragDropHere(pt, drop_wnds_acceptable, mod_keys); in DragDropHere()
1993 DropsAcceptable(drop_wnds_acceptable.begin(), drop_wnds_acceptable.end(), pt, mod_keys); in DragDropHere()
[all …]
H A DCUIControls.h474 void DragDropEnter(const GG::Pt& pt, std::map<const GG::Wnd*, bool>& drop_wnds_acceptable,
477 void DragDropHere(const GG::Pt& pt, std::map<const GG::Wnd*, bool>& drop_wnds_acceptable,
480 void CheckDrops(const GG::Pt& pt, std::map<const GG::Wnd*, bool>& drop_wnds_acceptable,
H A DDesignWnd.cpp3597 void DragDropEnter(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
3782 void SlotControl::DragDropEnter(const GG::Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, in DragDropEnter() argument
3785 if (drop_wnds_acceptable.empty()) in DragDropEnter()
3788 DropsAcceptable(drop_wnds_acceptable.begin(), drop_wnds_acceptable.end(), pt, mod_keys); in DragDropEnter()
3792 if (drop_wnds_acceptable.begin()->second && m_part_control) in DragDropEnter()
H A DCUIControls.cpp1391 …tatisticIcon::DragDropEnter(const GG::Pt& pt, std::map<const GG::Wnd*, bool>& drop_wnds_acceptable, in DragDropEnter() argument
1395 …StatisticIcon::DragDropHere(const GG::Pt& pt, std::map<const GG::Wnd*, bool>& drop_wnds_acceptable, in DragDropHere() argument
1399 …con::CheckDrops(const GG::Pt& pt, std::map<const GG::Wnd*, bool>& drop_wnds_acceptable, GG::Flags<… in CheckDrops() argument
/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DWnd.h925 virtual void DragDropEnter(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
935 virtual void DragDropHere(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
940 virtual void CheckDrops(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable,
H A DListBox.h523 …void DragDropEnter(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, Flags<ModKey> m…
524 …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 DWnd.cpp1064 void Wnd::DragDropEnter(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, Flags<ModKe… in DragDropEnter() argument
1067 void Wnd::DragDropHere(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, Flags<ModKey… in DragDropHere() argument
1071 this->DropsAcceptable(drop_wnds_acceptable.begin(), drop_wnds_acceptable.end(), pt, mod_keys); in DragDropHere()
1074 void Wnd::CheckDrops(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, in CheckDrops() argument
1079 this->DropsAcceptable(drop_wnds_acceptable.begin(), drop_wnds_acceptable.end(), pt, mod_keys); in CheckDrops()
H A DListBox.cpp1604 void ListBox::DragDropEnter(const Pt& pt, std::map<const Wnd*, bool>& drop_wnds_acceptable, Flags<M… in DragDropEnter() argument
1607 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() argument
1612 this->DropsAcceptable(drop_wnds_acceptable.begin(), drop_wnds_acceptable.end(), pt, mod_keys); in DragDropHere()
1625 for (auto& acceptable_wnd : drop_wnds_acceptable) { in DragDropHere()