Qt central, all operations relating to the view part here. More...
#include <main_window.hpp>
Public Slots | |
| void | on_BTN_GOTO_GOAL () |
| void | on_BTN_GOTO_ORIGIN () |
| void | on_BTN_SEND_POS () |
| void | slot_new_object_tf () |
Public Member Functions | |
| MainWindow (int argc, char **argv, QWidget *parent=0) | |
| ~MainWindow () | |
Private Attributes | |
| QNode | qnode |
| Ui::MainWindowDesign | ui |
Qt central, all operations relating to the view part here.
Definition at line 31 of file main_window.hpp.
| drc_gui::MainWindow::MainWindow | ( | int | argc, |
| char ** | argv, | ||
| QWidget * | parent = 0 |
||
| ) |
Definition at line 29 of file main_window.cpp.
Definition at line 46 of file main_window.cpp.
| void drc_gui::MainWindow::on_BTN_GOTO_GOAL | ( | ) | [slot] |
Definition at line 52 of file main_window.cpp.
| void drc_gui::MainWindow::on_BTN_GOTO_ORIGIN | ( | ) | [slot] |
Definition at line 83 of file main_window.cpp.
| void drc_gui::MainWindow::on_BTN_SEND_POS | ( | ) | [slot] |
Definition at line 48 of file main_window.cpp.
| void drc_gui::MainWindow::slot_new_object_tf | ( | ) | [slot] |
Definition at line 114 of file main_window.cpp.
QNode drc_gui::MainWindow::qnode [private] |
Definition at line 47 of file main_window.hpp.
Ui::MainWindowDesign drc_gui::MainWindow::ui [private] |
Definition at line 46 of file main_window.hpp.