16#ifndef QGSPAINTEFFECTWIDGET_H
17#define QGSPAINTEFFECTWIDGET_H
43 : QWidget( parent ) {}
61#include "ui_widget_drawsource.h"
83 void blockSignals(
bool block );
87 void opacityChanged(
double value );
88 void mDrawModeComboBox_currentIndexChanged(
int index );
89 void mBlendCmbBx_currentIndexChanged(
int index );
93#include "ui_widget_blur.h"
115 void blockSignals(
bool block );
119 void mBlurTypeCombo_currentIndexChanged(
int index );
120 void mBlurStrengthSpnBx_valueChanged(
double value );
121 void mBlurUnitWidget_changed();
122 void opacityChanged(
double value );
123 void mDrawModeComboBox_currentIndexChanged(
int index );
124 void mBlendCmbBx_currentIndexChanged(
int index );
128#include "ui_widget_shadoweffect.h"
150 void blockSignals(
bool block );
153 void mShadowOffsetAngleSpnBx_valueChanged(
int value );
154 void mShadowOffsetAngleDial_valueChanged(
int value );
155 void mShadowOffsetSpnBx_valueChanged(
double value );
156 void mOffsetUnitWidget_changed();
157 void opacityChanged(
double value );
158 void mShadowColorBtn_colorChanged(
const QColor &color );
159 void mDrawModeComboBox_currentIndexChanged(
int index );
160 void mShadowBlendCmbBx_currentIndexChanged(
int index );
161 void mShadowRadiuSpnBx_valueChanged(
double value );
162 void mBlurUnitWidget_changed();
166#include "ui_widget_glow.h"
188 void blockSignals(
bool block );
191 void colorModeChanged();
192 void mSpreadSpnBx_valueChanged(
double value );
193 void mSpreadUnitWidget_changed();
194 void opacityChanged(
double value );
195 void mColorBtn_colorChanged(
const QColor &color );
196 void mBlendCmbBx_currentIndexChanged(
int index );
197 void mDrawModeComboBox_currentIndexChanged(
int index );
198 void mBlurRadiusSpnBx_valueChanged(
double value );
199 void mBlurUnitWidget_changed();
200 void applyColorRamp();
203#include "ui_widget_transform.h"
225 void blockSignals(
bool block );
229 void mDrawModeComboBox_currentIndexChanged(
int index );
230 void mSpinTranslateX_valueChanged(
double value );
231 void mSpinTranslateY_valueChanged(
double value );
232 void mTranslateUnitWidget_changed();
233 void mReflectXCheckBox_stateChanged(
int state );
234 void mReflectYCheckBox_stateChanged(
int state );
235 void mSpinShearX_valueChanged(
double value );
236 void mSpinShearY_valueChanged(
double value );
237 void mSpinScaleX_valueChanged(
double value );
238 void mSpinScaleY_valueChanged(
double value );
239 void mRotationSpinBox_valueChanged(
double value );
243#include "ui_widget_coloreffects.h"
265 void blockSignals(
bool block );
266 void enableColorizeControls(
bool enable );
270 void opacityChanged(
double value );
271 void mBlendCmbBx_currentIndexChanged(
int index );
272 void mDrawModeComboBox_currentIndexChanged(
int index );
273 void mBrightnessSpinBox_valueChanged(
int value );
274 void mContrastSpinBox_valueChanged(
int value );
275 void mSaturationSpinBox_valueChanged(
int value );
276 void mColorizeStrengthSpinBox_valueChanged(
int value );
277 void mColorizeCheck_stateChanged(
int state );
278 void mColorizeColorButton_colorChanged(
const QColor &color );
279 void mGrayscaleCombo_currentIndexChanged(
int index );
A paint effect which blurs a source picture, using a number of different blur methods.
A paint effect which alters the colors (e.g., brightness, contrast) in a source picture.
A paint effect which draws the source picture with minor or no alterations.
Base class for paint effects which draw a glow inside or outside a picture.
Base class for visual effects which can be applied to QPicture drawings.
Base class for paint effects which render offset, blurred shadows.