X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetFactory.h;h=7d40f5b7215f1d1ee8667ac2fc1b424d16eba615;hb=32e205a228d74cdc2627143cb32360e9a557d7dc;hp=43b8208b6596d3912f436ea914ded46e337e8ab5;hpb=4fcd5da2d972334e887716499b0ea75d9d6c51c2;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetFactory.h b/src/ModuleBase/ModuleBase_WidgetFactory.h index 43b8208b6..7d40f5b72 100644 --- a/src/ModuleBase/ModuleBase_WidgetFactory.h +++ b/src/ModuleBase/ModuleBase_WidgetFactory.h @@ -39,13 +39,11 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFactory QWidget* createContainer(const std::string& theType, QWidget* theParent = NULL); QWidget* labelControl(QWidget* theParent); QWidget* doubleSpinBoxControl(QWidget* theParent); - QWidget* pointSelectorControl(QWidget* theParent); - QWidget* featureSelectorControl(QWidget* theParent); - QWidget* featureOrAttributeSelectorControl(QWidget* theParent); + //QWidget* featureSelectorControl(QWidget* theParent); + //QWidget* featureOrAttributeSelectorControl(QWidget* theParent); QWidget* doubleValueEditor(QWidget* theParent); QWidget* shapeSelectorControl(QWidget* theParent); QWidget* booleanControl(QWidget* theParent); - QWidget* point2dDistanceControl(QWidget* theParent); QWidget* fileSelectorControl(QWidget* theParent); QWidget* choiceControl(QWidget* theParent); QWidget* lineEditControl(QWidget* theParent); @@ -53,7 +51,6 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFactory QString qs(const std::string& theStdString) const; - void processAttributes(); private: Config_WidgetAPI* myWidgetApi;