43#ifndef VSI_ELEMENTINOUT_HH
44#define VSI_ELEMENTINOUT_HH
98 QList<Connection *>
connections ()
const {
return connections_; };
127 QList<Connection *> connections_;
Text * descriptionTextItem() const
Short description widget.
Text * typeTextItem() const
Type text widget.
virtual ~ElementInOut()
Destructor.
InOut * inOut() const
InOut context object.
QList< Connection * > connections() const
Connections.
virtual Type type() const =0
Type.
SceneElement * element()
Scene element.
ConnectionPoint * connectionPointItem() const
Connection point widget.
virtual void removeConnection(Connection *_conn)
Remove the Connection.
bool validConnection(ElementInOut *_e)
Can this input/output be connected to _e.
virtual void addConnection(Connection *_conn)
Add the connection.