QGIS API Documentation  3.4.15-Madeira (e83d02e274)
Public Slots | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
QgsEffectStackPropertiesWidget Class Reference

A widget for modifying the properties of a QgsEffectStack, including adding and reordering effects within the stack. More...

#include <qgseffectstackpropertieswidget.h>

Inheritance diagram for QgsEffectStackPropertiesWidget:
Inheritance graph
[legend]

Public Slots

void addEffect ()
 Adds a new effect to the stack. More...
 
void changeEffect (QgsPaintEffect *newEffect)
 Updates the effect stack when the currently selected effect changes properties. More...
 
void effectChanged ()
 Updates the widget when the selected effect changes type. More...
 
void moveEffectDown ()
 Moves the currently selected effect down in the stack. More...
 
void moveEffectUp ()
 Moves the currently selected effect up in the stack. More...
 
void removeEffect ()
 Removes the currently selected effect from the stack. More...
 
void updatePreview ()
 Updates the effect preview icon. More...
 
- Public Slots inherited from QgsPanelWidget
void acceptPanel ()
 Accept the panel. More...
 
void openPanel (QgsPanelWidget *panel)
 Open a panel or dialog depending on dock mode setting If dock mode is true this method will emit the showPanel signal for connected slots to handle the open event. More...
 

Public Member Functions

 QgsEffectStackPropertiesWidget (QgsEffectStack *stack, QWidget *parent=nullptr)
 QgsEffectStackPropertiesWidget constructor. More...
 
 ~QgsEffectStackPropertiesWidget () override
 
void setPreviewPicture (const QPicture &picture)
 Sets the picture to use for effect previews for the dialog. More...
 
QgsEffectStackstack ()
 Returns effect stack attached to the widget. More...
 
- Public Member Functions inherited from QgsPanelWidget
 QgsPanelWidget (QWidget *parent=nullptr)
 Base class for any widget that can be shown as a inline panel. More...
 
bool autoDelete ()
 The the auto delete property on the widget. More...
 
void connectChildPanel (QgsPanelWidget *panel)
 Connect the given sub panel widgets showPanel signals to this current panels main showPanel event to bubble up to the user. More...
 
void connectChildPanels (const QList< QgsPanelWidget * > &panels)
 Connect the given sub panel widgets showPanel signals to this current panels main showPanel event to bubble up to the user. More...
 
bool dockMode ()
 Returns the dock mode state. More...
 
QString panelTitle ()
 The title of the panel. More...
 
void setAutoDelete (bool autoDelete)
 The the auto delete property on the widget. More...
 
virtual void setDockMode (bool dockMode)
 Set the widget in dock mode which tells the widget to emit panel widgets and not open dialogs. More...
 
void setPanelTitle (const QString &panelTitle)
 Set the title of the panel when shown in the interface. More...
 

Protected Member Functions

EffectItem * currentEffectItem ()
 Returns the currently selected effect within the stack. More...
 
void loadStack ()
 Refreshes the widget to reflect the current state of the stack. More...
 
void loadStack (QgsEffectStack *stack)
 Refreshes the widget to reflect the current state of a specified stack. More...
 
void moveEffectByOffset (int offset)
 Moves the currently selected effect within the stack by a specified offset. More...
 
void setWidget (QWidget *widget)
 Sets the effect properties widget. More...
 
void updateUi ()
 Enables or disables widgets depending on the selected effect within the stack. More...
 
- Protected Member Functions inherited from QgsPanelWidget
void keyPressEvent (QKeyEvent *event) override
 Overridden key press event to handle the esc event on the widget. More...
 

Protected Attributes

QStandardItemModel * mModel = nullptr
 
QWidget * mPresentWidget = nullptr
 
QPicture * mPreviewPicture = nullptr
 
QgsEffectStackmStack = nullptr
 

Additional Inherited Members

- Signals inherited from QgsPanelWidget
void panelAccepted (QgsPanelWidget *panel)
 Emitted when the panel is accepted by the user. More...
 
void showPanel (QgsPanelWidget *panel)
 Emit when you require a panel to be show in the interface. More...
 
void widgetChanged ()
 Emitted when the widget state changes. More...
 
