29#include <sptk5/sptk.h>
31#include <sptk5/gui/CControl.h>
32#include <sptk5/gui/CInput.h>
84 explicit CFloatInput(
const char* label =
nullptr,
int layoutSize = 10,
87#ifdef __COMPATIBILITY_MODE__
105 void setLimits(
bool limited,
double min = 0,
double max = 0);
112 return m_decimalPlaces;
120 m_decimalPlaces = dp;
137 return "float_input";
Definition: CLayoutClient.h:82
CControlKind
Control kind is the constant to report the internal SPTK RTTI.
Definition: CControl.h:50
CLayoutAlign
Definition: CLayoutClient.h:44