Main Page
Namespaces
Namespace List
Namespace Members
All
Functions
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
x
~
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
w
x
~
Variables
_
a
b
c
d
h
i
l
m
n
p
r
s
t
u
Enumerations
Enumerator
Files
File List
File Members
All
Functions
Variables
Typedefs
src
publisher_select_dialog.h
Go to the documentation of this file.
1
#pragma once
2
#include <QDialog>
3
#include <QLabel>
4
#include <QListWidget>
5
#include <QAbstractButton>
6
#include <unordered_set>
7
8
#include "ui_publisher_select_dialog.h"
9
10
namespace
Ui
11
{
12
class
Ui_PublisherSelect;
13
}
14
15
class
PublisherSelectDialog
:
public
QDialog
16
{
17
Q_OBJECT
18
private
:
19
Ui::PublisherSelect*
_ui
;
20
21
public
:
22
explicit
PublisherSelectDialog
(QWidget* parent =
nullptr
)
23
: QDialog(parent),
_ui
(new
Ui
::PublisherSelect)
24
{
25
_ui
->setupUi(
this
);
26
}
27
28
Ui::PublisherSelect*
ui
() {
return
_ui
; }
29
30
~PublisherSelectDialog
()
31
{
32
delete
_ui
;
33
}
34
};
35
PublisherSelectDialog::ui
Ui::PublisherSelect * ui()
Definition:
publisher_select_dialog.h:28
PublisherSelectDialog::PublisherSelectDialog
PublisherSelectDialog(QWidget *parent=nullptr)
Definition:
publisher_select_dialog.h:22
PublisherSelectDialog
Definition:
publisher_select_dialog.h:15
Ui
PublisherSelectDialog::_ui
Ui::PublisherSelect * _ui
Definition:
publisher_select_dialog.h:19
PublisherSelectDialog::~PublisherSelectDialog
~PublisherSelectDialog()
Definition:
publisher_select_dialog.h:30
plotjuggler_ros
Author(s): Davide Faconti
autogenerated on Wed Feb 21 2024 03:22:56