Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
plotter_gui
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
{
9
class
RemoveCurveDialog
;
10
}
11
12
class
PlotWidget
;
13
14
class
RemoveCurveDialog
:
public
QDialog
15
{
16
Q_OBJECT
17
18
public
:
19
explicit
RemoveCurveDialog
(
PlotWidget
*parent);
20
~
RemoveCurveDialog
();
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
33
PlotWidget
*
_parent
;
34
};
35
36
#endif // REMOVECURVEDIALOG_H
qwt_plot_curve.h
Ui
Definition:
selectlistdialog.h:8
RemoveCurveDialog::ui
Ui::RemoveCurveDialog * ui
Definition:
removecurvedialog.h:29
RemoveCurveDialog
Definition:
removecurvedialog.h:14
name
char name[1]
PlotWidget
Definition:
plotwidget.h:28
RemoveCurveDialog::_parent
PlotWidget * _parent
Definition:
removecurvedialog.h:33
plotjuggler
Author(s): Davide Faconti
autogenerated on Sat Jul 6 2019 03:44:18