X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPartSet%2FPartSet_Module.h;h=a475b5f657a5fd47ce73ef4c3133de788db89d1e;hb=7cb6ac084270943d926ec7ef35bf9e63d6a3eaf5;hp=f43efaf94702da0da6957f2595f59f13917c6693;hpb=d758dbc3b741774d5033acbcda7d8cef49599fda;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_Module.h b/src/PartSet/PartSet_Module.h index f43efaf94..a475b5f65 100644 --- a/src/PartSet/PartSet_Module.h +++ b/src/PartSet/PartSet_Module.h @@ -4,7 +4,6 @@ #define PartSet_Module_H #include "PartSet.h" -#include "PartSet_DocumentDataModel.h" #include #include @@ -21,6 +20,7 @@ #include #include #include +#include #include @@ -155,13 +155,9 @@ public: /// \return true if items are added and there is no necessity to provide standard menu bool isMouseOverWindow(); + /// Returns sketch manager object PartSet_SketcherMgr* sketchMgr() const { return mySketchMgr; } -#ifdef ModuleDataModel - /// Returns data model object for representation of data tree in Object browser - virtual ModuleBase_IDocumentDataModel* dataModel() const { return myDataModel; } -#endif - /// Performs functionality on closing document virtual void closeDocument(); @@ -287,9 +283,6 @@ protected slots: int myVisualLayerId; bool myHasConstraintShown; -#ifdef ModuleDataModel - PartSet_DocumentDataModel* myDataModel; -#endif QModelIndex aActivePartIndex; };