Analog of class QRubberBand with possibility of creation non-rectangular contour for selection. More...
#include <QtxRubberBand.h>
Public Member Functions | |
virtual | ~QtxAbstractRubberBand () |
Destructor. More... | |
virtual void | clearGeometry () |
bool | isClosed () |
Protected Member Functions | |
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 | |
QPolygon | myPoints |
bool | myIsClosed |
Currently this class does not support Style functionality in full.
|
protected |
theParent | parent widget |
|
virtual |
|
virtual |
Reimplemented in QtxRectRubberBand.
References myPoints.
bool QtxAbstractRubberBand::isClosed | ( | ) |
References myIsClosed.
|
protectedvirtual |
|
protectedvirtual |
References myPoints, and Plot2d::NoPen.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
References createRegion(), isClosed(), and myPoints.
|
protected |
|
protected |