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