#include "GraphicsFlowItemBuilder.h"
|
enum | ConnectorFigure {
Square
, TriangleRight
, TriangleLeft
, TriangleUp
,
TriangleDown
, KiteRight
, KiteLeft
, KiteUp
,
KiteDown
, IceConeRight
, IceConeLeft
, IceConeUp
,
IceConeDown
, Circle
} |
|
◆ ConnectorFigure
Enumerator |
---|
Square | |
TriangleRight | |
TriangleLeft | |
TriangleUp | |
TriangleDown | |
KiteRight | |
KiteLeft | |
KiteUp | |
KiteDown | |
IceConeRight | |
IceConeLeft | |
IceConeUp | |
IceConeDown | |
Circle | |
◆ GraphicsFlowItemConnector() [1/2]
ot::GraphicsFlowItemConnector::GraphicsFlowItemConnector |
( |
| ) |
|
◆ GraphicsFlowItemConnector() [2/2]
◆ ~GraphicsFlowItemConnector()
ot::GraphicsFlowItemConnector::~GraphicsFlowItemConnector |
( |
| ) |
|
|
virtual |
◆ addToGrid()
◆ figure()
◆ font()
const ot::Font & ot::GraphicsFlowItemConnector::font |
( |
void | | ) |
const |
|
inline |
◆ getCustomPrimaryPainter()
const ot::Painter2D * ot::GraphicsFlowItemConnector::getCustomPrimaryPainter |
( |
void | | ) |
const |
|
inline |
◆ getCustomSecondaryPainter()
const ot::Painter2D * ot::GraphicsFlowItemConnector::getCustomSecondaryPainter |
( |
void | | ) |
const |
|
inline |
◆ name()
const std::string & ot::GraphicsFlowItemConnector::name |
( |
void | | ) |
const |
|
inline |
◆ operator=()
◆ setCustomPrimaryPainter()
void ot::GraphicsFlowItemConnector::setCustomPrimaryPainter |
( |
ot::Painter2D * | _painter | ) |
|
Set custom primary painter. Connector takes ownership of the painter. Existing painter will be destroyed before replacing.
◆ setCustomSecondaryPainter()
void ot::GraphicsFlowItemConnector::setCustomSecondaryPainter |
( |
ot::Painter2D * | _painter | ) |
|
Set custom secondary painter. Connector takes ownership of the painter. Existing painter will be destroyed before replacing.
◆ setFigure()
◆ setFont()
void ot::GraphicsFlowItemConnector::setFont |
( |
const ot::Font & | _font | ) |
|
|
inline |
◆ setName()
void ot::GraphicsFlowItemConnector::setName |
( |
const std::string & | _name | ) |
|
|
inline |
◆ setText()
void ot::GraphicsFlowItemConnector::setText |
( |
const std::string & | _text | ) |
|
|
inline |
◆ setTextColor()
void ot::GraphicsFlowItemConnector::setTextColor |
( |
const ot::Color & | _color | ) |
|
|
inline |
◆ setToolTip()
void ot::GraphicsFlowItemConnector::setToolTip |
( |
const std::string & | _toolTip | ) |
|
|
inline |
◆ text()
const std::string & ot::GraphicsFlowItemConnector::text |
( |
void | | ) |
const |
|
inline |
◆ textColor()
const ot::Color & ot::GraphicsFlowItemConnector::textColor |
( |
void | | ) |
const |
|
inline |
◆ toolTip()
const std::string & ot::GraphicsFlowItemConnector::toolTip |
( |
void | | ) |
const |
|
inline |
The documentation for this class was generated from the following files: