#include <PlotLegendConfig.h>

Signals | |
| void | visibleChanged (bool visible) |
Public Member Functions | |
| bool | isVisible () const |
| void | load (QSettings &settings) |
| PlotLegendConfig & | operator= (const PlotLegendConfig &src) |
| PlotLegendConfig (QObject *parent=0, bool visible=true) | |
| void | read (QDataStream &stream) |
| void | reset () |
| void | save (QSettings &settings) const |
| void | setVisible (bool visible) |
| void | write (QDataStream &stream) const |
| ~PlotLegendConfig () | |
Private Attributes | |
| bool | visible_ |
Definition at line 25 of file PlotLegendConfig.h.
| rqt_multiplot::PlotLegendConfig::PlotLegendConfig | ( | QObject * | parent = 0, |
| bool | visible = true |
||
| ) |
Definition at line 27 of file PlotLegendConfig.cpp.
Definition at line 32 of file PlotLegendConfig.cpp.
| bool rqt_multiplot::PlotLegendConfig::isVisible | ( | ) | const |
Definition at line 48 of file PlotLegendConfig.cpp.
| void rqt_multiplot::PlotLegendConfig::load | ( | QSettings & | settings | ) | [virtual] |
Implements rqt_multiplot::Config.
Definition at line 60 of file PlotLegendConfig.cpp.
| PlotLegendConfig & rqt_multiplot::PlotLegendConfig::operator= | ( | const PlotLegendConfig & | src | ) |
Definition at line 83 of file PlotLegendConfig.cpp.
| void rqt_multiplot::PlotLegendConfig::read | ( | QDataStream & | stream | ) | [virtual] |
Implements rqt_multiplot::Config.
Definition at line 72 of file PlotLegendConfig.cpp.
| void rqt_multiplot::PlotLegendConfig::reset | ( | ) | [virtual] |
Implements rqt_multiplot::Config.
Definition at line 64 of file PlotLegendConfig.cpp.
| void rqt_multiplot::PlotLegendConfig::save | ( | QSettings & | settings | ) | const [virtual] |
Implements rqt_multiplot::Config.
Definition at line 56 of file PlotLegendConfig.cpp.
| void rqt_multiplot::PlotLegendConfig::setVisible | ( | bool | visible | ) |
Definition at line 39 of file PlotLegendConfig.cpp.
| void rqt_multiplot::PlotLegendConfig::visibleChanged | ( | bool | visible | ) | [signal] |
| void rqt_multiplot::PlotLegendConfig::write | ( | QDataStream & | stream | ) | const [virtual] |
Implements rqt_multiplot::Config.
Definition at line 68 of file PlotLegendConfig.cpp.
bool rqt_multiplot::PlotLegendConfig::visible_ [private] |
Definition at line 48 of file PlotLegendConfig.h.