QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
#include <qgsidentifymenu.h>
Public Member Functions | |
ActionData ()=default | |
Constructor for ActionData. More... | |
ActionData (QgsMapLayer *layer, QgsFeatureId fid, QgsMapLayerAction *mapLayerAction=nullptr) | |
ActionData (QgsMapLayer *layer, QgsMapLayerAction *mapLayerAction=nullptr) | |
Public Attributes | |
bool | mAllResults = false |
QgsFeatureId | mFeatureId = 0 |
bool | mIsExternalAction = false |
bool | mIsValid = false |
QgsMapLayer * | mLayer = nullptr |
QgsIdentifyMenu::MenuLevel | mLevel = LayerLevel |
QgsMapLayerAction * | mMapLayerAction = nullptr |
Definition at line 61 of file qgsidentifymenu.h.
|
default |
Constructor for ActionData.
|
inline |
Definition at line 66 of file qgsidentifymenu.h.
|
inline |
Definition at line 74 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mAllResults = false |
Definition at line 84 of file qgsidentifymenu.h.
QgsFeatureId QgsIdentifyMenu::ActionData::mFeatureId = 0 |
Definition at line 87 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mIsExternalAction = false |
Definition at line 85 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mIsValid = false |
Definition at line 83 of file qgsidentifymenu.h.
QgsMapLayer* QgsIdentifyMenu::ActionData::mLayer = nullptr |
Definition at line 86 of file qgsidentifymenu.h.
QgsIdentifyMenu::MenuLevel QgsIdentifyMenu::ActionData::mLevel = LayerLevel |
Definition at line 88 of file qgsidentifymenu.h.
QgsMapLayerAction* QgsIdentifyMenu::ActionData::mMapLayerAction = nullptr |
Definition at line 89 of file qgsidentifymenu.h.