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

Method getWidth

MyGUIEngine/src/MyGUI_TextView.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 float getWidth() const
59 {
60 MYGUI_DEBUG_ASSERT(rollback, "rollback point not valid");
61 return width;
62 }
63
64 size_t getCount() const
65 {

Callers 15

_setAlignMethod · 0.45
updateTrackMethod · 0.45
TrackMoveMethod · 0.45
setTrackSizeMethod · 0.45
getTrackSizeMethod · 0.45
getTrackPlaceLengthMethod · 0.45
initialiseOverrideMethod · 0.45
onWidgetCreatedMethod · 0.45
beginToItemAtMethod · 0.45
_getTextWidthMethod · 0.45
updateBarOldMethod · 0.45
updateBarNewMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected