QGIS API Documentation  2.12.0-Lyon
Public Member Functions | Public Attributes | List of all members
QgsFields::Field Struct Reference

#include <qgsfield.h>

Public Member Functions

 Field ()
 
 Field (const QgsField &f, FieldOrigin o, int oi)
 
bool operator!= (const Field &other) const
 
bool operator== (const Field &other) const
 

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 190 of file qgsfield.h.

Constructor & Destructor Documentation

QgsFields::Field::Field ( )
inline

Definition at line 192 of file qgsfield.h.

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

Definition at line 193 of file qgsfield.h.

Member Function Documentation

bool QgsFields::Field::operator!= ( const Field other) const
inline
Note
added in 2.6

Definition at line 198 of file qgsfield.h.

bool QgsFields::Field::operator== ( const Field other) const
inline
Note
added in 2.6

Definition at line 196 of file qgsfield.h.

Member Data Documentation

QgsField QgsFields::Field::field

field

Definition at line 200 of file qgsfield.h.

FieldOrigin QgsFields::Field::origin

origin of the field

Definition at line 201 of file qgsfield.h.

int QgsFields::Field::originIndex

index specific to the origin

Definition at line 202 of file qgsfield.h.


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