Rev 306 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 306 | Rev 307 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | 39 | ||
40 | #include "ui_mktool.h" |
40 | #include "ui_mktool.h" |
41 | #include "wdg_Settings.h" |
41 | #include "wdg_Settings.h" |
42 | #include "dlg_LCD.h" |
42 | #include "dlg_LCD.h" |
- | 43 | #include "dlg_Map.h" |
|
Line 43... | Line 44... | ||
43 | #include "dlg_Map.h" |
44 | #include "dlg_MotorMixer.h" |
44 | 45 | ||
45 | #include "../Classes/cConnection.h" |
46 | #include "../Classes/cConnection.h" |
46 | #include "../Classes/cSettings.h" |
47 | #include "../Classes/cSettings.h" |
Line 78... | Line 79... | ||
78 | cQMK_Server *QMK_Server; |
79 | cQMK_Server *QMK_Server; |
Line 79... | Line 80... | ||
79 | 80 | ||
80 | // LCD-Dialog |
81 | // LCD-Dialog |
Line -... | Line 82... | ||
- | 82 | dlg_LCD *f_LCD; |
|
- | 83 | ||
- | 84 | // MotorMixer-Dialog |
|
81 | dlg_LCD *f_LCD; |
85 | dlg_MotorMixer *f_MotorMixer; |
82 | 86 | ||
Line 83... | Line 87... | ||
83 | // Map-Dialog |
87 | // Map-Dialog |
84 | dlg_Map *f_Map; |
88 | dlg_Map *f_Map; |
Line 187... | Line 191... | ||
187 | void slot_ac_About(); |
191 | void slot_ac_About(); |
188 | void slot_ac_GetLabels(); |
192 | void slot_ac_GetLabels(); |
189 | void slot_ac_Motortest(); |
193 | void slot_ac_Motortest(); |
190 | void slot_ac_LCD(); |
194 | void slot_ac_LCD(); |
191 | void slot_ac_Map(); |
195 | void slot_ac_Map(); |
- | 196 | void slot_ac_MotorMixer(); |
|
Line 192... | Line 197... | ||
192 | 197 | ||
193 | void slot_pb_HexFile(); |
198 | void slot_pb_HexFile(); |
Line 194... | Line 199... | ||
194 | void slot_pb_SendWaypoint(); |
199 | void slot_pb_SendWaypoint(); |