
Public Member Functions | |
| QwtPickerRubberband (QwtPicker *, QWidget *) | |
Protected Member Functions | |
| virtual void | drawOverlay (QPainter *) const |
| virtual QRegion | maskHint () const |
| Calculate an approximation for the mask. | |
Protected Attributes | |
| QwtPicker * | d_picker |
Definition at line 67 of file qwt_picker.cpp.
| QwtPickerRubberband::QwtPickerRubberband | ( | QwtPicker * | picker, |
| QWidget * | parent | ||
| ) |
Definition at line 133 of file qwt_picker.cpp.
| void QwtPickerRubberband::drawOverlay | ( | QPainter * | painter | ) | const [protected, virtual] |
Draw the widget overlay
| painter | Painter |
Implements QwtWidgetOverlay.
Definition at line 146 of file qwt_picker.cpp.
| QRegion QwtPickerRubberband::maskHint | ( | ) | const [protected, virtual] |
Calculate an approximation for the mask.
The default implementation returns an invalid region indicating no hint.
Reimplemented from QwtWidgetOverlay.
Definition at line 141 of file qwt_picker.cpp.
QwtPicker* QwtPickerRubberband::d_picker [protected] |
Definition at line 76 of file qwt_picker.cpp.