- Static Public Member Functions inherited from QgsPanelWidget
static QgsPanelWidgetfindParentPanel (QWidget *widget)
 Traces through the parents of a widget to find if it is contained within a QgsPanelWidget widget. More...
 

Detailed Description

A widget for modifying the properties of a QgsEffectStack, including adding and reordering effects within the stack.

See also
QgsEffectStack
QgsEffectStackPropertiesDialog
QgsEffectStackCompactWidget
Since
QGIS 2.9

Definition at line 49 of file qgseffectstackpropertieswidget.h.

Constructor & Destructor Documentation

QgsEffectStackPropertiesWidget::QgsEffectStackPropertiesWidget ( QgsEffectStack stack,
QWidget *  parent = nullptr 
)

QgsEffectStackPropertiesWidget constructor.

Parameters
stackQgsEffectStack to modify in the widget
parentparent widget

Definition at line 96 of file qgseffectstackpropertieswidget.cpp.

QgsEffectStackPropertiesWidget::~QgsEffectStackPropertiesWidget ( )
override

Definition at line 150 of file qgseffectstackpropertieswidget.cpp.

Member Function Documentation

void QgsEffectStackPropertiesWidget::addEffect ( )
slot

Adds a new effect to the stack.

Definition at line 272 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::changeEffect ( QgsPaintEffect newEffect)
slot

Updates the effect stack when the currently selected effect changes properties.

Parameters
newEffectnew effect to replace existing effect at selected position within the stack.

Definition at line 341 of file qgseffectstackpropertieswidget.cpp.

EffectItem * QgsEffectStackPropertiesWidget::currentEffectItem ( )
protected

Returns the currently selected effect within the stack.

Note
not available in Python bindings

Definition at line 234 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::effectChanged ( )
slot

Updates the widget when the selected effect changes type.

Definition at line 244 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::loadStack ( )
protected

Refreshes the widget to reflect the current state of the stack.

Definition at line 181 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::loadStack ( QgsEffectStack stack)
protected

Refreshes the widget to reflect the current state of a specified stack.

Parameters
stackQgsEffectStack for widget

Definition at line 162 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::moveEffectByOffset ( int  offset)
protected

Moves the currently selected effect within the stack by a specified offset.

Definition at line 316 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::moveEffectDown ( )
slot

Moves the currently selected effect down in the stack.

Definition at line 306 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::moveEffectUp ( )
slot

Moves the currently selected effect up in the stack.

Definition at line 311 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::removeEffect ( )
slot

Removes the currently selected effect from the stack.

Definition at line 285 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::setPreviewPicture ( const QPicture &  picture)

Sets the picture to use for effect previews for the dialog.

Parameters
picturepreview picture

Definition at line 155 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::setWidget ( QWidget *  widget)
protected

Sets the effect properties widget.

Definition at line 259 of file qgseffectstackpropertieswidget.cpp.

QgsEffectStack* QgsEffectStackPropertiesWidget::stack ( )
inline

Returns effect stack attached to the widget.

Returns
QgsEffectStack modified by the widget

Definition at line 68 of file qgseffectstackpropertieswidget.h.

void QgsEffectStackPropertiesWidget::updatePreview ( )
slot

Updates the effect preview icon.

Definition at line 204 of file qgseffectstackpropertieswidget.cpp.

void QgsEffectStackPropertiesWidget::updateUi ( )
protected

Enables or disables widgets depending on the selected effect within the stack.

Definition at line 187 of file qgseffectstackpropertieswidget.cpp.

Member Data Documentation

QStandardItemModel* QgsEffectStackPropertiesWidget::mModel = nullptr
protected

Definition at line 117 of file qgseffectstackpropertieswidget.h.

QWidget* QgsEffectStackPropertiesWidget::mPresentWidget = nullptr
protected

Definition at line 118 of file qgseffectstackpropertieswidget.h.

QPicture* QgsEffectStackPropertiesWidget::mPreviewPicture = nullptr
protected

Definition at line 119 of file qgseffectstackpropertieswidget.h.

QgsEffectStack* QgsEffectStackPropertiesWidget::mStack = nullptr
protected

Definition at line 116 of file qgseffectstackpropertieswidget.h.


The documentation for this class was generated from the following files: