QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
Represents a default, "not-specified" value for a feature attribute. More...
#include <qgsunsetattributevalue.h>
Public Member Functions | |
QgsUnsetAttributeValue ()=default | |
Constructor for a QgsUnsetAttributeValue. More... | |
QgsUnsetAttributeValue (const QString &defaultValueClause) | |
Constructor for a QgsUnsetAttributeValue, with the specified original provider's default value clause. More... | |
QString | defaultValueClause () const |
Returns the original data provider's default value clause. More... | |
operator QVariant () const | |
Allows direct construction of QVariants from unset values. More... | |
bool | operator!= (const QgsUnsetAttributeValue &) const |
QgsUnsetAttributeValues are always considered equal to each other, regardless of what the original provider's default value clause was. More... | |
bool | operator== (const QgsUnsetAttributeValue &) const |
QgsUnsetAttributeValues are always considered equal to each other, regardless of what the original provider's default value clause was. More... | |
Represents a default, "not-specified" value for a feature attribute.
Definition at line 31 of file qgsunsetattributevalue.h.
|
default |
Constructor for a QgsUnsetAttributeValue.
|
explicit |
Constructor for a QgsUnsetAttributeValue, with the specified original provider's default value clause.
Definition at line 20 of file qgsunsetattributevalue.cpp.
|
inline |
Returns the original data provider's default value clause.
Definition at line 48 of file qgsunsetattributevalue.h.
|
inline |
Allows direct construction of QVariants from unset values.
Definition at line 73 of file qgsunsetattributevalue.h.
|
inline |
QgsUnsetAttributeValues are always considered equal to each other, regardless of what the original provider's default value clause was.
Definition at line 58 of file qgsunsetattributevalue.h.
|
inline |
QgsUnsetAttributeValues are always considered equal to each other, regardless of what the original provider's default value clause was.
Definition at line 53 of file qgsunsetattributevalue.h.