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

Method getTextSize

MyGUIEngine/src/MyGUI_EditBox.cpp:1704–1709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1702 }
1703
1704 IntSize EditBox::getTextSize() const
1705 {
1706 if (mClientText != nullptr)
1707 return mClientText->getTextSize();
1708 return Base::getTextSize();
1709 }
1710
1711 void EditBox::notifyScrollChangePosition(ScrollBar* _sender, size_t _position)
1712 {

Callers 13

getFunction · 0.45
updateSizeMethod · 0.45
updateMethod · 0.45
updateMeasureMethod · 0.45
showMethod · 0.45
_getTextWidthMethod · 0.45
updateCursorPositionMethod · 0.45
getContentSizeMethod · 0.45
_notifyUpdateNameMethod · 0.45
updateWidthColumnsMethod · 0.45
_getContentSizeMethod · 0.45

Calls 1

getTextSizeFunction · 0.85

Tested by

no test coverage detected