Routesavedialog: Start/stop button added and satellite picture blinking.
[speedfreak] / Client / routesavedialog.h
index de1c382..b4a38f1 100644 (file)
@@ -1,7 +1,17 @@
+/*
+ * Route save dialog class
+ *
+ * @author     Toni Jussila <toni.jussila@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
+
 #ifndef ROUTESAVEDIALOG_H
 #define ROUTESAVEDIALOG_H
 
 #include <QDialog>
+#include <QPixmap>
+#include <QTimer>
 
 namespace Ui {
     class RouteSaveDialog;
@@ -18,6 +28,11 @@ protected:
 
 private:
     Ui::RouteSaveDialog *ui;
+    QTimer *timerSatellitePicture;
+
+private slots:
+    void on_buttonRouteStartStop_clicked();
+    void timerSatellitePictureTimeout();
 };
 
 #endif // ROUTESAVEDIALOG_H