Main Page
+
Namespaces
Namespace List
+
Classes
Class List
Class Hierarchy
+
Class Members
All
Functions
Variables
+
Files
File List
+
File Members
All
Functions
include
simple_qt_gui
mainwindow.hpp
Go to the documentation of this file.
1
#ifndef SIMPLE_QT_GUI_MAINWINDOW_HPP
2
#define SIMPLE_QT_GUI_MAINWINDOW_HPP
3
4
#include <QApplication>
5
#include <QMainWindow>
6
#include <QHBoxLayout>
7
#include <QLabel>
8
#include <
ros/ros.h
>
9
10
namespace
simple_qt_gui
11
{
12
13
class
MainWindow
:
public
QMainWindow
14
{
15
Q_OBJECT
16
17
public
:
18
MainWindow
(QWidget *parent = 0);
19
~MainWindow
();
20
21
protected
:
22
ros::NodeHandle
nh_
;
23
};
24
25
}
26
27
#endif
simple_qt_gui::MainWindow
Definition:
mainwindow.hpp:13
ros::NodeHandle
simple_qt_gui::MainWindow::~MainWindow
~MainWindow()
Definition:
mainwindow.cpp:19
simple_qt_gui::MainWindow::nh_
ros::NodeHandle nh_
Definition:
mainwindow.hpp:22
ros.h
simple_qt_gui
Definition:
mainwindow.hpp:10
simple_qt_gui::MainWindow::MainWindow
MainWindow(QWidget *parent=0)
Definition:
mainwindow.cpp:6
rqt_app_example
Author(s): Victor Lamoine - Institut Maupertuis
autogenerated on Mon Feb 28 2022 23:34:52