Home
last modified time | relevance | path

Searched refs:CancellingChildDragDrop (Results 1 – 8 of 8) sorted by relevance

/dports/games/freeorion/freeorion-0.4.10.2/GG/GG/
H A DLayout.h141 void CancellingChildDragDrop(const std::vector<const Wnd*>& wnds) override;
H A DWnd.h567 virtual void CancellingChildDragDrop(const std::vector<const Wnd*>& wnds);
H A DListBox.h526 void CancellingChildDragDrop(const std::vector<const Wnd*>& wnds) override;
/dports/games/freeorion/freeorion-0.4.10.2/GG/src/
H A DLayout.cpp191 void Layout::CancellingChildDragDrop(const std::vector<const Wnd*>& wnds) in CancellingChildDragDrop() function in Layout
194 parent->CancellingChildDragDrop(wnds); in CancellingChildDragDrop()
H A DGUI.cpp565 drag_drop_originating_wnd->CancellingChildDragDrop(unaccepted_wnds); in HandleMouseButtonRelease()
600 drag_drop_originating_wnd->CancellingChildDragDrop(unaccepted_wnds); in HandleMouseButtonRelease()
H A DWnd.cpp475 void Wnd::CancellingChildDragDrop(const std::vector<const Wnd*>& wnds) in CancellingChildDragDrop() function in Wnd
H A DListBox.cpp1645 void ListBox::CancellingChildDragDrop(const std::vector<const Wnd*>& wnds) in CancellingChildDragDrop() function in ListBox
/dports/games/freeorion/freeorion-0.4.10.2/UI/
H A DDesignWnd.cpp3593 void CancellingChildDragDrop(const std::vector<const GG::Wnd*>& wnds) override;
3741 void SlotControl::CancellingChildDragDrop(const std::vector<const GG::Wnd*>& wnds) { in CancellingChildDragDrop() function in SlotControl