| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
#include <qgsidentifymenu.h>
Public Member Functions | |
| ActionData ()=default | |
| 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 63 of file qgsidentifymenu.h.
      
  | 
  default | 
      
  | 
  inline | 
Definition at line 67 of file qgsidentifymenu.h.
      
  | 
  inline | 
Definition at line 75 of file qgsidentifymenu.h.
| bool QgsIdentifyMenu::ActionData::mAllResults = false | 
Definition at line 85 of file qgsidentifymenu.h.
| QgsFeatureId QgsIdentifyMenu::ActionData::mFeatureId = 0 | 
Definition at line 88 of file qgsidentifymenu.h.
| bool QgsIdentifyMenu::ActionData::mIsExternalAction = false | 
Definition at line 86 of file qgsidentifymenu.h.
| bool QgsIdentifyMenu::ActionData::mIsValid = false | 
Definition at line 84 of file qgsidentifymenu.h.
| QgsMapLayer* QgsIdentifyMenu::ActionData::mLayer = nullptr | 
Definition at line 87 of file qgsidentifymenu.h.
| QgsIdentifyMenu::MenuLevel QgsIdentifyMenu::ActionData::mLevel = LayerLevel | 
Definition at line 89 of file qgsidentifymenu.h.
| QgsMapLayerAction* QgsIdentifyMenu::ActionData::mMapLayerAction = nullptr | 
Definition at line 90 of file qgsidentifymenu.h.