16 #ifndef QGSEFFECTSTACKPROPERTIESWIDGET_H    17 #define QGSEFFECTSTACKPROPERTIESWIDGET_H    23 #include <QStandardItemModel>    26 #include "ui_qgseffectstackpropertieswidgetbase.h"    74     void setPreviewPicture( 
const QPicture &picture );
    81     void moveEffectDown();
   101     void effectChanged();
   106     void updatePreview();
   117     QStandardItemModel *mModel = 
nullptr;
   118     QWidget *mPresentWidget = 
nullptr;
   119     QPicture *mPreviewPicture = 
nullptr;
   141     EffectItem *currentEffectItem() 
SIP_SKIP;
   146     void moveEffectByOffset( 
int offset );
   151     void setWidget( QWidget *widget );
   192     void setPreviewPicture( 
const QPicture &picture );
   249     void setPreviewPicture( 
const QPicture &picture );
   262     void enableToggled( 
bool checked );
   265     void updateEffectLive();
   269     QCheckBox *mEnabledCheckBox = 
nullptr;
   270     QToolButton *mButton = 
nullptr;
   271     QPicture *mPreviewPicture = 
nullptr;
   275 #endif //QGSEFFECTSTACKPROPERTIESWIDGET_H 
A dialog for modifying the properties of a QgsEffectStack, including adding and reordering effects wi...
 
Base class for visual effects which can be applied to QPicture drawings. 
 
A generic dialog with layout and button box. 
 
A paint effect which consists of a stack of other chained paint effects.