16#ifndef QGSPAINTEFFECTWIDGET_H
17#define QGSPAINTEFFECTWIDGET_H
44 : QWidget( parent ) {}
62#include "ui_widget_drawsource.h"
84 void blockSignals(
bool block );
88 void opacityChanged(
double value );
89 void mDrawModeComboBox_currentIndexChanged(
int index );
90 void mBlendCmbBx_currentIndexChanged(
int index );
94#include "ui_widget_blur.h"
116 void blockSignals(
bool block );
120 void mBlurTypeCombo_currentIndexChanged(
int index );
121 void mBlurStrengthSpnBx_valueChanged(
double value );
122 void mBlurUnitWidget_changed();
123 void opacityChanged(
double value );
124 void mDrawModeComboBox_currentIndexChanged(
int index );
125 void mBlendCmbBx_currentIndexChanged(
int index );
129#include "ui_widget_shadoweffect.h"
151 void blockSignals(
bool block );
154 void mShadowOffsetAngleSpnBx_valueChanged(
int value );
155 void mShadowOffsetAngleDial_valueChanged(
int value );
156 void mShadowOffsetSpnBx_valueChanged(
double value );
157 void mOffsetUnitWidget_changed();
158 void opacityChanged(
double value );
159 void mShadowColorBtn_colorChanged(
const QColor &color );
160 void mDrawModeComboBox_currentIndexChanged(
int index );
161 void mShadowBlendCmbBx_currentIndexChanged(
int index );
162 void mShadowRadiuSpnBx_valueChanged(
double value );
163 void mBlurUnitWidget_changed();
167#include "ui_widget_glow.h"
189 void blockSignals(
bool block );
192 void colorModeChanged();
193 void mSpreadSpnBx_valueChanged(
double value );
194 void mSpreadUnitWidget_changed();
195 void opacityChanged(
double value );
196 void mColorBtn_colorChanged(
const QColor &color );
197 void mBlendCmbBx_currentIndexChanged(
int index );
198 void mDrawModeComboBox_currentIndexChanged(
int index );
199 void mBlurRadiusSpnBx_valueChanged(
double value );
200 void mBlurUnitWidget_changed();
201 void applyColorRamp();
204#include "ui_widget_transform.h"
226 void blockSignals(
bool block );
230 void mDrawModeComboBox_currentIndexChanged(
int index );
231 void mSpinTranslateX_valueChanged(
double value );
232 void mSpinTranslateY_valueChanged(
double value );
233 void mTranslateUnitWidget_changed();
234 void mReflectXCheckBox_stateChanged(
int state );
235 void mReflectYCheckBox_stateChanged(
int state );
236 void mSpinShearX_valueChanged(
double value );
237 void mSpinShearY_valueChanged(
double value );
238 void mSpinScaleX_valueChanged(
double value );
239 void mSpinScaleY_valueChanged(
double value );
240 void mRotationSpinBox_valueChanged(
double value );
244#include "ui_widget_coloreffects.h"
266 void blockSignals(
bool block );
267 void enableColorizeControls(
bool enable );
271 void opacityChanged(
double value );
272 void mBlendCmbBx_currentIndexChanged(
int index );
273 void mDrawModeComboBox_currentIndexChanged(
int index );
274 void mBrightnessSpinBox_valueChanged(
int value );
275 void mContrastSpinBox_valueChanged(
int value );
276 void mSaturationSpinBox_valueChanged(
int value );
277 void mColorizeStrengthSpinBox_valueChanged(
int value );
278 void mColorizeCheck_stateChanged(
int state );
279 void mColorizeColorButton_colorChanged(
const QColor &color );
280 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.