MCPcopy Create free account
hub / github.com/MyGUI/mygui / notifyEndDrop

Method notifyEndDrop

Common/ItemBox/BaseItemBox.h:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 void notifyEndDrop(MyGUI::DDContainer* _sender, const MyGUI::DDItemInfo& _info, bool _result)
120 {
121 eventDropResult(this, DDItemInfo(_info), _result);
122 }
123
124 void notifyDropState(MyGUI::DDContainer* _sender, MyGUI::DDItemState _state)
125 {

Callers

nothing calls this directly

Calls 2

eventDropResultFunction · 0.85
DDItemInfoClass · 0.70

Tested by

no test coverage detected