#include <PlotAxesConfig.h>
Public Types | |
enum | Axis { X, Y } |
Public Member Functions | |
PlotAxisConfig * | getAxisConfig (Axis axis) const |
void | load (QSettings &settings) |
PlotAxesConfig & | operator= (const PlotAxesConfig &src) |
PlotAxesConfig (QObject *parent=0) | |
void | read (QDataStream &stream) |
void | reset () |
void | save (QSettings &settings) const |
void | write (QDataStream &stream) const |
~PlotAxesConfig () | |
Public Member Functions inherited from rqt_multiplot::Config | |
Config (QObject *parent=0) | |
~Config () | |
Private Slots | |
void | axisConfigChanged () |
Private Attributes | |
QMap< Axis, PlotAxisConfig * > | axisConfig_ |
Additional Inherited Members | |
Signals inherited from rqt_multiplot::Config | |
void | changed () |
Definition at line 26 of file PlotAxesConfig.h.
Enumerator | |
---|---|
X | |
Y |
Definition at line 30 of file PlotAxesConfig.h.
rqt_multiplot::PlotAxesConfig::PlotAxesConfig | ( | QObject * | parent = 0 | ) |
Definition at line 27 of file PlotAxesConfig.cpp.
rqt_multiplot::PlotAxesConfig::~PlotAxesConfig | ( | ) |
Definition at line 36 of file PlotAxesConfig.cpp.
|
privateslot |
Definition at line 108 of file PlotAxesConfig.cpp.
PlotAxisConfig * rqt_multiplot::PlotAxesConfig::getAxisConfig | ( | Axis | axis | ) | const |
Definition at line 43 of file PlotAxesConfig.cpp.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 67 of file PlotAxesConfig.cpp.
PlotAxesConfig & rqt_multiplot::PlotAxesConfig::operator= | ( | const PlotAxesConfig & | src | ) |
Definition at line 97 of file PlotAxesConfig.cpp.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 88 of file PlotAxesConfig.cpp.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 78 of file PlotAxesConfig.cpp.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 56 of file PlotAxesConfig.cpp.
|
virtual |
Implements rqt_multiplot::Config.
Definition at line 83 of file PlotAxesConfig.cpp.
|
private |
Definition at line 50 of file PlotAxesConfig.h.