Public Member Functions | |
QwtPickerTracker (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 79 of file qwt_picker.cpp.
QwtPickerTracker::QwtPickerTracker | ( | QwtPicker * | picker, |
QWidget * | parent | ||
) |
Definition at line 152 of file qwt_picker.cpp.
void QwtPickerTracker::drawOverlay | ( | QPainter * | painter | ) | const [protected, virtual] |
Draw the widget overlay
painter | Painter |
Implements QwtWidgetOverlay.
Definition at line 165 of file qwt_picker.cpp.
QRegion QwtPickerTracker::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 160 of file qwt_picker.cpp.
QwtPicker* QwtPickerTracker::d_picker [protected] |
Definition at line 88 of file qwt_picker.cpp.