X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUPERVGUI%2FSUPERVGUI_CanvasControlNode.h;h=b903e9d5141c21b36333b1bf76e88ead43ac8f37;hb=ea7f29f75031ca13b9454f5e9ac73730f1f584eb;hp=686fcbf151cf985eff4301c42857fec1bfcc89e7;hpb=7d3931c54614b3d73351551e662ccbd3be07a0d8;p=modules%2Fsuperv.git diff --git a/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.h b/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.h index 686fcbf..b903e9d 100644 --- a/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.h +++ b/src/SUPERVGUI/SUPERVGUI_CanvasControlNode.h @@ -54,7 +54,7 @@ class SUPERVGUI_CanvasStartNode : public SUPERVGUI_CanvasNode { virtual bool setNodeName(QString aName); SUPERVGUI_CanvasEndNode* getCoupled() const { return myCoupled; } - + virtual QPopupMenu* getPopupMenu(QWidget* theParent); public slots: @@ -128,13 +128,16 @@ class SUPERVGUI_CanvasCellNode : public SUPERVGUI_CanvasNode { SUPERV_CNode theNode); virtual ~SUPERVGUI_CanvasCellNode(); - virtual QPopupMenu* getPopupMenu(QWidget* theParent); + // asv : 26.01.05 : everything moved to CanvasNode::getPopupMenu() + //virtual QPopupMenu* getPopupMenu(QWidget* theParent); void setPairCell(SUPERVGUI_CanvasCellNode* thePairCell); SUPERVGUI_CanvasCellNode* getPairCell(); virtual void sync(); - virtual bool setNodeName(QString aName); + + // asv : 26.01.05 : decided to remove all "edition" operations on nodes in Table view + //virtual bool setNodeName(QString aName); protected: virtual SUPERVGUI_CanvasNodePrs* createPrs() const; @@ -157,7 +160,8 @@ class SUPERVGUI_CanvasCellEndNode: public SUPERVGUI_CanvasCellNode { SUPERVGUI_CanvasCellNode* theStart); virtual ~SUPERVGUI_CanvasCellEndNode() {} - virtual bool setNodeName(QString theName); + // asv : 26.01.05 : decided to remove all "edition" operations on nodes in Table view + //virtual bool setNodeName(QString theName); }; /**