QGIS API Documentation  2.14.0-Essen
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 200 of file qgsfield.h.

Constructor & Destructor Documentation

QgsFields::Field::Field ( )
inline

Definition at line 202 of file qgsfield.h.

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

Definition at line 203 of file qgsfield.h.

Member Function Documentation

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

Definition at line 208 of file qgsfield.h.

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

Definition at line 206 of file qgsfield.h.

Member Data Documentation

QgsField QgsFields::Field::field

field

Definition at line 210 of file qgsfield.h.

FieldOrigin QgsFields::Field::origin

origin of the field

Definition at line 211 of file qgsfield.h.

int QgsFields::Field::originIndex

index specific to the origin

Definition at line 212 of file qgsfield.h.


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