ulog_parameters_dialog.h
Go to the documentation of this file.
00001 #ifndef ULOG_PARAMETERS_DIALOG_H
00002 #define ULOG_PARAMETERS_DIALOG_H
00003 
00004 #include <QDialog>
00005 #include <QString>
00006 #include "ulog_parser.h"
00007 
00008 namespace Ui {
00009 class ULogParametersDialog;
00010 }
00011 
00012 class ULogParametersDialog : public QDialog
00013 {
00014   Q_OBJECT
00015 
00016 public:
00017     explicit ULogParametersDialog(const ULogParser& parser, QWidget *parent = nullptr);
00018 
00019   void restoreSettings();
00020 
00021   ~ULogParametersDialog();
00022 
00023 private:
00024   Ui::ULogParametersDialog *ui;
00025 };
00026 
00027 #endif // ULOG_PARAMETERS_DIALOG_H


plotjuggler
Author(s): Davide Faconti
autogenerated on Wed Jul 3 2019 19:28:05