| 
    QGIS API Documentation
    3.6.0-Noosa (5873452)
    
   | 
 
A dialog for modifying the properties of a QgsEffectStack, including adding and reordering effects within the stack. More...
#include <qgseffectstackpropertieswidget.h>

Public Member Functions | |
| QgsEffectStackPropertiesDialog (QgsEffectStack *stack, QWidget *parent=nullptr, Qt::WindowFlags f=nullptr) | |
| QgsEffectStackPropertiesDialog constructor.  More... | |
| void | setPreviewPicture (const QPicture &picture) | 
| Sets the picture to use for effect previews for the dialog.  More... | |
| QgsEffectStack * | stack () | 
| Returns effect stack attached to the dialog.  More... | |
  Public Member Functions inherited from QgsDialog | |
| QgsDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Close, Qt::Orientation orientation=Qt::Horizontal) | |
| Constructor for QgsDialog.  More... | |
| QDialogButtonBox * | buttonBox () | 
| Returns the button box.  More... | |
| QVBoxLayout * | layout () | 
| Returns the central layout. Widgets added to it must have this dialog as parent.  More... | |
Protected Attributes | |
| QgsEffectStackPropertiesWidget * | mPropertiesWidget = nullptr | 
  Protected Attributes inherited from QgsDialog | |
| QDialogButtonBox * | mButtonBox = nullptr | 
| QVBoxLayout * | mLayout = nullptr | 
A dialog for modifying the properties of a QgsEffectStack, including adding and reordering effects within the stack.
Definition at line 168 of file qgseffectstackpropertieswidget.h.
| QgsEffectStackPropertiesDialog::QgsEffectStackPropertiesDialog | ( | QgsEffectStack * | stack, | 
| QWidget * | parent = nullptr,  | 
        ||
| Qt::WindowFlags | f = nullptr  | 
        ||
| ) | 
QgsEffectStackPropertiesDialog constructor.
| stack | QgsEffectStack to modify in the dialog | 
| parent | parent widget | 
| f | window flags | 
Definition at line 360 of file qgseffectstackpropertieswidget.cpp.
| void QgsEffectStackPropertiesDialog::setPreviewPicture | ( | const QPicture & | picture | ) | 
Sets the picture to use for effect previews for the dialog.
| picture | preview picture | 
Definition at line 374 of file qgseffectstackpropertieswidget.cpp.
| QgsEffectStack * QgsEffectStackPropertiesDialog::stack | ( | ) | 
Returns effect stack attached to the dialog.
Definition at line 369 of file qgseffectstackpropertieswidget.cpp.
      
  | 
  protected | 
Definition at line 196 of file qgseffectstackpropertieswidget.h.
 1.8.13