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 );
253 void setPreviewPicture(
const QPicture &picture );
266 void enableToggled(
bool checked );
269 void updateEffectLive();
273 QCheckBox *mEnabledCheckBox =
nullptr;
274 QToolButton *mButton =
nullptr;
275 QPicture *mPreviewPicture =
nullptr;
279 #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.