Dataflow::CableItem Class Referencefinal
Inheritance diagram for Dataflow::CableItem:
Public Member Functions | |
CableItem (const Process::Cable &c, const Process::Context &ctx, QGraphicsItem *parent=nullptr) | |
const Id< Process::Cable > & | id () const |
const Process::Cable & | model () const |
int | type () const final override |
void | resize () |
void | check () |
PortItem * | source () const noexcept |
PortItem * | target () const noexcept |
void | setSource (PortItem *p) |
void | setTarget (PortItem *p) |
void | removeRequested () |
Static Public Attributes | |
static bool | g_cables_enabled = true |
static constexpr const int | Type = QGraphicsItem::UserType + 9999 |
The documentation for this class was generated from the following files:
- CableItem.hpp
- CableItem.cpp