18#include <QtWidgets/private/qtwidgetsglobal_p.h>
19#include <QtCore/qnamespace.h>
20#include <QtGui/qpixmap.h>
21#include <QtWidgets/qgraphicseffect.h>
48 FilterType
type()
const;
76 friend class QVGPixmapConvolutionFilter;
77 const qreal *convolutionKernel()
const;
93 void setRadius(
qreal radius);
94 void setBlurHints(QGraphicsBlurEffect::BlurHints hints);
97 QGraphicsBlurEffect::BlurHints blurHints()
const;
117 void setStrength(
qreal strength);
118 qreal strength()
const;
137 qreal blurRadius()
const;
138 void setBlurRadius(
qreal radius);
The QColor class provides colors based on RGB, HSV or CMYK values.
The QPainter class performs low-level painting on widgets and other paint devices.
The QPixmapBlurFilter class provides blur filtering for pixmaps.
The QPixmapColorizeFilter class provides colorizing filtering for pixmaps.
The QPixmapConvolutionFilter class provides convolution filtering for pixmaps.
The QPixmapDropShadowFilter class is a convenience class for drawing pixmaps with drop shadows.
void setOffset(qreal dx, qreal dy)
This is an overloaded member function, provided for convenience. It differs from the above function o...
The QPixmapFilter class provides the basic functionality for pixmap filter classes....
virtual void draw(QPainter *painter, const QPointF &p, const QPixmap &src, const QRectF &srcRect=QRectF()) const =0
Uses painter to draw filtered result of src at the point specified by p.
Returns a copy of the pixmap that is transformed using the given transformation transform and transfo...
\inmodule QtCore\reentrant
\inmodule QtCore\reentrant
Combined button and popup list for selecting options.
GLenum GLuint GLintptr offset
#define QT_REQUIRE_CONFIG(feature)
myFilter setColor(QColor(128, 0, 0))
myFilter setConvolutionKernel(kernel, 3, 3)
myFilter draw(painter, QPoint(0, 0), originalPixmap)
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent