16#ifndef QGSPAINTEFFECTWIDGET_H 
   17#define QGSPAINTEFFECTWIDGET_H 
   63#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 );
 
 
   96#include "ui_widget_blur.h" 
  117    void blockSignals( 
bool block );
 
  121    void mBlurTypeCombo_currentIndexChanged( 
int index );
 
  122    void mBlurStrengthSpnBx_valueChanged( 
double value );
 
  123    void mBlurUnitWidget_changed();
 
  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( 
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( 
double value );
 
  165    void mBlurUnitWidget_changed();
 
 
  169#include "ui_widget_glow.h" 
  190    void blockSignals( 
bool block );
 
  193    void colorModeChanged();
 
  194    void mSpreadSpnBx_valueChanged( 
double value );
 
  195    void mSpreadUnitWidget_changed();
 
  196    void opacityChanged( 
double value );
 
  197    void mColorBtn_colorChanged( 
const QColor &color );
 
  198    void mBlendCmbBx_currentIndexChanged( 
int index );
 
  199    void mDrawModeComboBox_currentIndexChanged( 
int index );
 
  200    void mBlurRadiusSpnBx_valueChanged( 
double value );
 
  201    void mBlurUnitWidget_changed();
 
  202    void applyColorRamp();
 
 
  206#include "ui_widget_transform.h" 
  227    void blockSignals( 
bool block );
 
  231    void mDrawModeComboBox_currentIndexChanged( 
int index );
 
  232    void mSpinTranslateX_valueChanged( 
double value );
 
  233    void mSpinTranslateY_valueChanged( 
double value );
 
  234    void mTranslateUnitWidget_changed();
 
  235    void mReflectXCheckBox_stateChanged( 
int state );
 
  236    void mReflectYCheckBox_stateChanged( 
int state );
 
  237    void mSpinShearX_valueChanged( 
double value );
 
  238    void mSpinShearY_valueChanged( 
double value );
 
  239    void mSpinScaleX_valueChanged( 
double value );
 
  240    void mSpinScaleY_valueChanged( 
double value );
 
  241    void mRotationSpinBox_valueChanged( 
double value );
 
 
  246#include "ui_widget_coloreffects.h" 
  267    void blockSignals( 
bool block );
 
  268    void enableColorizeControls( 
bool enable );
 
  272    void opacityChanged( 
double value );
 
  273    void mBlendCmbBx_currentIndexChanged( 
int index );
 
  274    void mDrawModeComboBox_currentIndexChanged( 
int index );
 
  275    void mBrightnessSpinBox_valueChanged( 
int value );
 
  276    void mContrastSpinBox_valueChanged( 
int value );
 
  277    void mSaturationSpinBox_valueChanged( 
int value );
 
  278    void mColorizeStrengthSpinBox_valueChanged( 
int value );
 
  279    void mColorizeCheck_stateChanged( 
int state );
 
  280    void mColorizeColorButton_colorChanged( 
const QColor &color );
 
  281    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 effect 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 offset, blurred shadows.