QGIS API Documentation  2.2.0-Valmiera
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
QgsFields::Field Struct Reference

#include <qgsfield.h>

Collaboration diagram for QgsFields::Field:
Collaboration graph
[legend]

Public Member Functions

 Field ()
 Field (const QgsField &f, FieldOrigin o, int oi)

Public Attributes

QgsField field
 field
FieldOrigin origin
 origin of the field
int originIndex
 index specific to the origin

Detailed Description

Definition at line 174 of file qgsfield.h.

Constructor & Destructor Documentation

QgsFields::Field::Field ( )
inline

Definition at line 176 of file qgsfield.h.

QgsFields::Field::Field ( const QgsField f,
FieldOrigin  o,
int  oi 
)
inline

Definition at line 177 of file qgsfield.h.

Member Data Documentation

QgsField QgsFields::Field::field

field

Definition at line 179 of file qgsfield.h.

FieldOrigin QgsFields::Field::origin

origin of the field

Definition at line 180 of file qgsfield.h.

int QgsFields::Field::originIndex

index specific to the origin

Definition at line 181 of file qgsfield.h.


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