#include <PlotLegendConfigWidget.h>
Public Member Functions | |
| PlotLegendConfig * | getConfig () const |
| PlotLegendConfigWidget (QWidget *parent=0) | |
| void | setConfig (PlotLegendConfig *range) |
| virtual | ~PlotLegendConfigWidget () |
Private Slots | |
| void | checkBoxVisibleStateChanged (int state) |
| void | configVisibleChanged (bool visible) |
Private Attributes | |
| PlotLegendConfig * | config_ |
| Ui::PlotLegendConfigWidget * | ui_ |
Definition at line 31 of file PlotLegendConfigWidget.h.
| rqt_multiplot::PlotLegendConfigWidget::PlotLegendConfigWidget | ( | QWidget * | parent = 0 | ) |
Definition at line 29 of file PlotLegendConfigWidget.cpp.
Definition at line 39 of file PlotLegendConfigWidget.cpp.
| void rqt_multiplot::PlotLegendConfigWidget::checkBoxVisibleStateChanged | ( | int | state | ) | [private, slot] |
Definition at line 78 of file PlotLegendConfigWidget.cpp.
| void rqt_multiplot::PlotLegendConfigWidget::configVisibleChanged | ( | bool | visible | ) | [private, slot] |
Definition at line 73 of file PlotLegendConfigWidget.cpp.
Definition at line 65 of file PlotLegendConfigWidget.cpp.
| void rqt_multiplot::PlotLegendConfigWidget::setConfig | ( | PlotLegendConfig * | range | ) |
Definition at line 47 of file PlotLegendConfigWidget.cpp.
Definition at line 44 of file PlotLegendConfigWidget.h.
Ui::PlotLegendConfigWidget* rqt_multiplot::PlotLegendConfigWidget::ui_ [private] |
Definition at line 42 of file PlotLegendConfigWidget.h.