X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSUPERVGUI%2FSUPERVGUI.h;h=32b6b231b64104eb72f363de2c4c6beef4ff3b36;hb=ea7f29f75031ca13b9454f5e9ac73730f1f584eb;hp=eb8e90359c2df7fea26df532c2c2bce0f5fa3d35;hpb=7d3931c54614b3d73351551e662ccbd3be07a0d8;p=modules%2Fsuperv.git diff --git a/src/SUPERVGUI/SUPERVGUI.h b/src/SUPERVGUI/SUPERVGUI.h index eb8e903..32b6b23 100644 --- a/src/SUPERVGUI/SUPERVGUI.h +++ b/src/SUPERVGUI/SUPERVGUI.h @@ -121,6 +121,13 @@ class SUPERVGUI: public SALOMEGUI { private: void loadEngine(SALOME_NamingService* namingService); + // enumeration used in newDataflow() method + enum NEW_DF_MODE { Import, Modify, New }; + // method called from importDataflow(), modifyDataflow(), newDataflow() with + // different modes. The behavior of the function is very similar in all 3 cases, + // but some differences still exist. These differences are implemented using NEW_DF_MODE param. + bool createDataflow( const NEW_DF_MODE f ); + static int factory; QAD_Desktop* desktop; QAD_Study* study;