|
QGIS API Documentation 3.28.0-Firenze (ed3ad0430f)
|
#include <qgsattributeactionpropertiesdialog.h>

Public Member Functions | |
| QgsAttributeActionPropertiesDialog (QgsAction::ActionType type, const QString &description, const QString &shortTitle, const QString &iconPath, const QString &actionText, bool capture, const QSet< QString > &actionScopes, const QString ¬ificationMessage, bool isEnabledOnlyWhenEditable, QgsVectorLayer *layer, QWidget *parent=nullptr) | |
| QgsAttributeActionPropertiesDialog (QgsVectorLayer *layer, QWidget *parent=nullptr) | |
| QSet< QString > | actionScopes () const |
| QString | actionText () const |
| bool | capture () const |
| QgsExpressionContext | createExpressionContext () const override |
| This method needs to be reimplemented in all classes which implement this interface and return an expression context. More... | |
| QString | description () const |
| QString | iconPath () const |
| bool | isEnabledOnlyWhenEditable () const |
| QString | notificationMessage () const |
| QString | shortTitle () const |
| QgsAction::ActionType | type () const |
Public Member Functions inherited from QgsExpressionContextGenerator | |
| virtual | ~QgsExpressionContextGenerator ()=default |
| virtual QgsExpressionContext | createExpressionContext () const =0 |
| This method needs to be reimplemented in all classes which implement this interface and return an expression context. More... | |
Definition at line 35 of file qgsattributeactionpropertiesdialog.h.
| QgsAttributeActionPropertiesDialog::QgsAttributeActionPropertiesDialog | ( | QgsAction::ActionType | type, |
| const QString & | description, | ||
| const QString & | shortTitle, | ||
| const QString & | iconPath, | ||
| const QString & | actionText, | ||
| bool | capture, | ||
| const QSet< QString > & | actionScopes, | ||
| const QString & | notificationMessage, | ||
| bool | isEnabledOnlyWhenEditable, | ||
| QgsVectorLayer * | layer, | ||
| QWidget * | parent = nullptr |
||
| ) |
Definition at line 34 of file qgsattributeactionpropertiesdialog.cpp.
| QgsAttributeActionPropertiesDialog::QgsAttributeActionPropertiesDialog | ( | QgsVectorLayer * | layer, |
| QWidget * | parent = nullptr |
||
| ) |
Definition at line 53 of file qgsattributeactionpropertiesdialog.cpp.
| QSet< QString > QgsAttributeActionPropertiesDialog::actionScopes | ( | ) | const |
Definition at line 93 of file qgsattributeactionpropertiesdialog.cpp.
| QString QgsAttributeActionPropertiesDialog::actionText | ( | ) | const |
Definition at line 88 of file qgsattributeactionpropertiesdialog.cpp.
| bool QgsAttributeActionPropertiesDialog::capture | ( | ) | const |
Definition at line 117 of file qgsattributeactionpropertiesdialog.cpp.
|
overridevirtual |
This method needs to be reimplemented in all classes which implement this interface and return an expression context.
Implements QgsExpressionContextGenerator.
Definition at line 122 of file qgsattributeactionpropertiesdialog.cpp.
| QString QgsAttributeActionPropertiesDialog::description | ( | ) | const |
Definition at line 73 of file qgsattributeactionpropertiesdialog.cpp.
| QString QgsAttributeActionPropertiesDialog::iconPath | ( | ) | const |
Definition at line 83 of file qgsattributeactionpropertiesdialog.cpp.
| bool QgsAttributeActionPropertiesDialog::isEnabledOnlyWhenEditable | ( | ) | const |
Definition at line 112 of file qgsattributeactionpropertiesdialog.cpp.
| QString QgsAttributeActionPropertiesDialog::notificationMessage | ( | ) | const |
Definition at line 107 of file qgsattributeactionpropertiesdialog.cpp.
| QString QgsAttributeActionPropertiesDialog::shortTitle | ( | ) | const |
Definition at line 78 of file qgsattributeactionpropertiesdialog.cpp.
| QgsAction::ActionType QgsAttributeActionPropertiesDialog::type | ( | ) | const |
Definition at line 68 of file qgsattributeactionpropertiesdialog.cpp.