![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| enum | { Type = static_cast<int>(UserType) + static_cast<int>(ProcessorInportGraphicsType) } |
Public Member Functions | |
| Inport * | getPort () |
| ProcessorInportGraphicsItem (ProcessorGraphicsItem *parent, const QPointF &pos, Inport *port) | |
| virtual void | showToolTip (QGraphicsSceneHelpEvent *e) override |
| virtual int | type () const override |
| Public Member Functions inherited from inviwo::ProcessorPortGraphicsItem | |
| void | addConnection (ConnectionGraphicsItem *connection) |
| std::vector< ConnectionGraphicsItem * > & | getConnections () |
| ProcessorGraphicsItem * | getProcessor () |
| ProcessorPortGraphicsItem (ProcessorGraphicsItem *parent, const QPointF &pos, bool up, Port *port) | |
| void | removeConnection (ConnectionGraphicsItem *connection) |
| Public Member Functions inherited from inviwo::EditorGraphicsItem | |
| EditorGraphicsItem (const EditorGraphicsItem &)=delete | |
| EditorGraphicsItem (EditorGraphicsItem &&)=delete | |
| EditorGraphicsItem (QGraphicsItem *parent) | |
| QPoint | mapPosToSceen (QPointF pos) const |
| EditorGraphicsItem & | operator= (const EditorGraphicsItem &)=delete |
| EditorGraphicsItem & | operator= (EditorGraphicsItem &&)=delete |
| void | showPortInfo (QGraphicsSceneHelpEvent *e, Port *port) const |
Protected Member Functions | |
| virtual void | mousePressEvent (QGraphicsSceneMouseEvent *e) override |
| virtual void | paint (QPainter *p, const QStyleOptionGraphicsItem *options, QWidget *widget) override |
| virtual void | updateConnectionPositions () override |
| Protected Member Functions inherited from inviwo::ProcessorPortGraphicsItem | |
| virtual QVariant | itemChange (GraphicsItemChange change, const QVariant &value) override |
| Protected Member Functions inherited from inviwo::EditorGraphicsItem | |
| NetworkEditor * | getNetworkEditor () const |
| void | showToolTipHelper (QGraphicsSceneHelpEvent *event, QString string) const |
Protected Attributes | |
| Inport * | inport_ |
| Protected Attributes inherited from inviwo::ProcessorPortGraphicsItem | |
| ProcessorPortConnectionIndicator * | connectionIndicator_ |
| std::vector< ConnectionGraphicsItem * > | connections_ |
| ProcessorGraphicsItem * | processor_ |
Additional Inherited Members | |
| Static Protected Attributes inherited from inviwo::ProcessorPortGraphicsItem | |
| static constexpr float | lineWidth_ {1.0f} |
| static constexpr float | size_ {9.0f} |
|
overridevirtual |
Implements inviwo::ProcessorPortGraphicsItem.
|
overrideprotectedvirtual |
Implements inviwo::ProcessorPortGraphicsItem.