X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPipelineEditor%2FConnection.h;h=94b86766181b528c3cf64b7fc176fe4446a6ee0f;hb=e2fb8817731f6231d34941a208e46b36dad425b2;hp=b7eb26e548c9c28406dfb6b43942f83883694757;hpb=46f2cf7aa39bda8301b22fcfddd43daf0dc13770;p=cpPlugins.git diff --git a/lib/cpPipelineEditor/Connection.h b/lib/cpPipelineEditor/Connection.h index b7eb26e..94b8676 100644 --- a/lib/cpPipelineEditor/Connection.h +++ b/lib/cpPipelineEditor/Connection.h @@ -36,6 +36,12 @@ namespace cpPipelineEditor inline int type( ) const { return( this->Type ); } + virtual void paint( + QPainter* painter, + const QStyleOptionGraphicsItem* option, + QWidget* widget + ); + private: QPointF m_Pos1; QPointF m_Pos2;