#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 () | |
Public Member Functions inherited from rqt_multiplot::Config | |
Config (QObject *parent=0) | |
~Config () | |
Private Slots | |
void | tableConfigChanged () |
Private Attributes | |
PlotTableConfig * | tableConfig_ |
Additional Inherited Members | |
Signals inherited from rqt_multiplot::Config | |
void | changed () |
Definition at line 26 of file MultiplotConfig.h.
rqt_multiplot::MultiplotConfig::MultiplotConfig | ( | QObject * | parent | ) |
Definition at line 27 of file MultiplotConfig.cpp.
rqt_multiplot::MultiplotConfig::~MultiplotConfig | ( | ) |
Definition at line 33 of file MultiplotConfig.cpp.
PlotTableConfig * rqt_multiplot::MultiplotConfig::getTableConfig | ( | ) | const |
Definition at line 40 of file MultiplotConfig.cpp.
|
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.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 68 of file MultiplotConfig.cpp.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 60 of file MultiplotConfig.cpp.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 48 of file MultiplotConfig.cpp.
|
privateslot |
Definition at line 86 of file MultiplotConfig.cpp.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 64 of file MultiplotConfig.cpp.
|
private |
Definition at line 45 of file MultiplotConfig.h.