removecurvedialog.h
Go to the documentation of this file.
1 #ifndef REMOVECURVEDIALOG_H
2 #define REMOVECURVEDIALOG_H
3 
4 #include <QDialog>
5 #include <QListWidgetItem>
6 #include "qwt_plot_curve.h"
7 
8 namespace Ui {
10 }
11 
12 class PlotWidget;
13 
14 class RemoveCurveDialog : public QDialog
15 {
16  Q_OBJECT
17 
18 public:
19  explicit RemoveCurveDialog(PlotWidget *parent);
21 
22  void addCurveName(const QString& name, const QColor &color);
23 
24 private slots:
25 
26  void on_pushButtonRemove_pressed();
27 
28 private:
29  Ui::RemoveCurveDialog *ui;
30 
31  void closeIfEmpty();
32 
34 };
35 
36 #endif // REMOVECURVEDIALOG_H
Ui::RemoveCurveDialog * ui
char name[1]
PlotWidget * _parent


plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:18