|
QGIS API Documentation
3.14.0-Pi (9f7028fd23)
|
#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 73 of file qgsidentifymenu.h.
|
default |
Constructor for ActionData.
|
inline |
Definition at line 78 of file qgsidentifymenu.h.
|
inline |
Definition at line 86 of file qgsidentifymenu.h.
| bool QgsIdentifyMenu::ActionData::mAllResults = false |
Definition at line 96 of file qgsidentifymenu.h.
| QgsFeatureId QgsIdentifyMenu::ActionData::mFeatureId = 0 |
Definition at line 99 of file qgsidentifymenu.h.
| bool QgsIdentifyMenu::ActionData::mIsExternalAction = false |
Definition at line 97 of file qgsidentifymenu.h.
| bool QgsIdentifyMenu::ActionData::mIsValid = false |
Definition at line 95 of file qgsidentifymenu.h.
| QgsMapLayer* QgsIdentifyMenu::ActionData::mLayer = nullptr |
Definition at line 98 of file qgsidentifymenu.h.
| QgsIdentifyMenu::MenuLevel QgsIdentifyMenu::ActionData::mLevel = LayerLevel |
Definition at line 100 of file qgsidentifymenu.h.
| QgsMapLayerAction* QgsIdentifyMenu::ActionData::mMapLayerAction = nullptr |
Definition at line 101 of file qgsidentifymenu.h.
1.8.17