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

Class ItemDataInfo

MyGUIEngine/include/MyGUI_ItemBox.h:201–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199 void shutdownOverride() override;
200
201 struct ItemDataInfo
202 {
203 ItemDataInfo(Any _data) :
204 data(_data)
205 {
206 }
207 Any data;
208 };
209 using VectorItemInfo = std::vector<ItemDataInfo>;
210
211 void onMouseButtonPressed(int _left, int _top, MouseButton _id) override;

Callers 1

insertItemAtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected