26#ifndef __TERRALIB_PROCESS_QT_INTERNAL_HOTPOINTMIMEDATA_H 
   27#define __TERRALIB_PROCESS_QT_INTERNAL_HOTPOINTMIMEDATA_H 
   29#include "../../Config.h" 
   40      class HotPointGraphicsItem;
 
   41      class TaskGraphicsItem;
 
A GraphicItem to represents Task parameters as hot point.
 
A Mime Data to represents a hot point from Graphic Item.
 
~HotPointMimeData()
Virtual destructor.
 
TaskGraphicsItem * m_task
Pointer to task graphic item.
 
HotPointGraphicsItem * m_hotPoint
Pointer to hotpoint graphic item.
 
HotPointGraphicsItem * getHotPoint() const
Function used to get the hotpoint for this mime data.
 
HotPointMimeData(TaskGraphicsItem *task, HotPointGraphicsItem *hotPoint)
Default constructor.
 
TaskGraphicsItem * getTask() const
Function used to get the task for this mime data.
 
A GraphicItem to represents a Task Process Builder item.