QtPdWidgets
2.3.1
|
Public Member Functions | |
Impl (RadioButton *parent) | |
void | updateCheck () |
Public Attributes | |
RadioButton *const | parent |
bool | dataPresent |
A value shall be displayed. More... | |
int | value |
the current variable value More... | |
int | checkValue |
The value that is sent to the process, if the button is checked. More... | |
|
inline |
References Pd::RadioButton::Impl::parent.
|
inline |
int Pd::RadioButton::Impl::checkValue |
The value that is sent to the process, if the button is checked.
Referenced by Pd::RadioButton::Impl::updateCheck().
bool Pd::RadioButton::Impl::dataPresent |
A value shall be displayed.
Referenced by Pd::RadioButton::Impl::updateCheck().
RadioButton* const Pd::RadioButton::Impl::parent |
Referenced by Pd::RadioButton::Impl::Impl(), and Pd::RadioButton::Impl::updateCheck().
int Pd::RadioButton::Impl::value |
the current variable value
Referenced by Pd::RadioButton::Impl::updateCheck().