X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_RubberBand.h;h=3f6199af9e222f8f9725b1451847227c6a0577a0;hb=4224f4dbe7ceaefe74b5d6b79a5840a9f5df2d7a;hp=7d9fc43b40f930feef42823a949205fcd1b1b961;hpb=2a0dd5ede9110d423fbd6b038c0445cb819163a9;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_RubberBand.h b/src/XGUI/XGUI_RubberBand.h index 7d9fc43b4..3f6199af9 100644 --- a/src/XGUI/XGUI_RubberBand.h +++ b/src/XGUI/XGUI_RubberBand.h @@ -1,9 +1,17 @@ #ifndef XGUI_RubberBand_H #define XGUI_RubberBand_H +#include "XGUI.h" #include -class XGUI_AbstractRubberBand: public QWidget +/*! + \class XGUI_AbstractRubberBand + \ingroup GUI + \brief Analog of class QRubberBand with possibility of creation non-rectangular contour for selection. + + Currently this class does not support Style functionality in full. +*/ +class XGUI_EXPORT XGUI_AbstractRubberBand: public QWidget { Q_OBJECT protected: @@ -32,6 +40,13 @@ protected: bool myIsClosed; }; +/*! + \class XGUI_RectRubberBand + \ingroup GUI + \brief Analog of class QRubberBand with possibility of creation non-rectangular contour for selection. + + Redefinition for rectangular rubber band +*/ class XGUI_RectRubberBand: public XGUI_AbstractRubberBand { Q_OBJECT