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

Method BasePanelViewCell

Common/PanelView/BasePanelViewCell.h:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 {
19 public:
20 BasePanelViewCell(std::string_view _layout, MyGUI::Widget* _parent) :
21 BaseLayout(_layout, _parent)
22 {
23 mMainWidget->setPosition(0, 0);
24
25 m_minHeight = mMainWidget->getHeight() - getClient()->getHeight();
26 m_maxHeight = mMainWidget->getHeight();
27 }
28
29 void setCaption(const MyGUI::UString& _caption)
30 {

Callers

nothing calls this directly

Calls 2

setPositionMethod · 0.45
getHeightMethod · 0.45

Tested by

no test coverage detected