X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fengineer%2Fmainwindow.h;h=d8e6c54e76cf32c7e346622ea93381cc7865a633;hb=d6516b0d9faa26fe6c64000c34f8d820f91ac479;hp=fcdb8034a7b592a60d22ff3cde60bb7af29b01d6;hpb=b261812f040caed52bc3de783e8bcb86b222a9ed;p=r2c2.git diff --git a/source/engineer/mainwindow.h b/source/engineer/mainwindow.h index fcdb803..d8e6c54 100644 --- a/source/engineer/mainwindow.h +++ b/source/engineer/mainwindow.h @@ -16,6 +16,7 @@ private: Msp::GLtk::Indicator *ind_off; Msp::GLtk::Indicator *ind_halt; Msp::GLtk::Label *lbl_status; + Msp::GLtk::Label *lbl_clock; public: MainWindow(Engineer &); @@ -26,9 +27,12 @@ private: void off_clicked(); void halt_clicked(); void trains_clicked(); + void telemetry_clicked(); void quit_clicked(); + void clock_clicked(); void power_event(bool); void halt_event(bool); + void update_clock(); }; #endif