QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
Public Member Functions | Public Attributes | List of all members
QgsIdentifyMenu::ActionData Struct Reference

#include <qgsidentifymenu.h>

Public Member Functions

 ActionData ()
 
 ActionData (QgsMapLayer *layer, QgsMapLayerAction *mapLayerAction=nullptr)
 
 ActionData (QgsMapLayer *layer, QgsFeatureId fid, QgsMapLayerAction *mapLayerAction=nullptr)
 

Public Attributes

bool mAllResults
 
QgsFeatureId mFeatureId
 
bool mIsExternalAction
 
bool mIsValid
 
QgsMapLayermLayer
 
MenuLevel mLevel
 
QgsMapLayerActionmMapLayerAction
 

Detailed Description

Definition at line 56 of file qgsidentifymenu.h.

Constructor & Destructor Documentation

◆ ActionData() [1/3]

QgsIdentifyMenu::ActionData::ActionData ( )
inline

Definition at line 58 of file qgsidentifymenu.h.

◆ ActionData() [2/3]

QgsIdentifyMenu::ActionData::ActionData ( QgsMapLayer layer,
QgsMapLayerAction mapLayerAction = nullptr 
)
inline

Definition at line 68 of file qgsidentifymenu.h.

◆ ActionData() [3/3]

QgsIdentifyMenu::ActionData::ActionData ( QgsMapLayer layer,
QgsFeatureId  fid,
QgsMapLayerAction mapLayerAction = nullptr 
)
inline

Definition at line 78 of file qgsidentifymenu.h.

Member Data Documentation

◆ mAllResults

bool QgsIdentifyMenu::ActionData::mAllResults

Definition at line 89 of file qgsidentifymenu.h.

◆ mFeatureId

QgsFeatureId QgsIdentifyMenu::ActionData::mFeatureId

Definition at line 92 of file qgsidentifymenu.h.

◆ mIsExternalAction

bool QgsIdentifyMenu::ActionData::mIsExternalAction

Definition at line 90 of file qgsidentifymenu.h.

◆ mIsValid

bool QgsIdentifyMenu::ActionData::mIsValid

Definition at line 88 of file qgsidentifymenu.h.

◆ mLayer

QgsMapLayer* QgsIdentifyMenu::ActionData::mLayer

Definition at line 91 of file qgsidentifymenu.h.

◆ mLevel

MenuLevel QgsIdentifyMenu::ActionData::mLevel

Definition at line 93 of file qgsidentifymenu.h.

◆ mMapLayerAction

QgsMapLayerAction* QgsIdentifyMenu::ActionData::mMapLayerAction

Definition at line 94 of file qgsidentifymenu.h.


The documentation for this struct was generated from the following file: