27 #include <QScopedPointer> 30 #include <QtPdCom1/ScalarSubscriber.h> 34 class CheckBoxPrivate;
41 public QCheckBox,
public QtPdCom::ScalarSubscriber
44 Q_PROPERTY(
int onValue
45 READ getOnValue WRITE setOnValue RESET resetOnValue)
46 Q_PROPERTY(
int offValue
47 READ getOffValue WRITE setOffValue RESET resetOffValue)
55 int getOnValue()
const;
58 int getOffValue()
const;
59 void setOffValue(
int);
64 void nextCheckState();
68 QScopedPointer<CheckBoxPrivate>
const d_ptr;
70 PD_PRIVATE void newValues(std::chrono::nanoseconds)
override;
QScopedPointer< CheckBoxPrivate > const d_ptr
Definition: CheckBox.h:68
CheckBox.
Definition: CheckBox.h:40
#define PD_PRIVATE
Definition: Export.h:28
#define PD_PUBLIC
Definition: Export.h:33