X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=src%2FModuleBase%2FModuleBase_IWidgetCreator.h;h=8ffc9a0bfa135038f10ad277478d18e57387d7a8;hb=cdd17f8b9923e1283e0a8bd239cd857ac4bd502a;hp=85219c27cb044e9132d2a9a6b1d75f9ac20796e0;hpb=97917d3698f5a2f7fc9596e7c755ff8f6751e373;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_IWidgetCreator.h b/src/ModuleBase/ModuleBase_IWidgetCreator.h index 85219c27c..8ffc9a0bf 100644 --- a/src/ModuleBase/ModuleBase_IWidgetCreator.h +++ b/src/ModuleBase/ModuleBase_IWidgetCreator.h @@ -68,10 +68,12 @@ public: /// \param theType a panel type /// \param theParent a parent widget /// \param theFeature a feature modified in the panel + /// \param theWidgetApi a low-level API for reading xml definitions of widget /// \return created widget or null virtual QWidget* createPanelByType(const std::string& theType, QWidget* theParent, - const FeaturePtr& theFeature); + const FeaturePtr& theFeature, + Config_WidgetAPI* theWidgetApi = 0); /// Create page by its type /// The default implementation is empty