mainwindow.h
Go to the documentation of this file.
1 #ifndef MAINWINDOW_H
2 #define MAINWINDOW_H
3 
4 #include <QMainWindow>
5 #include "qnode.h"
6 
7 namespace Ui {
8 class MainWindow;
9 }
10 
11 class MainWindow : public QMainWindow
12 {
13  Q_OBJECT
14 
15 public:
16  explicit MainWindow(int argc, char** argv);
17  ~MainWindow();
18 
19 public slots:
20  void onNewVelocity(float velocity);
21  void onNewNodesList(QStringList nodes);
22 
23 private:
24  Ui::MainWindow *ui;
25 
27 };
28 
29 #endif // MAINWINDOW_H
MainWindow(int argc, char **argv)
Definition: mainwindow.cpp:4
Ui::MainWindow * ui
Definition: mainwindow.h:24
QNode node
Definition: mainwindow.h:26
void onNewNodesList(QStringList nodes)
Definition: mainwindow.cpp:30
Definition: qnode.h:9
void onNewVelocity(float velocity)
Definition: mainwindow.cpp:25


igvc
Author(s): Matthew Barulic , Al Chaussee
autogenerated on Sun May 10 2015 16:18:45