#include <PlotConfigWidget.h>
Public Member Functions | |
void | copySelectedCurves () |
bool | eventFilter (QObject *object, QEvent *event) |
const PlotConfig & | getConfig () const |
void | pasteCurves () |
PlotConfigWidget (QWidget *parent=0) | |
void | setConfig (const PlotConfig &config) |
virtual | ~PlotConfigWidget () |
Private Slots | |
void | clipboardDataChanged () |
void | configPlotRateChanged (double rate) |
void | configTitleChanged (const QString &title) |
void | curveListWidgetItemDoubleClicked (QListWidgetItem *item) |
void | curveListWidgetItemSelectionChanged () |
void | doubleSpinBoxPlotRateValueChanged (double value) |
void | lineEditTitleEditingFinished () |
void | pushButtonAddCurveClicked () |
void | pushButtonCopyCurvesClicked () |
void | pushButtonEditCurveClicked () |
void | pushButtonPasteCurvesClicked () |
void | pushButtonRemoveCurvesClicked () |
Private Attributes | |
PlotConfig * | config_ |
Ui::PlotConfigWidget * | ui_ |
Definition at line 32 of file PlotConfigWidget.h.
rqt_multiplot::PlotConfigWidget::PlotConfigWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 41 of file PlotConfigWidget.cpp.
rqt_multiplot::PlotConfigWidget::~PlotConfigWidget | ( | ) | [virtual] |
Definition at line 112 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::clipboardDataChanged | ( | ) | [private, slot] |
Definition at line 294 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::configPlotRateChanged | ( | double | rate | ) | [private, slot] |
Definition at line 208 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::configTitleChanged | ( | const QString & | title | ) | [private, slot] |
Definition at line 204 of file PlotConfigWidget.cpp.
Definition at line 137 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::curveListWidgetItemDoubleClicked | ( | QListWidgetItem * | item | ) | [private, slot] |
Definition at line 285 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::curveListWidgetItemSelectionChanged | ( | ) | [private, slot] |
Definition at line 276 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::doubleSpinBoxPlotRateValueChanged | ( | double | value | ) | [private, slot] |
Definition at line 290 of file PlotConfigWidget.cpp.
bool rqt_multiplot::PlotConfigWidget::eventFilter | ( | QObject * | object, |
QEvent * | event | ||
) |
Definition at line 183 of file PlotConfigWidget.cpp.
const PlotConfig & rqt_multiplot::PlotConfigWidget::getConfig | ( | ) | const |
Definition at line 129 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::lineEditTitleEditingFinished | ( | ) | [private, slot] |
Definition at line 212 of file PlotConfigWidget.cpp.
Definition at line 161 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::pushButtonAddCurveClicked | ( | ) | [private, slot] |
Definition at line 216 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::pushButtonCopyCurvesClicked | ( | ) | [private, slot] |
Definition at line 268 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::pushButtonEditCurveClicked | ( | ) | [private, slot] |
Definition at line 233 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::pushButtonPasteCurvesClicked | ( | ) | [private, slot] |
Definition at line 272 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::pushButtonRemoveCurvesClicked | ( | ) | [private, slot] |
Definition at line 253 of file PlotConfigWidget.cpp.
void rqt_multiplot::PlotConfigWidget::setConfig | ( | const PlotConfig & | config | ) |
Definition at line 120 of file PlotConfigWidget.cpp.
Definition at line 50 of file PlotConfigWidget.h.
Ui::PlotConfigWidget* rqt_multiplot::PlotConfigWidget::ui_ [private] |
Definition at line 48 of file PlotConfigWidget.h.