MCPcopy 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
257UISpinBox* UISpinBox::allowFloatingPoint( bool allow ) {
258 mInput->setAllowOnlyNumbers( true, allow );
259
260 return this;
261}
262
263bool UISpinBox::dotsInNumbersAllowed() {
264 return mInput->floatingPointAllowed();

Callers 1

createBaseUIMethod · 0.80

Calls 1

setAllowOnlyNumbersMethod · 0.80

Tested by 1

createBaseUIMethod · 0.64