#include <removecurvedialog.h>
Public Member Functions | |
| void | addCurveName (const QString &name, const QColor &color) |
| RemoveCurveDialog (PlotWidget *parent) | |
| ~RemoveCurveDialog () | |
Private Slots | |
| void | on_pushButtonRemove_pressed () |
Private Member Functions | |
| void | closeIfEmpty () |
Private Attributes | |
| PlotWidget * | _parent |
| Ui::RemoveCurveDialog * | ui |
Definition at line 14 of file removecurvedialog.h.
| RemoveCurveDialog::RemoveCurveDialog | ( | PlotWidget * | parent | ) | [explicit] |
Definition at line 7 of file removecurvedialog.cpp.
Definition at line 15 of file removecurvedialog.cpp.
| void RemoveCurveDialog::addCurveName | ( | const QString & | name, |
| const QColor & | color | ||
| ) |
Definition at line 20 of file removecurvedialog.cpp.
| void RemoveCurveDialog::closeIfEmpty | ( | ) | [private] |
Definition at line 47 of file removecurvedialog.cpp.
| void RemoveCurveDialog::on_pushButtonRemove_pressed | ( | ) | [private, slot] |
Definition at line 27 of file removecurvedialog.cpp.
PlotWidget* RemoveCurveDialog::_parent [private] |
Definition at line 33 of file removecurvedialog.h.
Ui::RemoveCurveDialog* RemoveCurveDialog::ui [private] |
Definition at line 29 of file removecurvedialog.h.