QGIS API Documentation
2.8.2-Wien
|
#include <qgsidentifymenu.h>
Public Member Functions | |
ActionData () | |
ActionData (QgsMapLayer *layer, QgsMapLayerAction *mapLayerAction=0) | |
ActionData (QgsMapLayer *layer, QgsFeatureId fid, QgsMapLayerAction *mapLayerAction=0) |
Public Attributes | |
bool | mAllResults |
QgsFeatureId | mFeatureId |
bool | mIsExternalAction |
bool | mIsValid |
QgsMapLayer * | mLayer |
MenuLevel | mLevel |
QgsMapLayerAction * | mMapLayerAction |
Definition at line 44 of file qgsidentifymenu.h.
|
inline |
Definition at line 46 of file qgsidentifymenu.h.
|
inline |
Definition at line 56 of file qgsidentifymenu.h.
|
inline |
Definition at line 66 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mAllResults |
Definition at line 77 of file qgsidentifymenu.h.
QgsFeatureId QgsIdentifyMenu::ActionData::mFeatureId |
Definition at line 80 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mIsExternalAction |
Definition at line 78 of file qgsidentifymenu.h.
bool QgsIdentifyMenu::ActionData::mIsValid |
Definition at line 76 of file qgsidentifymenu.h.
QgsMapLayer* QgsIdentifyMenu::ActionData::mLayer |
Definition at line 79 of file qgsidentifymenu.h.
MenuLevel QgsIdentifyMenu::ActionData::mLevel |
Definition at line 81 of file qgsidentifymenu.h.
QgsMapLayerAction* QgsIdentifyMenu::ActionData::mMapLayerAction |
Definition at line 82 of file qgsidentifymenu.h.