Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
143
int Widget::textInt() const
144
{
145
return strtol(m_text.c_str(), NULL, 10);
146
}
147
148
double Widget::textDouble() const
149
{
Callers
15
onExecute
Method · 0.80
onExecute
Method · 0.80
columnsValue
Method · 0.80
rowsValue
Method · 0.80
fitWidthValue
Method · 0.80
fitHeightValue
Method · 0.80
borderPaddingValue
Method · 0.80
shapePaddingValue
Method · 0.80
innerPaddingValue
Method · 0.80
onExecute
Method · 0.80
sizeValue
Method · 0.80
onWidthPxChange
Method · 0.80
Calls
no outgoing calls
Tested by
1
onSizeChange
Method · 0.64