Salome HOME
Delete key regression corrections: in previous implementation sketch entities did...
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_PageGroupBox.h
index 4a3666c658e301fb99cb39b013a273ae63e3089c..f372d14f8d508c3015b44ba0f9059d541c8df7a1 100755 (executable)
@@ -15,14 +15,18 @@ class QWidget;
  * \ingroup GUI
  * Represent a property panel's list of ModuleBase_ModelWidgets.
  */
-class SketchShapePlugin_PageGroupBox// : public ModuleBase_PageGroupBox
+class SketchShapePlugin_PageGroupBox : public ModuleBase_PageGroupBox
 {
   //Q_OBJECT
- public:
+public:
   /// Constructs a page that looks like a QGroupBox
-  SketchShapePlugin_PageGroupBox(QWidget* theParent = 0) {};
+  SketchShapePlugin_PageGroupBox(QWidget* theParent = 0);
   /// Destructs the page
-  virtual ~SketchShapePlugin_PageGroupBox() {};
+  virtual ~SketchShapePlugin_PageGroupBox() {}
+
+  //! Switch On/Off highlighting of the widget
+  //! Set highlight to the parent group box if there is such parent
+  void setHighlightedGroupBox(bool isHighlighted);
 };
 
 #endif /* SKETCHSHAPEPLUGIN_PAGEGROUPBOX_H_ */