Salome HOME
Fixed problem with too many executions of extrusion wit hexternal sketch edges
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetFactory.h
index 6ea4debf31035e2c1bfae2b586f509b5f574bfab..43b8208b6596d3912f436ea914ded46e337e8ab5 100644 (file)
@@ -48,8 +48,12 @@ class MODULEBASE_EXPORT ModuleBase_WidgetFactory
   QWidget* point2dDistanceControl(QWidget* theParent);
   QWidget* fileSelectorControl(QWidget* theParent);
   QWidget* choiceControl(QWidget* theParent);
+  QWidget* lineEditControl(QWidget* theParent);
+  QWidget* multiSelectorControl(QWidget* theParent);
+
 
   QString qs(const std::string& theStdString) const;
+  void processAttributes();
 
  private:
   Config_WidgetAPI* myWidgetApi;