X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetShapeSelector.h;h=c6b5431d0b965a6e20d0fea6a6271a5986ade806;hb=a2982d2108f929cf9e7f996cfd590c4ce59dc21c;hp=755714ffdfdd04fcc509a5bc8914eba30a00d8e6;hpb=5c531a300242bee57bdb1f54cbcb945c97ae2855;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetShapeSelector.h b/src/ModuleBase/ModuleBase_WidgetShapeSelector.h index 755714ffd..c6b5431d0 100644 --- a/src/ModuleBase/ModuleBase_WidgetShapeSelector.h +++ b/src/ModuleBase/ModuleBase_WidgetShapeSelector.h @@ -26,6 +26,7 @@ class QToolButton; class ModuleBase_IWorkshop; /** +* \ingroup GUI * Implementation of widget for shapes selection. * This type of widget can be defined in XML file with 'shape_selector' keyword. * For example: @@ -75,6 +76,9 @@ Q_OBJECT virtual bool restoreValue(); + /// Defines if it is supposed that the widget should interact with the viewer. + virtual bool isViewerSelector() { return true; } + /// Returns the internal parent wiget control, that can be shown anywhere /// \returns the widget QWidget* getControl() const