Salome HOME
This is an improvement to use one AND filter in the viewer context. It serves to...
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFactory.h
index fd267d41801bd144d92aa5841b20f71ece86af69..7d40f5b7215f1d1ee8667ac2fc1b424d16eba615 100644 (file)
@@ -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);