Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
y
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
i
m
o
q
r
s
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
b
c
d
e
f
h
k
l
o
p
r
s
t
u
x
z
Enumerator
b
c
d
f
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
plotjuggler_plugins
PluginsZcm
config_zcm.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QWidget>
4
5
namespace
Ui
6
{
7
class
ConfigZCM
;
8
}
9
10
class
ConfigZCM
:
public
QWidget
11
{
12
Q_OBJECT
13
14
public
:
15
explicit
ConfigZCM
(QString prefix, QWidget* parent =
nullptr
);
16
~ConfigZCM
();
17
18
QString
getLibraries
()
const
;
19
20
private
slots:
21
void
on_radioEnvironmentLibrary_toggled
(
bool
checked);
22
23
void
on_radioManualLibrary_toggled
(
bool
checked);
24
25
void
on_pushButtonAdd_clicked
();
26
27
void
on_pushButtonRemove_clicked
();
28
29
private
:
30
Ui::ConfigZCM*
ui
;
31
QString
_prefix
;
32
};
ConfigZCM
Definition:
config_zcm.h:10
ConfigZCM::on_radioManualLibrary_toggled
void on_radioManualLibrary_toggled(bool checked)
Definition:
config_zcm.cpp:64
ConfigZCM::on_radioEnvironmentLibrary_toggled
void on_radioEnvironmentLibrary_toggled(bool checked)
Definition:
config_zcm.cpp:56
Ui
Definition:
cheatsheet_dialog.h:6
ConfigZCM::getLibraries
QString getLibraries() const
Definition:
config_zcm.cpp:39
ConfigZCM::on_pushButtonRemove_clicked
void on_pushButtonRemove_clicked()
Definition:
config_zcm.cpp:93
ConfigZCM::_prefix
QString _prefix
Definition:
config_zcm.h:31
ConfigZCM::ui
Ui::ConfigZCM * ui
Definition:
config_zcm.h:30
ConfigZCM::on_pushButtonAdd_clicked
void on_pushButtonAdd_clicked()
Definition:
config_zcm.cpp:73
ConfigZCM::ConfigZCM
ConfigZCM(QString prefix, QWidget *parent=nullptr)
Definition:
config_zcm.cpp:9
ConfigZCM::~ConfigZCM
~ConfigZCM()
Definition:
config_zcm.cpp:25
plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Jan 26 2025 03:23:23