![]() |
Inviwo
0.9.10.1
Inviwo documentation
|
Inheritance diagram for inviwo::TFControlPointConnection:Public Types | |
| enum | { Type = UserType + TFEditorPrimitive::TFControlPointConnectionType } |
Public Member Functions | |
| void | updateShape () |
| int | type () const |
| QPointF | getStart () const |
| QPointF | getStop () const |
Public Attributes | |
| TFEditorControlPoint * | left_ |
| TFEditorControlPoint * | right_ |
Protected Member Functions | |
| void | paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget) |
| QRectF | boundingRect () const |
| QPainterPath | shape () const |
Friends | |
| IVW_MODULE_QTWIDGETS_API bool | operator== (const TFControlPointConnection &lhs, const TFControlPointConnection &rhs) |
| IVW_MODULE_QTWIDGETS_API bool | operator< (const TFControlPointConnection &lhs, const TFControlPointConnection &rhs) |