|
| QgsRangeFieldDomain (const QgsRangeFieldDomain &)=delete |
| QgsRangeFieldDomain cannot be copied - use clone() instead. More...
|
|
| QgsRangeFieldDomain (const QString &name, const QString &description, QVariant::Type fieldType, const QVariant &minimum, bool minimumIsInclusive, const QVariant &maximum, bool maximumIsInclusive) |
| Constructor for QgsRangeFieldDomain, with the specified name, description and fieldType. More...
|
|
QgsRangeFieldDomain * | clone () const override |
| Clones the field domain. More...
|
|
QVariant | maximum () const |
| Returns the maximum value. More...
|
|
bool | maximumIsInclusive () const |
| Returns true if the maximum value is inclusive. More...
|
|
QVariant | minimum () const |
| Returns the minimum value. More...
|
|
bool | minimumIsInclusive () const |
| Returns true if the minimum value is inclusive. More...
|
|
QgsRangeFieldDomain & | operator= (const QgsRangeFieldDomain &)=delete |
| QgsRangeFieldDomain cannot be copied - use clone() instead. More...
|
|
void | setMaximum (const QVariant &maximum) |
| Sets the maximum allowed value. More...
|
|
void | setMaximumIsInclusive (bool inclusive) |
| Sets whether the maximum value is inclusive. More...
|
|
void | setMinimum (const QVariant &minimum) |
| Sets the minimum allowed value. More...
|
|
void | setMinimumIsInclusive (bool inclusive) |
| Sets whether the minimum value is inclusive. More...
|
|
Qgis::FieldDomainType | type () const override |
| Returns the type of field domain. More...
|
|
QString | typeName () const override |
| Returns a translated name of the field domain type. More...
|
|
Public Member Functions inherited from QgsFieldDomain |
| QgsFieldDomain (const QString &name, const QString &description, QVariant::Type fieldType) |
| Constructor for QgsFieldDomain, with the specified name, description and fieldType. More...
|
|
virtual | ~QgsFieldDomain () |
|
virtual QgsFieldDomain * | clone () const =0 |
| Clones the field domain. More...
|
|
QString | description () const |
| Returns the description of the field domain. More...
|
|
QVariant::Type | fieldType () const |
| Returns the associated field type. More...
|
|
Qgis::FieldDomainMergePolicy | mergePolicy () const |
| Returns the merge policy. More...
|
|
QString | name () const |
| Returns the name of the field domain. More...
|
|
void | setDescription (const QString &description) |
| Sets the description of the field domain. More...
|
|
void | setFieldType (QVariant::Type type) |
| Sets the associated field type. More...
|
|
void | setMergePolicy (Qgis::FieldDomainMergePolicy policy) |
| Sets the merge policy. More...
|
|
void | setName (const QString &name) |
| Sets the name of the field domain. More...
|
|
void | setSplitPolicy (Qgis::FieldDomainSplitPolicy policy) |
| Sets the split policy. More...
|
|
Qgis::FieldDomainSplitPolicy | splitPolicy () const |
| Returns the split policy. More...
|
|
virtual Qgis::FieldDomainType | type () const =0 |
| Returns the type of field domain. More...
|
|
virtual QString | typeName () const =0 |
| Returns a translated name of the field domain type. More...
|
|