X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModelAPI%2FModelAPI_Session.h;h=c97105421512fd83b16efbab28bdd012501b3666;hb=67e9407be59cbfa36082e09f077f9da274c25bfe;hp=b5e4d5d3bc7a192c73553e8940bb1c7b13e78f4e;hpb=9e396b8aa79134aac473c1dc2eb106833d594f47;p=modules%2Fshaper.git diff --git a/src/ModelAPI/ModelAPI_Session.h b/src/ModelAPI/ModelAPI_Session.h index b5e4d5d3b..c97105421 100644 --- a/src/ModelAPI/ModelAPI_Session.h +++ b/src/ModelAPI/ModelAPI_Session.h @@ -75,7 +75,8 @@ class MODELAPI_EXPORT ModelAPI_Session virtual boost::shared_ptr activeDocument() = 0; /// Defines the current document that used for current work in the application - virtual void setActiveDocument(boost::shared_ptr theDoc) = 0; + virtual void setActiveDocument( + boost::shared_ptr theDoc, bool theSendSignal = true) = 0; /// Returns all the opened documents of the session (without postponed) virtual std::list > allOpenedDocuments() = 0;