X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchShapePlugin%2FSketchShapePlugin_PageGroupBox.h;h=f372d14f8d508c3015b44ba0f9059d541c8df7a1;hb=5403f92db67b8ee3ee88fe27b93e6daa4adf7287;hp=3da8919d42dbeea5845c84d1bd5505aac3f26690;hpb=cbde248859fb0072f6012907391ea90cfc254574;p=modules%2Fshaper.git diff --git a/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.h b/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.h index 3da8919d4..f372d14f8 100755 --- a/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.h +++ b/src/SketchShapePlugin/SketchShapePlugin_PageGroupBox.h @@ -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_ */