Defines a default task capabilities of a task used in graphical components.
More...
#include <DefaultTaskCapabilities.h>
Defines a default task capabilities of a task used in graphical components.
Definition at line 44 of file DefaultTaskCapabilities.h.
◆ DefaultTaskCapabilities()
te::process::qt::DefaultTaskCapabilities::DefaultTaskCapabilities |
( |
| ) |
|
◆ ~DefaultTaskCapabilities()
virtual te::process::qt::DefaultTaskCapabilities::~DefaultTaskCapabilities |
( |
| ) |
|
|
virtual |
◆ getDescription()
std::string te::process::qt::TaskGraphicalCapabilities::getDescription |
( |
| ) |
const |
|
inherited |
◆ getIcon()
const QIcon & te::process::qt::TaskGraphicalCapabilities::getIcon |
( |
| ) |
const |
|
inherited |
◆ getIconPath()
std::string te::process::qt::TaskGraphicalCapabilities::getIconPath |
( |
| ) |
const |
|
inherited |
Returns the icon of the operation.
◆ getName()
std::string te::process::qt::TaskGraphicalCapabilities::getName |
( |
| ) |
const |
|
inherited |
Returns the description of the operation.
◆ getShape()
virtual QPainterPath te::process::qt::DefaultTaskCapabilities::getShape |
( |
QList< QPointF > & |
inHotPoints, |
|
|
QList< QPointF > & |
outHotPoints |
|
) |
| const |
|
overridevirtual |
◆ setTaskType()
void te::process::qt::DefaultTaskCapabilities::setTaskType |
( |
const std::string & |
taskType | ) |
|
◆ shapeBoundingRect()
virtual QRectF te::process::qt::DefaultTaskCapabilities::shapeBoundingRect |
( |
| ) |
const |
|
overridevirtual |
◆ m_brushColor
QColor te::process::qt::TaskGraphicalCapabilities::m_brushColor |
|
inherited |
◆ m_description
std::string te::process::qt::TaskGraphicalCapabilities::m_description |
|
protectedinherited |
◆ m_iconName
std::string te::process::qt::TaskGraphicalCapabilities::m_iconName |
|
protectedinherited |
◆ m_iconPath
std::string te::process::qt::TaskGraphicalCapabilities::m_iconPath |
|
protectedinherited |
◆ m_operationName
std::string te::process::qt::TaskGraphicalCapabilities::m_operationName |
|
protectedinherited |
◆ m_qIcon
QIcon te::process::qt::TaskGraphicalCapabilities::m_qIcon |
|
protectedinherited |
The documentation for this class was generated from the following file: