16 #ifndef QGSEFFECTSTACKPROPERTIESWIDGET_H 
   17 #define QGSEFFECTSTACKPROPERTIESWIDGET_H 
   23 #include <QStandardItemModel> 
   27 #include "ui_qgseffectstackpropertieswidgetbase.h" 
   75     void setPreviewPicture( 
const QPicture &picture );
 
   82     void moveEffectDown();
 
  102     void effectChanged();
 
  107     void updatePreview();
 
  118     QStandardItemModel *mModel = 
nullptr;
 
  119     QWidget *mPresentWidget = 
nullptr;
 
  142     EffectItem *currentEffectItem() 
SIP_SKIP;
 
  147     void moveEffectByOffset( 
int offset );
 
  152     void setWidget( QWidget *widget );
 
  193     void setPreviewPicture( 
const QPicture &picture );
 
  254     void setPreviewPicture( 
const QPicture &picture );
 
  267     void enableToggled( 
bool checked );
 
  270     void updateEffectLive();
 
  274     QCheckBox *mEnabledCheckBox = 
nullptr;
 
  275     QToolButton *mButton = 
nullptr;
 
  276     QPicture mPreviewPicture;
 
A generic dialog with layout and button box.
A dialog for modifying the properties of a QgsEffectStack, including adding and reordering effects wi...
A paint effect which consists of a stack of other chained paint effects.
Base class for visual effects which can be applied to QPicture drawings.