#include <allocations.h>
Signals | |
void | changed () |
void | typeChanged (const QString &type) |
Public Member Functions | |
Allocations (QObject *parent=NULL) | |
AllocatedTasks * | getAllocatedTasks () const |
QString | getType () const |
void | load (QSettings &settings) |
Allocations & | operator= (const Allocations &config) |
void | read (QDataStream &stream) |
void | reset () |
void | save (QSettings &settings) const |
void | setType (const QString &type) |
void | write (QDataStream &stream) const |
virtual | ~Allocations () |
Private Attributes | |
AllocatedTasks * | allocated_tasks_ |
QString | type_ |
Definition at line 13 of file allocations.h.
rqt_mrta::config::architecture::Allocations::Allocations | ( | QObject * | parent = NULL | ) |
Definition at line 9 of file allocations.cpp.
Definition at line 15 of file allocations.cpp.
void rqt_mrta::config::architecture::Allocations::changed | ( | ) | [signal] |
Reimplemented from utilities::AbstractConfig.
Definition at line 29 of file allocations.cpp.
QString rqt_mrta::config::architecture::Allocations::getType | ( | ) | const |
Definition at line 24 of file allocations.cpp.
void rqt_mrta::config::architecture::Allocations::load | ( | QSettings & | settings | ) | [virtual] |
Implements utilities::AbstractConfig.
Definition at line 52 of file allocations.cpp.
Allocations & rqt_mrta::config::architecture::Allocations::operator= | ( | const Allocations & | config | ) |
Definition at line 80 of file allocations.cpp.
void rqt_mrta::config::architecture::Allocations::read | ( | QDataStream & | stream | ) | [virtual] |
Implements utilities::AbstractConfig.
Definition at line 72 of file allocations.cpp.
void rqt_mrta::config::architecture::Allocations::reset | ( | ) | [virtual] |
Implements utilities::AbstractConfig.
Definition at line 60 of file allocations.cpp.
void rqt_mrta::config::architecture::Allocations::save | ( | QSettings & | settings | ) | const [virtual] |
Implements utilities::AbstractConfig.
Definition at line 44 of file allocations.cpp.
void rqt_mrta::config::architecture::Allocations::setType | ( | const QString & | type | ) |
Definition at line 34 of file allocations.cpp.
void rqt_mrta::config::architecture::Allocations::typeChanged | ( | const QString & | type | ) | [signal] |
void rqt_mrta::config::architecture::Allocations::write | ( | QDataStream & | stream | ) | const [virtual] |
Implements utilities::AbstractConfig.
Definition at line 66 of file allocations.cpp.
Definition at line 35 of file allocations.h.
QString rqt_mrta::config::architecture::Allocations::type_ [private] |
Definition at line 34 of file allocations.h.