Salome HOME
SketchShapePlugin: checked group box/multi editor controls, which highlight the paren...
[modules/shaper.git] / src / SketchShapePlugin / SketchShapePlugin_PageGroupBox.cpp
1 // Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 // File:        SketchShapePlugin_PageGroupBox.h
4 // Created:     25 Nov 2015
5 // Author:      Natalia ERMOLAEVA
6
7 #include <SketchShapePlugin_PageGroupBox.h>
8
9 SketchShapePlugin_PageGroupBox::SketchShapePlugin_PageGroupBox(QWidget* theParent)
10 : ModuleBase_PageGroupBox(theParent)
11 {
12 }
13
14 void SketchShapePlugin_PageGroupBox::setHighlightedGroupBox(bool isHighlighted)
15 {
16   ModuleBase_Tools::setShadowEffect(this, isHighlighted);
17 }
18