Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ allowFloatingPoint
Method
allowFloatingPoint
src/eepp/ui/uispinbox.cpp:257–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
255
}
256
257
UISpinBox* UISpinBox::allowFloatingPoint( bool allow ) {
258
mInput->setAllowOnlyNumbers( true, allow );
259
260
return this;
261
}
262
263
bool UISpinBox::dotsInNumbersAllowed() {
264
return mInput->floatingPointAllowed();
Callers
1
createBaseUI
Method · 0.80
Calls
1
setAllowOnlyNumbers
Method · 0.80
Tested by
1
createBaseUI
Method · 0.64