Public Member Functions | |
| uiRubberBand (QWidget *p) | |
| ~uiRubberBand () | |
| void | start (QMouseEvent *) |
| void | extend (QMouseEvent *) |
| void | stop (QMouseEvent *) |
| uiPoint | origin () const |
| uiRect | area () const |
Protected Member Functions | |
| void | handleEv (QMouseEvent *, bool) |
Protected Attributes | |
| QRubberBand * | qrubberband_ |
| QWidget * | parent_ |
| uiPoint | origin_ |
| uiRect | area_ |
| uiRubberBand::uiRubberBand | ( | QWidget * | p | ) | [inline] |
| uiRubberBand::~uiRubberBand | ( | ) |
| uiRect uiRubberBand::area | ( | ) | const [inline] |
| void uiRubberBand::extend | ( | QMouseEvent * | ) |
| void uiRubberBand::handleEv | ( | QMouseEvent * | , | |
| bool | ||||
| ) | [protected] |
| uiPoint uiRubberBand::origin | ( | ) | const [inline] |
| void uiRubberBand::start | ( | QMouseEvent * | ) |
| void uiRubberBand::stop | ( | QMouseEvent * | ) |
uiRect uiRubberBand::area_ [protected] |
uiPoint uiRubberBand::origin_ [protected] |
QWidget* uiRubberBand::parent_ [protected] |
QRubberBand* uiRubberBand::qrubberband_ [protected] |
1.7.1