16#ifndef QGSEFFECTSTACKPROPERTIESWIDGET_H
17#define QGSEFFECTSTACKPROPERTIESWIDGET_H
23#include <QStandardItemModel>
27#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;
141 EffectItem *currentEffectItem()
SIP_SKIP;
146 void moveEffectByOffset(
int offset );
151 void setWidget( QWidget *widget );
191 void setPreviewPicture(
const QPicture &picture );
251 void setPreviewPicture(
const QPicture &picture );
264 void enableToggled(
bool checked );
267 void updateEffectLive();
271 QCheckBox *mEnabledCheckBox =
nullptr;
272 QToolButton *mButton =
nullptr;
273 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.