10 #ifndef QWT_WIDGET_OVERLAY_H 11 #define QWT_WIDGET_OVERLAY_H 123 virtual bool eventFilter( QObject *, QEvent *)
QWT_OVERRIDE;
126 void updateOverlay();
130 virtual
void resizeEvent( QResizeEvent* ) QWT_OVERRIDE;
132 virtual QRegion maskHint() const;
138 virtual
void drawOverlay( QPainter *painter ) const = 0;
142 void draw( QPainter * ) const;