tasks.h
Go to the documentation of this file.
00001 #ifndef _RQT_MRTA_ARCHITECTURE_CONFIG_TASKS_H_
00002 #define _RQT_MRTA_ARCHITECTURE_CONFIG_TASKS_H_
00003 
00004 #include "utilities/abstract_config.h"
00005 #include "rqt_mrta/config/architecture/incoming_tasks.h"
00006 
00007 namespace rqt_mrta
00008 {
00009 namespace config
00010 {
00011 namespace architecture
00012 {
00013 class Tasks : public utilities::AbstractConfig
00014 {
00015   Q_OBJECT
00016 public:
00017   Tasks(QObject* parent = NULL);
00018   virtual ~Tasks();
00019   QString getType() const;
00020   IncomingTasks* getIncomingTasks() const;
00021   void setType(const QString& type);
00022   void save(QSettings& settings) const;
00023   void load(QSettings& settings);
00024   void reset();
00025   void write(QDataStream& stream) const;
00026   void read(QDataStream& stream);
00027   Tasks& operator=(const Tasks& config);
00028 
00029 signals:
00030   void changed();
00031   void typeChanged(const QString& type);
00032 
00033 private:
00034   QString type_;
00035   IncomingTasks* incoming_tasks_;
00036 };
00037 }
00038 }
00039 }
00040 
00041 #endif // _RQT_MRTA_ARCHITECTURE_CONFIG_TASKS_H_


rqt_mrta
Author(s): Adriano Henrique Rossette Leite
autogenerated on Thu Jun 6 2019 18:50:52