te::process::qt::HotPointMimeData Class Reference

A Mime Data to represents a hot point from Graphic Item. More...

#include <HotPointMimeData.h>

Inheritance diagram for te::process::qt::HotPointMimeData:

Public Member Functions

HotPointGraphicsItemgetHotPoint () const
 Function used to get the hotpoint for this mime data. More...
 
TaskGraphicsItemgetTask () 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

HotPointGraphicsItemm_hotPoint
 Pointer to hotpoint graphic item. More...
 
TaskGraphicsItemm_task
 Pointer to task graphic item. More...
 

Detailed Description

A Mime Data to represents a hot point from Graphic Item.

Definition at line 49 of file HotPointMimeData.h.

Constructor & Destructor Documentation

◆ HotPointMimeData()

te::process::qt::HotPointMimeData::HotPointMimeData ( TaskGraphicsItem task,
HotPointGraphicsItem hotPoint 
)

Default constructor.

◆ ~HotPointMimeData()

te::process::qt::HotPointMimeData::~HotPointMimeData ( )

Virtual destructor.

Member Function Documentation

◆ getHotPoint()

HotPointGraphicsItem* te::process::qt::HotPointMimeData::getHotPoint ( ) const

Function used to get the hotpoint for this mime data.

Returns
A valid pointer to a HotPointGraphicsItem object.

◆ getTask()

TaskGraphicsItem* te::process::qt::HotPointMimeData::getTask ( ) const

Function used to get the task for this mime data.

Returns
A valid pointer to a TaskGraphicsItem object.

Member Data Documentation

◆ m_hotPoint

HotPointGraphicsItem* te::process::qt::HotPointMimeData::m_hotPoint
protected

Pointer to hotpoint graphic item.

Definition at line 75 of file HotPointMimeData.h.

◆ m_task

TaskGraphicsItem* te::process::qt::HotPointMimeData::m_task
protected

Pointer to task graphic item.

Definition at line 77 of file HotPointMimeData.h.


The documentation for this class was generated from the following file: