#include <MultiplotConfig.h>

Public Member Functions | |
| PlotTableConfig * | getTableConfig () const |
| void | load (QSettings &settings) |
| MultiplotConfig (QObject *parent) | |
| MultiplotConfig & | operator= (const MultiplotConfig &src) |
| void | read (QDataStream &stream) |
| void | reset () |
| void | save (QSettings &settings) const |
| void | write (QDataStream &stream) const |
| ~MultiplotConfig () | |
Private Slots | |
| void | tableConfigChanged () |
Private Attributes | |
| PlotTableConfig * | tableConfig_ |
Definition at line 26 of file MultiplotConfig.h.
| rqt_multiplot::MultiplotConfig::MultiplotConfig | ( | QObject * | parent | ) |
Definition at line 27 of file MultiplotConfig.cpp.
Definition at line 33 of file MultiplotConfig.cpp.
Definition at line 40 of file MultiplotConfig.cpp.
| void rqt_multiplot::MultiplotConfig::load | ( | QSettings & | settings | ) | [virtual] |
Implements rqt_multiplot::Config.
Definition at line 54 of file MultiplotConfig.cpp.
| MultiplotConfig & rqt_multiplot::MultiplotConfig::operator= | ( | const MultiplotConfig & | src | ) |
Definition at line 76 of file MultiplotConfig.cpp.
| void rqt_multiplot::MultiplotConfig::read | ( | QDataStream & | stream | ) | [virtual] |
Implements rqt_multiplot::Config.
Definition at line 68 of file MultiplotConfig.cpp.
| void rqt_multiplot::MultiplotConfig::reset | ( | ) | [virtual] |
Implements rqt_multiplot::Config.
Definition at line 60 of file MultiplotConfig.cpp.
| void rqt_multiplot::MultiplotConfig::save | ( | QSettings & | settings | ) | const [virtual] |
Implements rqt_multiplot::Config.
Definition at line 48 of file MultiplotConfig.cpp.
| void rqt_multiplot::MultiplotConfig::tableConfigChanged | ( | ) | [private, slot] |
Definition at line 86 of file MultiplotConfig.cpp.
| void rqt_multiplot::MultiplotConfig::write | ( | QDataStream & | stream | ) | const [virtual] |
Implements rqt_multiplot::Config.
Definition at line 64 of file MultiplotConfig.cpp.
Definition at line 45 of file MultiplotConfig.h.