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

Method getCellDimension

Demos/Demo_Gui/ColourWindowCellView.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11
12 void ColourWindowCellView::getCellDimension(MyGUI::Widget* _sender, MyGUI::IntCoord& _coord, bool _drop)
13 {
14 _coord.set(0, 0, _sender->getClientCoord().width, 20);
15 }
16
17 ColourWindowCellView::ColourWindowCellView(MyGUI::Widget* _parent) :
18 wraps::BaseCellView<ColourWindowCellData*>("ColourWindowCellView.layout", _parent)

Callers

nothing calls this directly

Calls 2

getClientCoordMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected