QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Associates a code and a value. More...
#include <qgsfielddomain.h>
Public Member Functions | |
QgsCodedValue (const QVariant &code, const QString &value) | |
Constructor for QgsCodedValue, with the associated code and value. More... | |
QVariant | code () const |
Returns the associated code, which is the underlying value stored in fields. More... | |
bool | operator!= (const QgsCodedValue &other) const |
bool | operator== (const QgsCodedValue &other) const |
QString | value () const |
Returns the associated value, which is the user-friendly string representation. More... | |
|
inline |
Constructor for QgsCodedValue, with the associated code and value.
The code is the underlying value stored in feature attributes, while the value is the user-facing string representation.
Definition at line 180 of file qgsfielddomain.h.
|
inline |
Returns the associated code, which is the underlying value stored in fields.
Definition at line 189 of file qgsfielddomain.h.
bool QgsCodedValue::operator!= | ( | const QgsCodedValue & | other | ) | const |
Definition at line 41 of file qgsfielddomain.cpp.
bool QgsCodedValue::operator== | ( | const QgsCodedValue & | other | ) | const |
Definition at line 36 of file qgsfielddomain.cpp.
|
inline |
Returns the associated value, which is the user-friendly string representation.
Definition at line 195 of file qgsfielddomain.h.