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

Method getCellDimension

Tools/EditorFramework/TextureBrowseCell.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12
13 void TextureBrowseCell::getCellDimension(MyGUI::Widget* _sender, MyGUI::IntCoord& _coord, bool _drop)
14 {
15 _coord.set(0, 0, 180, 180);
16 }
17
18 TextureBrowseCell::TextureBrowseCell(MyGUI::Widget* _parent) :
19 wraps::BaseCellView<std::string>("TextureBrowseCell.layout", _parent)

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected