SMTK
@SMTK_VERSION@
Simulation Modeling Tool Kit
|
This item is used to display and change the name of a Task as well as activating the Task. More...
Public Member Functions | |
qtTaskNameItem (qtTaskNode *node) | |
void | setTextInteraction (bool on, bool selectAll=false) |
void | activateTask () |
void | dataUpdated () |
Protected Attributes | |
qtTaskNode * | m_node |
QTimer * | m_timer |
Static Protected Attributes | |
static const std::string | s_hasChildrenSymbol |
Unicode character used to indicate that the task contains children. More... | |
static const std::string | s_canHaveChildrenSymbol |
Unicode character used to indicate that the task can accept tasks generated from at least one worklet in the manager or the task contains internal ports. More... | |
This item is used to display and change the name of a Task as well as activating the Task.
When editing the task name, the i-beam curse is displayed. When toggling activation, the pointing hand cursor is used.
|
staticprotected |
Unicode character used to indicate that the task can accept tasks generated from at least one worklet in the manager or the task contains internal ports.
|
staticprotected |
Unicode character used to indicate that the task contains children.