From: vsv Date: Thu, 15 May 2014 13:49:30 +0000 (+0400) Subject: Merge branch 'master' of newgeom:newgeom X-Git-Tag: V_0.2~49^2~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1faf79937e639b380c9d48fda5c1932522718548;p=modules%2Fshaper.git Merge branch 'master' of newgeom:newgeom --- 1faf79937e639b380c9d48fda5c1932522718548 diff --cc src/PartSetPlugin/PartSetPlugin_Part.h index 25dc0e0ce,eaae463ad..dc6a80a49 --- a/src/PartSetPlugin/PartSetPlugin_Part.h +++ b/src/PartSetPlugin/PartSetPlugin_Part.h @@@ -34,11 -34,11 +34,14 @@@ public PARTSETPLUGIN_EXPORT virtual boost::shared_ptr documentToAdd(); + /// Returns true if this feature must be displayed in the history (top level of Part tree) + PARTSETPLUGIN_EXPORT virtual bool isInHistory() {return false;} + /// Use plugin manager for features creation PartSetPlugin_Part(); + + /// Returns true if this feature must be displayed in the history (top level of Part tree) + PARTSETPLUGIN_EXPORT virtual bool isInHistory() {return false;} }; #endif