Qt 4.8
|
#include <qglpixmapfilter_p.h>
Public Functions | |
virtual | ~QGLPixmapFilterBase () |
Protected Functions | |
void | bindTexture (const QPixmap &src) const |
void | drawImpl (QPainter *painter, const QPointF &pos, const QPixmap &src, const QRectF &srcRect=QRectF()) const |
virtual bool | processGL (QPainter *painter, const QPointF &pos, const QPixmap &src, const QRectF &srcRect) const =0 |
Definition at line 68 of file qglpixmapfilter_p.h.
|
inlinevirtual |
Definition at line 71 of file qglpixmapfilter_p.h.
|
protected |
Definition at line 69 of file qglpixmapfilter.cpp.
|
protected |
Definition at line 74 of file qglpixmapfilter.cpp.
Referenced by QGLPixmapFilter< QPixmapBlurFilter >::draw().
|
protectedpure virtual |
Implemented in QGLPixmapDropShadowFilter, QGLPixmapBlurFilter, QGLPixmapConvolutionFilter, and QGLPixmapColorizeFilter.
Referenced by drawImpl().