#include <QtxRubberBand.h>

Public Member Functions | |
| QtxRectRubberBand (QWidget *) | |
| virtual | ~QtxRectRubberBand () |
| void | initGeometry (const QRect &) |
| void | setStartPoint (const QPoint &) |
| void | setEndPoint (const QPoint &) |
| virtual void | clearGeometry () |
Public Member Functions inherited from QtxAbstractRubberBand | |
| virtual | ~QtxAbstractRubberBand () |
| Destructor. More... | |
| bool | isClosed () |
Additional Inherited Members | |
Protected Member Functions inherited from QtxAbstractRubberBand | |
| QtxAbstractRubberBand (QWidget *) | |
| Constructor. More... | |
| virtual void | paintEvent (QPaintEvent *) |
| virtual void | showEvent (QShowEvent *) |
| virtual void | moveEvent (QMoveEvent *) |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual bool | eventFilter (QObject *, QEvent *) |
| virtual void | updateMask () |
Protected Attributes inherited from QtxAbstractRubberBand | |
| QPolygon | myPoints |
| bool | myIsClosed |
| QtxRectRubberBand::QtxRectRubberBand | ( | QWidget * | parent | ) |
References QtxAbstractRubberBand::myIsClosed, and QtxAbstractRubberBand::myPoints.
|
virtual |
|
virtual |
Reimplemented from QtxAbstractRubberBand.
References QtxAbstractRubberBand::myPoints.
| void QtxRectRubberBand::initGeometry | ( | const QRect & | theRect | ) |
References QtxAbstractRubberBand::myPoints, and QtxAbstractRubberBand::updateMask().
| void QtxRectRubberBand::setEndPoint | ( | const QPoint & | thePoint | ) |
References QtxAbstractRubberBand::myPoints, and QtxAbstractRubberBand::updateMask().
| void QtxRectRubberBand::setStartPoint | ( | const QPoint & | thePoint | ) |
References QtxAbstractRubberBand::myPoints, and QtxAbstractRubberBand::updateMask().