QGIS API Documentation  2.6.0-Brighton
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QgsMapToolIdentify::IdentifyResult Struct Reference

#include <qgsmaptoolidentify.h>

Public Member Functions

 IdentifyResult ()
 IdentifyResult (QgsMapLayer *layer, QgsFeature feature, QMap< QString, QString > derivedAttributes)
 IdentifyResult (QgsMapLayer *layer, QString label, QMap< QString, QString > attributes, QMap< QString, QString > derivedAttributes)
 IdentifyResult (QgsMapLayer *layer, QString label, QgsFields fields, QgsFeature feature, QMap< QString, QString > derivedAttributes)

Public Attributes

QgsMapLayermLayer
QString mLabel
QgsFields mFields
QgsFeature mFeature
QMap< QString, QString > mAttributes
QMap< QString, QString > mDerivedAttributes
QMap< QString, QVariant > mParams

Constructor & Destructor Documentation

QgsMapToolIdentify::IdentifyResult::IdentifyResult ( )
inline
QgsMapToolIdentify::IdentifyResult::IdentifyResult ( QgsMapLayer layer,
QgsFeature  feature,
QMap< QString, QString >  derivedAttributes 
)
inline
QgsMapToolIdentify::IdentifyResult::IdentifyResult ( QgsMapLayer layer,
QString  label,
QMap< QString, QString >  attributes,
QMap< QString, QString >  derivedAttributes 
)
inline
QgsMapToolIdentify::IdentifyResult::IdentifyResult ( QgsMapLayer layer,
QString  label,
QgsFields  fields,
QgsFeature  feature,
QMap< QString, QString >  derivedAttributes 
)
inline

Member Data Documentation

QMap< QString, QString > QgsMapToolIdentify::IdentifyResult::mAttributes
QMap< QString, QString > QgsMapToolIdentify::IdentifyResult::mDerivedAttributes
QgsFeature QgsMapToolIdentify::IdentifyResult::mFeature
QgsFields QgsMapToolIdentify::IdentifyResult::mFields
QString QgsMapToolIdentify::IdentifyResult::mLabel
QgsMapLayer* QgsMapToolIdentify::IdentifyResult::mLayer
QMap< QString, QVariant > QgsMapToolIdentify::IdentifyResult::mParams

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