16 #ifndef QGSEFFECTSTACKPROPERTIESWIDGET_H 17 #define QGSEFFECTSTACKPROPERTIESWIDGET_H 22 #include <QStandardItemModel> 25 #include "ui_qgseffectstackpropertieswidgetbase.h" 66 void setPreviewPicture(
const QPicture& picture );
72 void moveEffectDown();
122 EffectItem* currentEffectItem();
126 void moveEffectByOffset(
int offset );
130 void setWidget(
QWidget* widget );
168 void setPreviewPicture(
const QPicture& picture );
220 void setPreviewPicture(
const QPicture &picture );
232 void enableToggled(
bool checked );
235 void updateEffectLive();
245 #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.
QgsEffectStackPropertiesWidget * mPropertiesWidget