Constraint struct
Metadata constraint structure.
Contents
Constructors, destructors, conversion operators
- Constraint(const QString& constraint = QString(), const QString& type = QString())
- Constructor for Constraint.
Public variables
- QString constraint
- Free-form constraint string.
- QString type
- Constraint type.
Variable documentation
QString QgsLayerMetadata:: Constraint:: type
Constraint type.
Standard values include 'access' and 'other', however any string can be used for the type.