ui/qt/button.h

changeset 103
6606616eca9f
parent 0
2483f517c562
child 108
77254bd6dccb
equal deleted inserted replaced
102:64ded9f6a6c6 103:6606616eca9f
32 #include "toolkit.h" 32 #include "toolkit.h"
33 #include "../ui/button.h" 33 #include "../ui/button.h"
34 #include <QPushButton> 34 #include <QPushButton>
35 #include <QRadioButton> 35 #include <QRadioButton>
36 #include <QButtonGroup> 36 #include <QButtonGroup>
37 #include <QCheckBox>
37 38
38 extern "C" { 39 extern "C" {
39 40
40 int ui_radiobutton_get(UiInteger *value); 41
42 int64_t ui_togglebutton_get(UiInteger *value);
43 void ui_togglebutton_set(UiInteger *value, int64_t i);
41 44
42 void ui_radiobutton_set(UiInteger *value, int i); 45 int64_t ui_checkbox_get(UiInteger *value);
46 void ui_checkbox_set(UiInteger *value, int64_t i);
47
48 int64_t ui_radiobutton_get(UiInteger *value);
49 void ui_radiobutton_set(UiInteger *value, int64_t i);
43 50
44 } 51 }
45 52
46 #endif /* BUTTON_H */ 53 #endif /* BUTTON_H */
47 54

mercurial