16 #ifndef QGSPAINTEFFECTWIDGET_H 17 #define QGSPAINTEFFECTWIDGET_H 62 #include "ui_widget_drawsource.h" 86 void on_mTransparencySpnBx_valueChanged(
double value );
87 void on_mDrawModeComboBox_currentIndexChanged(
int index );
88 void on_mBlendCmbBx_currentIndexChanged(
int index );
89 void on_mTransparencySlider_valueChanged(
int value );
95 #include "ui_widget_blur.h" 119 void on_mBlurTypeCombo_currentIndexChanged(
int index );
120 void on_mBlurStrengthSpnBx_valueChanged(
int value );
121 void on_mTransparencySpnBx_valueChanged(
double value );
122 void on_mDrawModeComboBox_currentIndexChanged(
int index );
123 void on_mBlendCmbBx_currentIndexChanged(
int index );
124 void on_mTransparencySlider_valueChanged(
int value );
130 #include "ui_widget_shadoweffect.h" 153 void on_mShadowOffsetAngleSpnBx_valueChanged(
int value );
154 void on_mShadowOffsetAngleDial_valueChanged(
int value );
155 void on_mShadowOffsetSpnBx_valueChanged(
double value );
156 void on_mOffsetUnitWidget_changed();
157 void on_mShadowTranspSpnBx_valueChanged(
double value );
158 void on_mShadowColorBtn_colorChanged(
const QColor& color );
159 void on_mDrawModeComboBox_currentIndexChanged(
int index );
160 void on_mShadowBlendCmbBx_currentIndexChanged(
int index );
161 void on_mShadowRadiuSpnBx_valueChanged(
int value );
162 void on_mShadowTranspSlider_valueChanged(
int value );
166 #include "ui_widget_glow.h" 189 void colorModeChanged();
190 void on_mSpreadSpnBx_valueChanged(
double value );
191 void on_mSpreadUnitWidget_changed();
192 void on_mTranspSpnBx_valueChanged(
double value );
193 void on_mColorBtn_colorChanged(
const QColor& color );
194 void on_mBlendCmbBx_currentIndexChanged(
int index );
195 void on_mDrawModeComboBox_currentIndexChanged(
int index );
196 void on_mBlurRadiusSpnBx_valueChanged(
int value );
197 void on_mTranspSlider_valueChanged(
int value );
198 void applyColorRamp();
202 #include "ui_widget_transform.h" 226 void on_mDrawModeComboBox_currentIndexChanged(
int index );
227 void on_mSpinTranslateX_valueChanged(
double value );
228 void on_mSpinTranslateY_valueChanged(
double value );
229 void on_mTranslateUnitWidget_changed();
230 void on_mReflectXCheckBox_stateChanged(
int state );
231 void on_mReflectYCheckBox_stateChanged(
int state );
232 void on_mSpinShearX_valueChanged(
double value );
233 void on_mSpinShearY_valueChanged(
double value );
234 void on_mSpinScaleX_valueChanged(
double value );
235 void on_mSpinScaleY_valueChanged(
double value );
236 void on_mRotationSpinBox_valueChanged(
double value );
241 #include "ui_widget_coloreffects.h" 262 void enableColorizeControls(
const bool enable );
266 void on_mTranspSpnBx_valueChanged(
double value );
267 void on_mBlendCmbBx_currentIndexChanged(
int index );
268 void on_mDrawModeComboBox_currentIndexChanged(
int index );
269 void on_mTranspSlider_valueChanged(
int value );
270 void on_mBrightnessSpinBox_valueChanged(
int value );
271 void on_mContrastSpinBox_valueChanged(
int value );
272 void on_mSaturationSpinBox_valueChanged(
int value );
273 void on_mColorizeStrengthSpinBox_valueChanged(
int value );
274 void on_mColorizeCheck_stateChanged(
int state );
275 void on_mColorizeColorButton_colorChanged(
const QColor& color );
276 void on_mGrayscaleCombo_currentIndexChanged(
int index );
282 #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.
bool blockSignals(bool block)
A paint effect which alters the colors (eg 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.