Salome HOME
SketchShapePlugin: checked group box/multi editor controls, which highlight the paren...
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_PageGroupBox.h
index 3da8919d42dbeea5845c84d1bd5505aac3f26690..f372d14f8d508c3015b44ba0f9059d541c8df7a1 100755 (executable)
@@ -23,6 +23,10 @@ public:
   SketchShapePlugin_PageGroupBox(QWidget* theParent = 0);
   /// Destructs the page
   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_ */