QGIS API Documentation  2.8.2-Wien
 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>

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
FieldOrigin origin
 origin of the field
int originIndex
 index specific to the origin

Detailed Description

Definition at line 185 of file qgsfield.h.

Constructor & Destructor Documentation

QgsFields::Field::Field ( )
inline

Definition at line 187 of file qgsfield.h.

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

Definition at line 188 of file qgsfield.h.

Member Function Documentation

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

Definition at line 193 of file qgsfield.h.

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

Definition at line 191 of file qgsfield.h.

Member Data Documentation

QgsField QgsFields::Field::field

field

Definition at line 195 of file qgsfield.h.

FieldOrigin QgsFields::Field::origin

origin of the field

Definition at line 196 of file qgsfield.h.

int QgsFields::Field::originIndex

index specific to the origin

Definition at line 197 of file qgsfield.h.


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