26 #ifndef __TERRALIB_PROCESS_QT_INTERNAL_TASKPROPERTY_H
27 #define __TERRALIB_PROCESS_QT_INTERNAL_TASKPROPERTY_H
29 #include "../../Config.h"
45 class AbstractGraphicsItem;
46 class GraphicsPropertyItem;
48 class TaskPropertyItem;
A base item to represent the process task items in property listener.
An Abstract graphicItem to represents a process Builder item.
A base item to represent the graphical task item properties items in property tree.
A QObject class to handle with process management.
A base item to represent the process task items in property listener.
A base item to represent the process task properties items in property tree.
A QWidget to explore task properties.
void setTaskItem(AbstractGraphicsItem *item)
te::process::qt::GraphicsPropertyItem * m_graphicsPropertyItem
te::process::qt::TaskPropertyItem * m_traskPropertyItem
~TaskProperty()
Virtual destructor.
virtual void handleValueChanged(QtProperty *qProperty, const QVariant &qVariant) override
TaskProperty(ProcessManager *manager, QWidget *parent=nullptr)
Default constructor.
void setTask(const std::string &taskId)
Function used to set the Task.