45 #include "elementOutput.hh" 46 #include "connectionPoint.hh" 48 #include "../parser/output.hh" virtual void removeConnection(Connection *_conn)
Remove the Connection.
void setState(State _state)
sets the state
virtual void setBackgroundBrush(QBrush _brush)
Sets the background brush.
QList< Connection * > connections() const
Connections.
~ElementOutput()
Destructor.
void setBackground(bool _leftOut, bool _rightOut)
Enables background painting.
void addConnection(Connection *_conn)
Add connection.
ConnectionPoint * connectionPointItem() const
Connection point widget.
Text * descriptionTextItem() const
Short description widget.
Text * typeTextItem() const
Type text widget.
void setWidth(int _width)
Sets the diameter.
ElementOutput(Output *_out, SceneElement *_parent)
Constructor.
virtual void addConnection(Connection *_conn)
Add the connection.
void removeConnection(Connection *_conn)
Remove connection.