X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FConfig%2FConfig_WidgetAPI.h;h=e9531e49fb7af27c9615c666c2e172a0a7af2df9;hb=0e066909b98f8e3bad224956bfae0af3c077feb8;hp=fa11e44e1ffb282c962d7675a3164bfbb08de84e;hpb=72cb66f9c09b0f8fa224f6f8ab43548658015b49;p=modules%2Fshaper.git diff --git a/src/Config/Config_WidgetAPI.h b/src/Config/Config_WidgetAPI.h index fa11e44e1..e9531e49f 100644 --- a/src/Config/Config_WidgetAPI.h +++ b/src/Config/Config_WidgetAPI.h @@ -29,6 +29,7 @@ struct _xmlDoc; /*! * \class Config_WidgetAPI + * \ingroup Config * \brief Provides low-level API for WidgetFactory for reading xml definitions of widgets */ class CONFIG_EXPORT Config_WidgetAPI @@ -39,7 +40,7 @@ class CONFIG_EXPORT Config_WidgetAPI //! Returns name of widget's node (attribute) std::string widgetType() const; //! Returns true if widget has container type, which means it able to contain other widgets - bool isContainerWidget() const; + bool isGroupBoxWidget() const; //! Returns true if widget has page type; //! Page is container widget with combo box control to switch between pages bool isPagedWidget() const;