#include "GraphicsFlowItem.h"
◆ FlowConnectorType
Enumerator |
---|
Input | |
InputSecondary | |
InputOptional | |
Output | |
OutputSecondary | |
OutputOptional | |
◆ GraphicsFlowItem() [1/3]
ot::GraphicsFlowItem::GraphicsFlowItem |
( |
| ) |
|
◆ GraphicsFlowItem() [2/3]
ot::GraphicsFlowItem::GraphicsFlowItem |
( |
const std::string & | _name | ) |
|
◆ GraphicsFlowItem() [3/3]
ot::GraphicsFlowItem::GraphicsFlowItem |
( |
const std::string & | _name, |
|
|
const std::string & | _title ) |
◆ ~GraphicsFlowItem()
ot::GraphicsFlowItem::~GraphicsFlowItem |
( |
| ) |
|
|
virtual |
◆ addConnector() [1/2]
void ot::GraphicsFlowItem::addConnector |
( |
const std::string & | _name, |
|
|
const std::string & | _title, |
|
|
FlowConnectorType | _type, |
|
|
const std::string & | _tip = std::string() ) |
◆ addConnector() [2/2]
void ot::GraphicsFlowItem::addConnector |
( |
const std::string & | _name, |
|
|
FlowConnectorType | _type, |
|
|
const std::string & | _tip = std::string() ) |
◆ createGraphicsItem()
Creates a GraphicsItemCfg in the "OpenTwin flow block" style that takes the current configuration into account. The caller takes ownership of the item.
◆ name()
const std::string & ot::GraphicsFlowItem::name |
( |
void | | ) |
const |
|
inline |
◆ setBackgroundImagePath()
void ot::GraphicsFlowItem::setBackgroundImagePath |
( |
const std::string & | _path | ) |
|
|
inline |
◆ setLeftTitleCornerImagePath()
void ot::GraphicsFlowItem::setLeftTitleCornerImagePath |
( |
const std::string & | _path | ) |
|
|
inline |
◆ setName()
void ot::GraphicsFlowItem::setName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ setRightTitleCornerImagePath()
void ot::GraphicsFlowItem::setRightTitleCornerImagePath |
( |
const std::string & | _path | ) |
|
|
inline |
◆ setTitle()
void ot::GraphicsFlowItem::setTitle |
( |
const std::string & | _title | ) |
|
|
inline |
◆ setTitleColor()
void ot::GraphicsFlowItem::setTitleColor |
( |
const ot::Color & | _color | ) |
|
|
inline |
◆ setToolTip()
void ot::GraphicsFlowItem::setToolTip |
( |
const std::string & | _toolTip | ) |
|
|
inline |
◆ title()
const std::string & ot::GraphicsFlowItem::title |
( |
void | | ) |
const |
|
inline |
The documentation for this class was generated from the following files: