te::process::qt::TaskProperty Class Reference

A QWidget to explore task properties. More...

#include <TaskProperty.h>

Inheritance diagram for te::process::qt::TaskProperty:
te::process::qt::TaskPropertyItemListener

Public Member Functions

virtual void handleValueChanged (QtProperty *qProperty, const QVariant &qVariant) override
 
void setTask (const std::string &taskId)
 Function used to set the Task. More...
 
void setTaskItem (AbstractGraphicsItem *item)
 
 TaskProperty (ProcessManager *manager, QWidget *parent=nullptr)
 Default constructor. More...
 
 ~TaskProperty ()
 Virtual destructor. More...
 

Protected Attributes

te::process::qt::GraphicsPropertyItemm_graphicsPropertyItem
 
te::process::qt::TaskPropertyItemm_traskPropertyItem
 

Detailed Description

A QWidget to explore task properties.

Definition at line 56 of file TaskProperty.h.

Constructor & Destructor Documentation

◆ TaskProperty()

te::process::qt::TaskProperty::TaskProperty ( ProcessManager manager,
QWidget *  parent = nullptr 
)

Default constructor.

◆ ~TaskProperty()

te::process::qt::TaskProperty::~TaskProperty ( )

Virtual destructor.

Member Function Documentation

◆ handleValueChanged()

virtual void te::process::qt::TaskProperty::handleValueChanged ( QtProperty *  qProperty,
const QVariant &  qVariant 
)
overridevirtual

◆ setTask()

void te::process::qt::TaskProperty::setTask ( const std::string &  taskId)

Function used to set the Task.

◆ setTaskItem()

void te::process::qt::TaskProperty::setTaskItem ( AbstractGraphicsItem item)

Member Data Documentation

◆ m_graphicsPropertyItem

te::process::qt::GraphicsPropertyItem* te::process::qt::TaskProperty::m_graphicsPropertyItem
protected

Definition at line 77 of file TaskProperty.h.

◆ m_traskPropertyItem

te::process::qt::TaskPropertyItem* te::process::qt::TaskProperty::m_traskPropertyItem
protected

Definition at line 78 of file TaskProperty.h.


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