QGIS API Documentation
2.18.21-Las Palmas (9fba24a)
|
#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 |
QgsMapLayer * | mLayer |
MenuLevel | mLevel |
QgsMapLayerAction * | mMapLayerAction |
Definition at line 56 of file qgsidentifymenu.h.
|
inline |
Definition at line 58 of file qgsidentifymenu.h.
|
inline |
Definition at line 68 of file qgsidentifymenu.h.
|
inline |
Definition at line 78 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mAllResults |
Definition at line 89 of file qgsidentifymenu.h.
QgsFeatureId QgsIdentifyMenu::ActionData::mFeatureId |
Definition at line 92 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mIsExternalAction |
Definition at line 90 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mIsValid |
Definition at line 88 of file qgsidentifymenu.h.
QgsMapLayer* QgsIdentifyMenu::ActionData::mLayer |
Definition at line 91 of file qgsidentifymenu.h.
MenuLevel QgsIdentifyMenu::ActionData::mLevel |
Definition at line 93 of file qgsidentifymenu.h.
QgsMapLayerAction* QgsIdentifyMenu::ActionData::mMapLayerAction |
Definition at line 94 of file qgsidentifymenu.h.