From: rahuel Date: Fri, 29 Apr 2005 13:00:34 +0000 (+0000) Subject: SavePY method is now public for DumpStudy functionnality X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=91ee37a98f2c02d06088dc8cfc9103bbf8694629;p=modules%2Fsuperv.git SavePY method is now public for DumpStudy functionnality --- diff --git a/src/GraphEditor/DataFlowEditor_OutNode.hxx b/src/GraphEditor/DataFlowEditor_OutNode.hxx index 0daf930..b62bcaf 100644 --- a/src/GraphEditor/DataFlowEditor_OutNode.hxx +++ b/src/GraphEditor/DataFlowEditor_OutNode.hxx @@ -74,8 +74,6 @@ namespace GraphEditor { bool fromparam , bool toparam , bool wdata ) const; - bool SavePY(ostream &f , bool importSuperV ) ; - void DateModification() ; // asv 20.09.04 added from GraphExecutor::FiniteStateMachine class (removed from there) @@ -135,6 +133,8 @@ namespace GraphEditor { bool SavePy(const char* myFileName ) ; + bool SavePY( ostream &f , bool importSuperV ) ; + // get all DataFlow informations (for a .XML file) : GraphBase::ListOfSGraphs * GetDataFlows( GraphBase::ListOfSGraphs * aListOfDataFlows ) ;