X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPipelineEditor%2FPort.h;h=18bcd94ff9231cd162699262be8880073f9edc05;hb=19a9e1774044cc32c415ad38695800c1d169820d;hp=0f64a4bd4b64e0f849137ae37e289dbff3359059;hpb=46f2cf7aa39bda8301b22fcfddd43daf0dc13770;p=cpPlugins.git diff --git a/lib/cpPipelineEditor/Port.h b/lib/cpPipelineEditor/Port.h index 0f64a4b..18bcd94 100644 --- a/lib/cpPipelineEditor/Port.h +++ b/lib/cpPipelineEditor/Port.h @@ -179,6 +179,8 @@ namespace cpPipelineEditor QVariant itemChange( GraphicsItemChange change, const QVariant& value ); virtual void _updateLabels( ); + virtual void contextMenuEvent( QGraphicsSceneContextMenuEvent* evt ); + protected: QVector< Connection* > m_Connections; };