16 #ifndef QGSPAINTEFFECTWIDGET_H 17 #define QGSPAINTEFFECTWIDGET_H 64 #include "ui_widget_drawsource.h" 85 void blockSignals(
const bool block );
89 void opacityChanged(
double value );
90 void mDrawModeComboBox_currentIndexChanged(
int index );
91 void mBlendCmbBx_currentIndexChanged(
int index );
97 #include "ui_widget_blur.h" 118 void blockSignals(
const bool block );
122 void mBlurTypeCombo_currentIndexChanged(
int index );
123 void mBlurStrengthSpnBx_valueChanged(
int value );
124 void opacityChanged(
double value );
125 void mDrawModeComboBox_currentIndexChanged(
int index );
126 void mBlendCmbBx_currentIndexChanged(
int index );
132 #include "ui_widget_shadoweffect.h" 153 void blockSignals(
const bool block );
156 void mShadowOffsetAngleSpnBx_valueChanged(
int value );
157 void mShadowOffsetAngleDial_valueChanged(
int value );
158 void mShadowOffsetSpnBx_valueChanged(
double value );
159 void mOffsetUnitWidget_changed();
160 void opacityChanged(
double value );
161 void mShadowColorBtn_colorChanged(
const QColor &color );
162 void mDrawModeComboBox_currentIndexChanged(
int index );
163 void mShadowBlendCmbBx_currentIndexChanged(
int index );
164 void mShadowRadiuSpnBx_valueChanged(
int value );
168 #include "ui_widget_glow.h" 189 void blockSignals(
const 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(
int value );
200 void applyColorRamp();
204 #include "ui_widget_transform.h" 225 void blockSignals(
const 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 );
244 #include "ui_widget_coloreffects.h" 265 void blockSignals(
const bool block );
266 void enableColorizeControls(
const 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 );
285 #endif //QGSPAINTEFFECTWIDGET_H
Base class for visual effects which can be applied to QPicture drawings.
Base class for paint effect which draw a glow inside or outside a picture.
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.
Base class for paint effects which offset, blurred shadows.
A paint effect which draws the source picture with minor or no alterations.