23 #ifndef PD_RADIOBUTTON_H 24 #define PD_RADIOBUTTON_H 26 #include <QRadioButton> 29 #include <QtPdCom1/ScalarSubscriber.h> 38 public QRadioButton,
public QtPdCom::ScalarSubscriber
41 Q_PROPERTY(
int checkValue
42 READ getCheckValue WRITE setCheckValue RESET resetCheckValue)
50 int getCheckValue()
const;
51 void setCheckValue(
int);
52 void resetCheckValue();
55 void nextCheckState();
59 std::unique_ptr<Impl>
impl;
61 PD_PRIVATE void newValues(std::chrono::nanoseconds)
override;
#define PD_PRIVATE
Definition: Export.h:28
#define PD_PUBLIC
Definition: Export.h:33