Changeset 47 in flair-src for branches/mavlink/tools/Controller/Mavlink/src/Mavlink_test.h
- Timestamp:
- Jul 26, 2016, 5:04:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mavlink/tools/Controller/Mavlink/src/Mavlink_test.h
r46 r47 38 38 class ComboBox; 39 39 class GroupBox; 40 class ListWidget; 40 41 } 41 42 } … … 77 78 // Show wpt groupbox 78 79 gui::GroupBox* show_wptGroupBox; 79 gui::Label* label_mission_wpt; 80 gui::Label* label_mission_wpt_list; 81 gui::Label* label_entrance_wpt; 82 gui::Label* label_entrance_wpt_list; 83 gui::Label* label_exit_wpt; 84 gui::Label* label_exit_wpt_list; 80 gui::ListWidget* list_mission_wpt; 81 gui::ListWidget* list_entrance_wpt; 82 gui::ListWidget* list_exit_wpt; 83 gui::PushButton* btn_remove_mission_wpt; 84 gui::PushButton* btn_remove_entrance_wpt; 85 gui::PushButton* btn_remove_exit_wpt; 86 // gui::Label* label_mission_wpt; 87 // gui::Label* label_mission_wpt_list; 88 // gui::Label* label_entrance_wpt; 89 // gui::Label* label_entrance_wpt_list; 90 // gui::Label* label_exit_wpt; 91 // gui::Label* label_exit_wpt_list; 85 92 86 93 // Remove wpt groupbox
Note:
See TracChangeset
for help on using the changeset viewer.