CheckBox.
More...
#include <CheckBox.h>
◆ CheckBox()
CheckBox::CheckBox |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~CheckBox()
◆ checkStateSet()
void CheckBox::checkStateSet |
( |
| ) |
|
|
protected |
From QAbstractButton.
- Todo:
- Check, if this has to be implemented.
◆ clearData()
void CheckBox::clearData |
( |
| ) |
|
◆ getOffValue()
int CheckBox::getOffValue |
( |
| ) |
const |
◆ getOnValue()
int CheckBox::getOnValue |
( |
| ) |
const |
◆ newValues()
void CheckBox::newValues |
( |
std::chrono::nanoseconds |
| ) |
|
|
overrideprivate |
This virtual method is called by the ProcessVariable, if its value changes.
◆ nextCheckState()
void CheckBox::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 check box, 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.
◆ Q_DECLARE_PRIVATE()
Pd::CheckBox::Q_DECLARE_PRIVATE |
( |
CheckBox |
| ) |
|
|
private |
◆ resetOffValue()
void CheckBox::resetOffValue |
( |
| ) |
|
◆ resetOnValue()
void CheckBox::resetOnValue |
( |
| ) |
|
◆ setOffValue()
void CheckBox::setOffValue |
( |
int |
v | ) |
|
◆ setOnValue()
void CheckBox::setOnValue |
( |
int |
v | ) |
|
◆ d_ptr
◆ offValue
int Pd::CheckBox::offValue |
|
readwrite |
◆ onValue
int Pd::CheckBox::onValue |
|
readwrite |
The documentation for this class was generated from the following files: