Main Page
Related Pages
+
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
g
i
l
m
o
p
r
s
t
v
+
Enumerator
a
b
c
d
e
f
g
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
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
+
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
+
Variables
_
a
b
c
d
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
+
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
+
Enumerations
a
b
c
d
e
f
h
i
k
l
n
o
r
t
u
v
x
+
Enumerator
b
c
d
e
f
h
i
k
l
m
n
o
p
r
t
u
v
w
x
+
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
DataLoadMCAP
dialog_mcap.h
Go to the documentation of this file.
1
#ifndef DIALOG_MCAP_H
2
#define DIALOG_MCAP_H
3
4
#include <QDialog>
5
6
#include "
mcap/reader.hpp
"
7
8
namespace
Ui
{
9
class
dialog_mcap;
10
}
11
12
class
DialogMCAP
:
public
QDialog
13
{
14
Q_OBJECT
15
16
public
:
17
18
struct
Params
19
{
20
QStringList
selected_topics
;
21
unsigned
max_array_size
;
22
bool
clamp_large_arrays
;
23
};
24
25
explicit
DialogMCAP
(
const
std::unordered_map<int, mcap::ChannelPtr>& channels,
26
const
std::unordered_map<int, mcap::SchemaPtr>& schemas,
27
QWidget *parent =
nullptr
);
28
~
DialogMCAP
();
29
30
Params
getParams()
const
;
31
32
private
slots:
33
void
on_tableWidget_itemSelectionChanged();
34
void
accept()
override
;
35
36
private
:
37
Ui::dialog_mcap *
ui
;
38
39
static
const
QString
prefix
;
40
};
41
42
#endif // DIALOG_MCAP_H
DialogMCAP::Params
Definition:
dialog_mcap.h:18
DialogMCAP::Params::max_array_size
unsigned max_array_size
Definition:
dialog_mcap.h:21
Ui
Definition:
cheatsheet_dialog.h:6
DialogMCAP
Definition:
dialog_mcap.h:12
DialogMCAP::prefix
static const QString prefix
Definition:
dialog_mcap.h:39
DialogMCAP::Params::selected_topics
QStringList selected_topics
Definition:
dialog_mcap.h:20
DialogMCAP::ui
Ui::dialog_mcap * ui
Definition:
dialog_mcap.h:37
reader.hpp
DialogMCAP::Params::clamp_large_arrays
bool clamp_large_arrays
Definition:
dialog_mcap.h:22
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:01:02