X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXGUI%2FXGUI_PartDataModel.h;h=0c857f95b83e153507b30e3d9da30a9e56370ebc;hb=a398103d11950df8cb50eeea49942237eb16edcf;hp=abda0bfded8df3b8a616c6aee4b265d9e0a5dccb;hpb=507f658f34fc6c42f48fb83a8fa916c6f0e33fd3;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_PartDataModel.h b/src/XGUI/XGUI_PartDataModel.h index abda0bfde..0c857f95b 100644 --- a/src/XGUI/XGUI_PartDataModel.h +++ b/src/XGUI/XGUI_PartDataModel.h @@ -94,6 +94,9 @@ public: //! Returns index corresponded to the group virtual QModelIndex findGroup(const std::string& theGroup) const; + //! Return a Part object + virtual FeaturePtr part() const; + private: boost::shared_ptr featureDocument() const;