16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 01:19:19 +02:00

recording

This commit is contained in:
milek7
2019-03-25 01:12:19 +01:00
parent 99c0888965
commit aa8d66e5da
6 changed files with 148 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ http://mozilla.org/MPL/2.0/.
#include "widgets/vehicleparams.h"
#include "widgets/map.h"
#include "widgets/time.h"
#include "widgets/trainingcard.h"
class driver_ui : public ui_layer {
@@ -55,6 +56,7 @@ private:
timetable_panel m_timetablepanel { "Timetable", false };
debug_panel m_debugpanel { "Debug Data", false };
transcripts_panel m_transcriptspanel { "Transcripts", true }; // voice transcripts
trainingcard_panel m_trainingcardpanel;
bool m_paused { false };
bool m_pause_modal_opened { false };