#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 () | |
Private Slots | |
void | axisConfigChanged () |
Private Attributes | |
QMap< Axis, PlotAxisConfig * > | axisConfig_ |
Definition at line 26 of file PlotAxesConfig.h.
Definition at line 30 of file PlotAxesConfig.h.
rqt_multiplot::PlotAxesConfig::PlotAxesConfig | ( | QObject * | parent = 0 | ) |
Definition at line 27 of file PlotAxesConfig.cpp.
Definition at line 36 of file PlotAxesConfig.cpp.
void rqt_multiplot::PlotAxesConfig::axisConfigChanged | ( | ) | [private, slot] |
Definition at line 108 of file PlotAxesConfig.cpp.
PlotAxisConfig * rqt_multiplot::PlotAxesConfig::getAxisConfig | ( | Axis | axis | ) | const |
Definition at line 43 of file PlotAxesConfig.cpp.
void rqt_multiplot::PlotAxesConfig::load | ( | QSettings & | settings | ) | [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.
void rqt_multiplot::PlotAxesConfig::read | ( | QDataStream & | stream | ) | [virtual] |
Implements rqt_multiplot::Config.
Definition at line 88 of file PlotAxesConfig.cpp.
void rqt_multiplot::PlotAxesConfig::reset | ( | ) | [virtual] |
Implements rqt_multiplot::Config.
Definition at line 78 of file PlotAxesConfig.cpp.
void rqt_multiplot::PlotAxesConfig::save | ( | QSettings & | settings | ) | const [virtual] |
Implements rqt_multiplot::Config.
Definition at line 56 of file PlotAxesConfig.cpp.
void rqt_multiplot::PlotAxesConfig::write | ( | QDataStream & | stream | ) | const [virtual] |
Implements rqt_multiplot::Config.
Definition at line 83 of file PlotAxesConfig.cpp.
QMap<Axis, PlotAxisConfig*> rqt_multiplot::PlotAxesConfig::axisConfig_ [private] |
Definition at line 50 of file PlotAxesConfig.h.