X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetSelectionFilter.h;h=4862581b89559f93174489232afa4137d16117e0;hb=9e7c2106b3a1a502db995e8cde557a31759eac42;hp=30eb1b342c6040ffb2571c3343816f1802c1d5b6;hpb=1a5280fd707cbdcddeece38254aef22e121d7a7f;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetSelectionFilter.h b/src/ModuleBase/ModuleBase_WidgetSelectionFilter.h index 30eb1b342..4862581b8 100644 --- a/src/ModuleBase/ModuleBase_WidgetSelectionFilter.h +++ b/src/ModuleBase/ModuleBase_WidgetSelectionFilter.h @@ -139,13 +139,16 @@ class ModuleBase_WidgetSelectionFilter : public ModuleBase_ModelWidget { Q_OBJECT public: + static FeaturePtr SelectorFeature; + static std::string AttributeId; + /// Constructor /// \param theParent the parent object /// \param theData the widget configuration. The attribute of the model widget is obtained from /// a low-level API for reading xml definitions of widgets ModuleBase_WidgetSelectionFilter(QWidget* theParent, ModuleBase_IWorkshop* theWorkshop, - const Config_WidgetAPI* theData); + const Config_WidgetAPI* theData, bool theReadOnly = false); /// Destructor ~ModuleBase_WidgetSelectionFilter();