X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_Session.h;h=fd4f9c0b5ac3e35a1800082dbba8b67bf2036521;hb=319ef46eb72c6c97b361fd7e129f1a1ea5dcce08;hp=e691cea306f281d799c829a38cb0f3e35f9de2c4;hpb=1f7524bf45be53d97fbf271c1aca3776d8a9ff72;p=modules%2Fshaper.git diff --git a/src/Model/Model_Session.h b/src/Model/Model_Session.h index e691cea30..fd4f9c0b5 100644 --- a/src/Model/Model_Session.h +++ b/src/Model/Model_Session.h @@ -73,7 +73,8 @@ class Model_Session : public ModelAPI_Session, public Events_Listener MODEL_EXPORT virtual boost::shared_ptr activeDocument(); /// Defines the current document that used for current work in the application - MODEL_EXPORT virtual void setActiveDocument(boost::shared_ptr theDoc); + MODEL_EXPORT virtual void setActiveDocument( + boost::shared_ptr theDoc, bool theSendSignal = true); /// Returns all the opened documents of the session (without postponed) MODEL_EXPORT virtual std::list > allOpenedDocuments();