| 49 void add_checkitem_widget(QMenu *parent, int i, UiMenuItemI *item, UiObject *obj); |
49 void add_checkitem_widget(QMenu *parent, int i, UiMenuItemI *item, UiObject *obj); |
| 50 void add_radioitem_widget(QMenu *parent, int index, UiMenuItemI *item, UiObject *obj); |
50 void add_radioitem_widget(QMenu *parent, int index, UiMenuItemI *item, UiObject *obj); |
| 51 void add_checkitemnv_widget(QMenu *parent, int i, UiMenuItemI *item, UiObject *obj); |
51 void add_checkitemnv_widget(QMenu *parent, int i, UiMenuItemI *item, UiObject *obj); |
| 52 void add_menuitem_list_widget(QMenu *parent, int i, UiMenuItemI *item, UiObject *obj); |
52 void add_menuitem_list_widget(QMenu *parent, int i, UiMenuItemI *item, UiObject *obj); |
| 53 |
53 |
| 54 void ui_checkableaction_prepare_event(UiEvent *event, UiAction *action); |
54 void ui_checkableaction_prepare_event(UiEvent *event, UiQAction *action); |
| 55 int64_t ui_checkableaction_get(UiInteger *value); |
55 int64_t ui_checkableaction_get(UiInteger *value); |
| 56 void ui_checkableaction_set(UiInteger *value, int64_t i); |
56 void ui_checkableaction_set(UiInteger *value, int64_t i); |
| 57 |
57 |
| 58 void ui_actiongroup_prepare_event(UiEvent *event, UiAction *action); |
58 void ui_actiongroup_prepare_event(UiEvent *event, UiQAction *action); |
| 59 int64_t ui_actiongroup_get(UiInteger *value); |
59 int64_t ui_actiongroup_get(UiInteger *value); |
| 60 void ui_actiongroup_set(UiInteger *value, int64_t i); |
60 void ui_actiongroup_set(UiInteger *value, int64_t i); |
| 61 |
61 |
| 62 #endif /* MENU_H */ |
62 #endif /* MENU_H */ |
| 63 |
63 |