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

Method getViewSize

MyGUIEngine/src/MyGUI_EditBox.cpp:1902–1907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1900 }
1901
1902 IntSize EditBox::getViewSize() const
1903 {
1904 if (mClientText != nullptr)
1905 return mClientText->getSize();
1906 return ScrollViewBase::getViewSize();
1907 }
1908
1909 IntSize EditBox::getContentSize() const
1910 {

Callers 15

Gui.hFile · 0.45
updateSizeMethod · 0.45
updateMethod · 0.45
notifyFrameEventMethod · 0.45
createSceneMethod · 0.45
createSceneMethod · 0.45
createSceneMethod · 0.45
createSceneMethod · 0.45
createSceneMethod · 0.45
getCursorFromSceneMethod · 0.45
getTextSizeMethod · 0.45

Calls 1

getSizeMethod · 0.45

Tested by

no test coverage detected