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

Function reset

MyGUIEngine/include/MyGUI_DDItemInfo.h:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void reset()
81 {
82 sender = nullptr;
83 sender_index = ITEM_NONE;
84 receiver = nullptr;
85 receiver_index = ITEM_NONE;
86 }
87
88 /** DDContainer that send this event (container from which we started drag) */
89 DDContainer* sender;

Callers 11

initialiseMethod · 0.85
resetMethod · 0.85
loadMethod · 0.85
load_fileMethod · 0.85
load_buffer_implMethod · 0.85
resetMethod · 0.85
initialiseMethod · 0.85
resetMethod · 0.85
loadMethod · 0.85
load_fileMethod · 0.85
load_buffer_implMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected