]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetShapeSelector.h
Salome HOME
Merge branch 'master' of newgeom:newgeom.git
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetShapeSelector.h
index 75863884304d906e8bcb6174f875575ef005bac0..aa79150bfa3152375b4e6aa08d1b40b871376fab 100644 (file)
@@ -26,6 +26,8 @@ class MODULEBASE_EXPORT ModuleBase_WidgetShapeSelector : public ModuleBase_Model
 {
 Q_OBJECT
  public:
+  static TopAbs_ShapeEnum shapeType(const QString& theType);
+
   ModuleBase_WidgetShapeSelector(QWidget* theParent, ModuleBase_IWorkshop* theWorkshop,
                             const Config_WidgetAPI* theData, const std::string& theParentId);
 
@@ -79,8 +81,6 @@ private:
   // Set the given object as a value of the widget
   void setObject(ObjectPtr theObj);
 
-  static TopAbs_ShapeEnum shapeType(const QString& theType);
-
   QWidget* myContainer;
   QLabel* myLabel;
   QLineEdit* myTextLine;