MCPcopy Create free account
hub / github.com/LibreSprite/LibreSprite / textInt

Method textInt

src/ui/widget.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int Widget::textInt() const
144{
145 return strtol(m_text.c_str(), NULL, 10);
146}
147
148double Widget::textDouble() const
149{

Callers 15

onExecuteMethod · 0.80
onExecuteMethod · 0.80
columnsValueMethod · 0.80
rowsValueMethod · 0.80
fitWidthValueMethod · 0.80
fitHeightValueMethod · 0.80
borderPaddingValueMethod · 0.80
shapePaddingValueMethod · 0.80
innerPaddingValueMethod · 0.80
onExecuteMethod · 0.80
sizeValueMethod · 0.80
onWidthPxChangeMethod · 0.80

Calls

no outgoing calls

Tested by 1

onSizeChangeMethod · 0.64