16 #ifndef QGSPAINTEFFECTWIDGET_H 
   17 #define QGSPAINTEFFECTWIDGET_H 
   64 #include "ui_widget_drawsource.h" 
   85     void blockSignals( 
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( 
bool block );
 
  122     void mBlurTypeCombo_currentIndexChanged( 
int index );
 
  123     void mBlurStrengthSpnBx_valueChanged( 
double value );
 
  124     void mBlurUnitWidget_changed();
 
  125     void opacityChanged( 
double value );
 
  126     void mDrawModeComboBox_currentIndexChanged( 
int index );
 
  127     void mBlendCmbBx_currentIndexChanged( 
int index );
 
  133 #include "ui_widget_shadoweffect.h" 
  154     void blockSignals( 
bool block );
 
  157     void mShadowOffsetAngleSpnBx_valueChanged( 
int value );
 
  158     void mShadowOffsetAngleDial_valueChanged( 
int value );
 
  159     void mShadowOffsetSpnBx_valueChanged( 
double value );
 
  160     void mOffsetUnitWidget_changed();
 
  161     void opacityChanged( 
double value );
 
  162     void mShadowColorBtn_colorChanged( 
const QColor &color );
 
  163     void mDrawModeComboBox_currentIndexChanged( 
int index );
 
  164     void mShadowBlendCmbBx_currentIndexChanged( 
int index );
 
  165     void mShadowRadiuSpnBx_valueChanged( 
double value );
 
  166     void mBlurUnitWidget_changed();
 
  170 #include "ui_widget_glow.h" 
  191     void blockSignals( 
bool block );
 
  194     void colorModeChanged();
 
  195     void mSpreadSpnBx_valueChanged( 
double value );
 
  196     void mSpreadUnitWidget_changed();
 
  197     void opacityChanged( 
double value );
 
  198     void mColorBtn_colorChanged( 
const QColor &color );
 
  199     void mBlendCmbBx_currentIndexChanged( 
int index );
 
  200     void mDrawModeComboBox_currentIndexChanged( 
int index );
 
  201     void mBlurRadiusSpnBx_valueChanged( 
double value );
 
  202     void mBlurUnitWidget_changed();
 
  203     void applyColorRamp();
 
  207 #include "ui_widget_transform.h" 
  228     void blockSignals( 
bool block );
 
  232     void mDrawModeComboBox_currentIndexChanged( 
int index );
 
  233     void mSpinTranslateX_valueChanged( 
double value );
 
  234     void mSpinTranslateY_valueChanged( 
double value );
 
  235     void mTranslateUnitWidget_changed();
 
  236     void mReflectXCheckBox_stateChanged( 
int state );
 
  237     void mReflectYCheckBox_stateChanged( 
int state );
 
  238     void mSpinShearX_valueChanged( 
double value );
 
  239     void mSpinShearY_valueChanged( 
double value );
 
  240     void mSpinScaleX_valueChanged( 
double value );
 
  241     void mSpinScaleY_valueChanged( 
double value );
 
  242     void mRotationSpinBox_valueChanged( 
double value );
 
  247 #include "ui_widget_coloreffects.h" 
  268     void blockSignals( 
bool block );
 
  269     void enableColorizeControls( 
bool enable );
 
  273     void opacityChanged( 
double value );
 
  274     void mBlendCmbBx_currentIndexChanged( 
int index );
 
  275     void mDrawModeComboBox_currentIndexChanged( 
int index );
 
  276     void mBrightnessSpinBox_valueChanged( 
int value );
 
  277     void mContrastSpinBox_valueChanged( 
int value );
 
  278     void mSaturationSpinBox_valueChanged( 
int value );
 
  279     void mColorizeStrengthSpinBox_valueChanged( 
int value );
 
  280     void mColorizeCheck_stateChanged( 
int state );
 
  281     void mColorizeColorButton_colorChanged( 
const QColor &color );
 
  282     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.