RadioButton.
More...
#include <RadioButton.h>
|
PD_PRIVATE void | newValues (std::chrono::nanoseconds) override |
| This virtual method is called by the ProcessVariable, if its value changes. More...
|
|
◆ RadioButton()
RadioButton::RadioButton |
( |
QWidget * |
parent = 0 | ) |
|
Constructor.
- Parameters
-
References Impl.
◆ ~RadioButton()
RadioButton::~RadioButton |
( |
| ) |
|
|
virtual |
◆ clearData()
void RadioButton::clearData |
( |
| ) |
|
◆ getCheckValue()
int RadioButton::getCheckValue |
( |
| ) |
const |
◆ newValues()
void RadioButton::newValues |
( |
std::chrono::nanoseconds |
| ) |
|
|
overrideprivate |
This virtual method is called by the ProcessVariable, if its value changes.
References impl.
◆ nextCheckState()
void RadioButton::nextCheckState |
( |
| ) |
|
|
protected |
Sets the next check state.
This virtual method originating from QAbstractButton is called, when the user requests a new check state (by clicking on the button, or by hitting the acceleration key, etc.). It is designed to let subclasses implement intermediate check states.
Here it is used to write the new state to the process first and to delay the setting of the new check state until the process variable was written.
References impl.
◆ resetCheckValue()
void RadioButton::resetCheckValue |
( |
| ) |
|
◆ setCheckValue()
void RadioButton::setCheckValue |
( |
int |
v | ) |
|
◆ Impl
◆ impl
std::unique_ptr<Impl> Pd::RadioButton::impl |
|
private |
◆ checkValue
int Pd::RadioButton::checkValue |
|
readwrite |
The documentation for this class was generated from the following files: