QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
18 #ifndef QGSLAYERMETADATAVALIDATOR_H
19 #define QGSLAYERMETADATAVALIDATOR_H
22 #include "qgis_core.h"
54 ValidationResult(
const QString §ion,
const QString ¬e,
const QVariant &identifier = QVariant() )
57 , mIdentifier( identifier )
66 SIP_PROPERTY( name = identifier, get = _identifier, set = _setIdentifier )
102 virtual bool validate(
const QgsAbstractMetadataBase *metadata, QList< QgsAbstractMetadataBaseValidator::ValidationResult > &results
SIP_OUT )
const = 0;
170 #endif // QGSLAYERMETADATAVALIDATOR_H
#define SIP_PROPERTY(name, getter, setter)