| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include <qgsactionmenu.h>
| Public Member Functions | |
| ActionData ()=default | |
| Constructor for ActionData.  More... | |
| ActionData (const QgsAction &action, QgsFeatureId featureId, QgsMapLayer *mapLayer) | |
| ActionData (QgsMapLayerAction *action, QgsFeatureId featureId, QgsMapLayer *mapLayer) | |
| Public Attributes | |
| QVariant | actionData | 
| QgsActionMenu::ActionType | actionType = Invalid | 
| QgsFeatureId | featureId = 0 | 
| QgsMapLayer * | mapLayer = nullptr | 
Definition at line 49 of file qgsactionmenu.h.
| 
 | default | 
Constructor for ActionData.
| QgsActionMenu::ActionData::ActionData | ( | const QgsAction & | action, | 
| QgsFeatureId | featureId, | ||
| QgsMapLayer * | mapLayer | ||
| ) | 
Definition at line 190 of file qgsactionmenu.cpp.
| QgsActionMenu::ActionData::ActionData | ( | QgsMapLayerAction * | action, | 
| QgsFeatureId | featureId, | ||
| QgsMapLayer * | mapLayer | ||
| ) | 
Definition at line 182 of file qgsactionmenu.cpp.
| QVariant QgsActionMenu::ActionData::actionData | 
Definition at line 60 of file qgsactionmenu.h.
| QgsActionMenu::ActionType QgsActionMenu::ActionData::actionType = Invalid | 
Definition at line 59 of file qgsactionmenu.h.
| QgsFeatureId QgsActionMenu::ActionData::featureId = 0 | 
Definition at line 61 of file qgsactionmenu.h.
| QgsMapLayer* QgsActionMenu::ActionData::mapLayer = nullptr | 
Definition at line 62 of file qgsactionmenu.h.