Loading...
Searching...
No Matches
Process::DefaultEffectItem Class Referencefinal
Inheritance diagram for Process::DefaultEffectItem:
Public Member Functions | |
| DefaultEffectItem (bool onlyShowUndisplayedPorts, const Process::ProcessModel &effect, const Process::Context &doc, QGraphicsItem *root) | |
| void | setupInlet (Process::ControlInlet &inlet, const Process::PortFactoryList &portFactory) |
| void | setupOutlet (Process::ControlOutlet &inlet, const Process::PortFactoryList &portFactory) |
Public Member Functions inherited from score::EmptyRectItem | |
| EmptyRectItem (QGraphicsItem *parent) | |
| void | setRect (const QRectF &r) |
| const QRectF & | rect () const noexcept |
| QRectF | boundingRect () const final override |
| void | fitChildrenRect () |
| void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override |
| int | type () const override |
Public Member Functions inherited from score::ResizeableItem | |
| ResizeableItem (QGraphicsItem *parent) | |
| void | sizeChanged (QSizeF sz) |
| void | childrenSizeChanged () |
| double | minimumHeight () const noexcept |
| void | setMinimumHeight (double w) |
| void | minimumHeightChanged (double w) |
| double | minimumWidth () const noexcept |
| void | setMinimumWidth (double w) |
| void | minimumWidthChanged (double w) |
| int | type () const override |
Additional Inherited Members | |
Public Types inherited from score::EmptyRectItem | |
| enum | { Type = UserType + 80002 } |
Public Types inherited from score::ResizeableItem | |
| enum | { Type = UserType + 80000 } |
Protected Attributes inherited from score::EmptyRectItem | |
| QRectF | m_rect {} |
Protected Attributes inherited from score::ResizeableItem | |
| double | m_minimumHeight {} |
| double | m_minimumWidth {} |
The documentation for this class was generated from the following files:
- DefaultEffectItem.hpp
- DefaultEffectItem.cpp
Public Member Functions inherited from