#include <CurveItemWidget.h>
Public Member Functions | |
| CurveItemWidget (QWidget *parent=0) | |
| CurveConfig * | getConfig () const |
| void | setConfig (CurveConfig *config) |
| virtual | ~CurveItemWidget () |
Protected Member Functions | |
| bool | eventFilter (QObject *object, QEvent *event) |
Private Slots | |
| void | configColorConfigCurrentColorChanged (const QColor &color) |
| void | configTitleChanged (const QString &title) |
| void | configXAxisConfigChanged () |
| void | configYAxisConfigChanged () |
Private Attributes | |
| CurveConfig * | config_ |
| Ui::CurveItemWidget * | ui_ |
Definition at line 31 of file CurveItemWidget.h.
| rqt_multiplot::CurveItemWidget::CurveItemWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 32 of file CurveItemWidget.cpp.
| rqt_multiplot::CurveItemWidget::~CurveItemWidget | ( | ) | [virtual] |
Definition at line 41 of file CurveItemWidget.cpp.
| void rqt_multiplot::CurveItemWidget::configColorConfigCurrentColorChanged | ( | const QColor & | color | ) | [private, slot] |
Definition at line 147 of file CurveItemWidget.cpp.
| void rqt_multiplot::CurveItemWidget::configTitleChanged | ( | const QString & | title | ) | [private, slot] |
Definition at line 117 of file CurveItemWidget.cpp.
| void rqt_multiplot::CurveItemWidget::configXAxisConfigChanged | ( | ) | [private, slot] |
Definition at line 121 of file CurveItemWidget.cpp.
| void rqt_multiplot::CurveItemWidget::configYAxisConfigChanged | ( | ) | [private, slot] |
Definition at line 134 of file CurveItemWidget.cpp.
| bool rqt_multiplot::CurveItemWidget::eventFilter | ( | QObject * | object, |
| QEvent * | event | ||
| ) | [protected] |
Definition at line 93 of file CurveItemWidget.cpp.
| CurveConfig * rqt_multiplot::CurveItemWidget::getConfig | ( | ) | const |
Definition at line 85 of file CurveItemWidget.cpp.
| void rqt_multiplot::CurveItemWidget::setConfig | ( | CurveConfig * | config | ) |
Definition at line 49 of file CurveItemWidget.cpp.
Definition at line 47 of file CurveItemWidget.h.
Ui::CurveItemWidget* rqt_multiplot::CurveItemWidget::ui_ [private] |
Definition at line 45 of file CurveItemWidget.h.