QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
#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 74 of file qgsidentifymenu.h.
|
default |
Constructor for ActionData.
|
inline |
Definition at line 79 of file qgsidentifymenu.h.
|
inline |
Definition at line 87 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mAllResults = false |
Definition at line 97 of file qgsidentifymenu.h.
QgsFeatureId QgsIdentifyMenu::ActionData::mFeatureId = 0 |
Definition at line 100 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mIsExternalAction = false |
Definition at line 98 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mIsValid = false |
Definition at line 96 of file qgsidentifymenu.h.
QgsMapLayer* QgsIdentifyMenu::ActionData::mLayer = nullptr |
Definition at line 99 of file qgsidentifymenu.h.
QgsIdentifyMenu::MenuLevel QgsIdentifyMenu::ActionData::mLevel = LayerLevel |
Definition at line 101 of file qgsidentifymenu.h.
QgsMapLayerAction* QgsIdentifyMenu::ActionData::mMapLayerAction = nullptr |
Definition at line 102 of file qgsidentifymenu.h.