A Mime Data to represents a hot point from Graphic Item. More...
#include <HotPointMimeData.h>
Public Member Functions | |
HotPointGraphicsItem * | getHotPoint () const |
Function used to get the hotpoint for this mime data. More... | |
TaskGraphicsItem * | getTask () const |
Function used to get the task for this mime data. More... | |
HotPointMimeData (TaskGraphicsItem *task, HotPointGraphicsItem *hotPoint) | |
Default constructor. More... | |
~HotPointMimeData () | |
Virtual destructor. More... | |
Protected Attributes | |
HotPointGraphicsItem * | m_hotPoint |
Pointer to hotpoint graphic item. More... | |
TaskGraphicsItem * | m_task |
Pointer to task graphic item. More... | |
A Mime Data to represents a hot point from Graphic Item.
Definition at line 49 of file HotPointMimeData.h.
te::process::qt::HotPointMimeData::HotPointMimeData | ( | TaskGraphicsItem * | task, |
HotPointGraphicsItem * | hotPoint | ||
) |
Default constructor.
te::process::qt::HotPointMimeData::~HotPointMimeData | ( | ) |
Virtual destructor.
HotPointGraphicsItem* te::process::qt::HotPointMimeData::getHotPoint | ( | ) | const |
Function used to get the hotpoint for this mime data.
TaskGraphicsItem* te::process::qt::HotPointMimeData::getTask | ( | ) | const |
Function used to get the task for this mime data.
|
protected |
Pointer to hotpoint graphic item.
Definition at line 75 of file HotPointMimeData.h.
|
protected |
Pointer to task graphic item.
Definition at line 77 of file HotPointMimeData.h.