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

Method requestCoordItem

Tools/LayoutEditor/WidgetsWindow.cpp:166–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void WidgetsWindow::requestCoordItem(MyGUI::ItemBox* _sender, MyGUI::IntCoord& _coord, bool _drag) const
167 {
168 _coord.set(
169 0,
170 0,
171 mWidgetsButtonWidth + mWidgetsButtonOffset + mWidgetsButtonOffset,
172 mWidgetsButtonHeight + mWidgetsButtonOffset + mWidgetsButtonOffset);
173 }
174
175 void WidgetsWindow::requestDrawItem(
176 MyGUI::ItemBox* _sender,

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected