#pragma once #include #include #include "global.h" class ConnectionGeometry; class ConnectionGraphicsObject; class ConnectionPainter { public: static void paint(QPainter *painter, ConnectionGraphicsObject const &cgo); static QPainterPath getPainterStroke(ConnectionGraphicsObject const &cgo); };