Salome HOME
Merge branch 'master' of newgeom:newgeom
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.h
index 98cae8a48fe9d50ec7a38244e88e6c00d3d2e272..442f319074c52a5a8f34982b4a0a888897936bfb 100644 (file)
 #include <ModuleBase_ModelWidget.h>
 
 class QLabel;
-class XGUI_OperationMgr; 
+class XGUI_OperationMgr;
 class PartSet_OperationSketch;
 
 class PARTSET_EXPORT PartSet_WidgetSketchLabel : public ModuleBase_ModelWidget
 {
-  Q_OBJECT
-public:
-  PartSet_WidgetSketchLabel(QWidget* theParent, 
-    const Config_WidgetAPI* theData, 
-    const std::string& theParentId);
+Q_OBJECT
+ public:
+  PartSet_WidgetSketchLabel(QWidget* theParent, const Config_WidgetAPI* theData,
+                            const std::string& theParentId);
 
-  virtual ~PartSet_WidgetSketchLabel() {};
+  virtual ~PartSet_WidgetSketchLabel()
+  {
+  }
+  ;
 
   /// Saves the internal parameters to the given feature
   /// \param theFeature a model feature to be changed
-  virtual bool storeValue() const { return true;}
+  virtual bool storeValue() const
+  {
+    return true;
+  }
 
-  virtual bool restoreValue() { return true;}
+  virtual bool restoreValue()
+  {
+    return true;
+  }
 
   /// Returns list of widget controls
   /// \return a control list
@@ -37,10 +45,10 @@ public:
 
   void setOperationsMgr(XGUI_OperationMgr* theMgr);
 
-private slots:
+ private slots:
   void onPlaneSelected();
 
-private:
+ private:
   void updateLabel(PartSet_OperationSketch* theSketchOpe);
 
   QLabel* myLabel;
@@ -48,4 +56,4 @@ private:
   QString myTooltip;
 };
 
-#endif
\ No newline at end of file
+#endif