QtPdWidgets
2.3.1
|
Public Member Functions | |
Impl (DoubleSpinBox *parent) | |
void | setEditing (bool e) |
void | setInternalValue (double v) |
void | updateFromInternal () |
Public Attributes | |
DoubleSpinBox *const | parent |
bool | editing |
True, if the control is in editing state (the background is yellow, then). More... | |
double | internalValue |
Internal process value, that stores the last process value, even if the user is editing. More... | |
|
inline |
|
inline |
References Pd::DoubleSpinBox::Impl::editing, and Pd::DoubleSpinBox::Impl::parent.
|
inline |
|
inline |
References Pd::DoubleSpinBox::Impl::internalValue, and Pd::DoubleSpinBox::Impl::parent.
Referenced by Pd::DoubleSpinBox::Impl::setInternalValue().
bool Pd::DoubleSpinBox::Impl::editing |
True, if the control is in editing state (the background is yellow, then).
Referenced by Pd::DoubleSpinBox::Impl::setEditing(), and Pd::DoubleSpinBox::Impl::setInternalValue().
double Pd::DoubleSpinBox::Impl::internalValue |
Internal process value, that stores the last process value, even if the user is editing.
Referenced by Pd::DoubleSpinBox::Impl::setInternalValue(), and Pd::DoubleSpinBox::Impl::updateFromInternal().
DoubleSpinBox* const Pd::DoubleSpinBox::Impl::parent |
Referenced by Pd::DoubleSpinBox::Impl::setEditing(), and Pd::DoubleSpinBox::Impl::updateFromInternal().