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