46 Q_UNUSED( fieldIndex )
59 return Qt::AlignRight;
67 Q_UNUSED( fieldIndex )
76 return QList<QgsVectorLayerRef>();
82 Q_UNUSED( countLimit )
85 return QVariantList();
A context for field formatter containing information like the project.
Encapsulate a field in an attribute table or data source.
QString displayString(const QVariant &v) const
Formats string for display.
@ OriginProvider
Field comes from the underlying data provider of the vector layer (originIndex = index in provider's ...
FieldOrigin fieldOrigin(int fieldIdx) const
Returns the field's origin (value from an enumeration).
bool exists(int i) const
Returns if a field index is valid.
QgsField at(int i) const
Returns the field at particular index (must be in range 0..N-1).
int fieldOriginIndex(int fieldIdx) const
Returns the field's origin index (its meaning is specific to each type of origin).
virtual QString defaultValueClause(int fieldIndex) const
Returns any default value clauses which are present at the provider for a specified field index.
Represents a vector layer which manages a vector based data sets.
QgsFields fields() const FINAL
Returns the list of fields of this layer.
QgsVectorDataProvider * dataProvider() FINAL
Returns the layer's data provider, it may be nullptr.