]> git.tdb.fi Git - r2c2.git/blobdiff - source/engineer/mainwindow.h
Add a dialog to control the clock
[r2c2.git] / source / engineer / mainwindow.h
index fcdb8034a7b592a60d22ff3cde60bb7af29b01d6..d8f52083240c3fd035b354b46a48aadeb1c719fd 100644 (file)
@@ -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 &);
@@ -27,8 +28,10 @@ private:
        void halt_clicked();
        void trains_clicked();
        void quit_clicked();
+       void clock_clicked();
        void power_event(bool);
        void halt_event(bool);
+       void clock_minute();
 };
 
 #endif