QGIS API Documentation  2.4.0-Chugiak
 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 More...
 
FieldOrigin origin
 origin of the field More...
 
int originIndex
 index specific to the origin More...
 

Detailed Description

Definition at line 173 of file qgsfield.h.

Constructor & Destructor Documentation

QgsFields::Field::Field ( )
inline

Definition at line 175 of file qgsfield.h.

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

Definition at line 176 of file qgsfield.h.

Member Data Documentation

QgsField QgsFields::Field::field

field

Definition at line 178 of file qgsfield.h.

FieldOrigin QgsFields::Field::origin

origin of the field

Definition at line 179 of file qgsfield.h.

int QgsFields::Field::originIndex

index specific to the origin

Definition at line 180 of file qgsfield.h.


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