Analog of class QRubberBand with possibility of creation non-rectangular contour for selection. More...
#include <QtxRubberBand.h>

Public Member Functions | |
| virtual | ~QtxAbstractRubberBand () |
| Destructor. | |
| virtual void | clearGeometry () |
| bool | isClosed () |
Protected Member Functions | |
| QtxAbstractRubberBand (QWidget *) | |
| Constructor. | |
| 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 | |
| QPolygon | myPoints |
| bool | myIsClosed |
Currently this class does not support Style functionality in full.
| QtxAbstractRubberBand::QtxAbstractRubberBand | ( | QWidget * | theParent | ) | [protected] |
| theParent | parent widget |
| QtxAbstractRubberBand::~QtxAbstractRubberBand | ( | ) | [virtual] |
| void QtxAbstractRubberBand::clearGeometry | ( | ) | [virtual] |
Reimplemented in QtxRectRubberBand.
References myPoints.
| bool QtxAbstractRubberBand::isClosed | ( | ) |
References myIsClosed.
| void QtxAbstractRubberBand::paintEvent | ( | QPaintEvent * | theEvent | ) | [protected, virtual] |
References myPoints, and Plot2d.NoPen.
| void QtxAbstractRubberBand::showEvent | ( | QShowEvent * | theEvent | ) | [protected, virtual] |
| void QtxAbstractRubberBand::moveEvent | ( | QMoveEvent * | ) | [protected, virtual] |
| void QtxAbstractRubberBand::resizeEvent | ( | QResizeEvent * | ) | [protected, virtual] |
| void QtxAbstractRubberBand::updateMask | ( | ) | [protected, virtual] |
References createRegion(), isClosed(), and myPoints.
QPolygon QtxAbstractRubberBand.myPoints [protected] |
bool QtxAbstractRubberBand.myIsClosed [protected] |