main_window.hpp
Go to the documentation of this file.
00001 
00008 #ifndef drc_gui_MAIN_WINDOW_H
00009 #define drc_gui_MAIN_WINDOW_H
00010 
00011 /*****************************************************************************
00012 ** Includes
00013 *****************************************************************************/
00014 
00015 #include <QtGui/QMainWindow>
00016 #include "ui_main_window.h"
00017 #include "qnode.hpp"
00018 
00019 /*****************************************************************************
00020 ** Namespace
00021 *****************************************************************************/
00022 
00023 namespace drc_gui {
00024 
00025 /*****************************************************************************
00026 ** Interface [MainWindow]
00027 *****************************************************************************/
00031 class MainWindow : public QMainWindow {
00032 Q_OBJECT
00033 
00034 public:
00035     MainWindow(int argc, char** argv, QWidget *parent = 0);
00036     ~MainWindow();
00037 
00038 public Q_SLOTS:
00039     void on_BTN_SEND_POS();
00040     void on_BTN_GOTO_GOAL();
00041     void on_BTN_GOTO_ORIGIN();
00042     void slot_new_object_tf();
00043 
00044 
00045 private:
00046     Ui::MainWindowDesign ui;
00047     QNode qnode;
00048 };
00049 
00050 }  // namespace drc_gui
00051 
00052 #endif // drc_gui_MAIN_WINDOW_H


drc_gui
Author(s):
autogenerated on Mon Apr 11 2016 03:56:52