plotjuggler_plugins
DataLoadULog
ulog_parameters_dialog.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QDialog>
4
#include <QString>
5
#include "
ulog_parser.h
"
6
7
namespace
Ui
8
{
9
class
ULogParametersDialog
;
10
}
11
12
class
ULogParametersDialog
:
public
QDialog
13
{
14
Q_OBJECT
15
16
public
:
17
explicit
ULogParametersDialog
(
const
ULogParser
&
parser
, QWidget* parent =
nullptr
);
18
19
void
restoreSettings();
20
21
~
ULogParametersDialog
();
22
23
private
:
24
Ui::ULogParametersDialog*
ui
;
25
};
Ui
Definition:
cheatsheet_dialog.h:6
ULogParametersDialog
Definition:
ulog_parameters_dialog.h:12
ulog_parser.h
start_test_publisher.parser
parser
Definition:
start_test_publisher.py:13
ULogParametersDialog::ui
Ui::ULogParametersDialog * ui
Definition:
ulog_parameters_dialog.h:24
ULogParser
Definition:
ulog_parser.h:14
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Jun 19 2023 03:12:53