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
QgsVectorLayer::ValueRelationData Struct Reference

#include <qgsvectorlayer.h>

Public Member Functions

 ValueRelationData ()
 ValueRelationData (QString layer, QString key, QString value, bool allowNull, bool orderByValue, bool allowMulti=false, QString filterExpression=QString::null)

Public Attributes

QString mLayer
QString mKey
QString mValue
QString mFilterExpression
bool mAllowNull
bool mOrderByValue
bool mAllowMulti

Constructor & Destructor Documentation

QgsVectorLayer::ValueRelationData::ValueRelationData ( )
inline
QgsVectorLayer::ValueRelationData::ValueRelationData ( QString  layer,
QString  key,
QString  value,
bool  allowNull,
bool  orderByValue,
bool  allowMulti = false,
QString  filterExpression = QString::null 
)
inline

Member Data Documentation

bool QgsVectorLayer::ValueRelationData::mAllowMulti
bool QgsVectorLayer::ValueRelationData::mAllowNull
QString QgsVectorLayer::ValueRelationData::mFilterExpression
QString QgsVectorLayer::ValueRelationData::mKey
QString QgsVectorLayer::ValueRelationData::mLayer
bool QgsVectorLayer::ValueRelationData::mOrderByValue
QString QgsVectorLayer::ValueRelationData::mValue

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