QGIS API Documentation
3.4.15-Madeira (e83d02e274)
|
Metadata constraint structure. More...
#include <qgslayermetadata.h>
Public Member Functions | |
Constraint (const QString &constraint=QString(), const QString &type=QString()) | |
Constructor for Constraint. More... | |
bool | operator== (const QgsLayerMetadata::Constraint &other) const |
Public Attributes | |
QString | constraint |
Free-form constraint string. More... | |
QString | type |
Constraint type. More... | |
Metadata constraint structure.
Definition at line 136 of file qgslayermetadata.h.
|
inline |
Constructor for Constraint.
Definition at line 142 of file qgslayermetadata.h.
bool QgsLayerMetadata::Constraint::operator== | ( | const QgsLayerMetadata::Constraint & | other | ) | const |
Definition at line 402 of file qgslayermetadata.cpp.
QString QgsLayerMetadata::Constraint::constraint |
Free-form constraint string.
Definition at line 156 of file qgslayermetadata.h.
QString QgsLayerMetadata::Constraint::type |
Constraint type.
Standard values include 'access' and 'other', however any string can be used for the type.
Definition at line 151 of file qgslayermetadata.h.