| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
A widget for configuration of the properties of a QgsFieldDomain. More...
#include <qgsfielddomainwidget.h>

Signals | |
| void | validityChanged (bool isValid) | 
| Emitted whenever the validity of the field domain configuration in the widget changes.  More... | |
Public Member Functions | |
| QgsFieldDomainWidget (Qgis::FieldDomainType type, QWidget *parent=nullptr) | |
| Constructor for QgsFieldDomainWidget for the given domain type, with the specified parent widget.  More... | |
| QgsFieldDomain * | createFieldDomain () const | 
| Creates a new field domain using the properties from the widget.  More... | |
| bool | isValid () const | 
Returns true if the widget currently represents a valid field domain configuration.  More... | |
| void | setFieldDomain (const QgsFieldDomain *domain) | 
| Sets the current field domain to show properties for in the widget.  More... | |
A widget for configuration of the properties of a QgsFieldDomain.
Definition at line 220 of file qgsfielddomainwidget.h.
| QgsFieldDomainWidget::QgsFieldDomainWidget | ( | Qgis::FieldDomainType | type, | 
| QWidget * | parent = nullptr  | 
        ||
| ) | 
Constructor for QgsFieldDomainWidget for the given domain type, with the specified parent widget.
Definition at line 346 of file qgsfielddomainwidget.cpp.
| QgsFieldDomain * QgsFieldDomainWidget::createFieldDomain | ( | ) | const | 
Creates a new field domain using the properties from the widget.
Caller takes ownership of the returned object.
Definition at line 417 of file qgsfielddomainwidget.cpp.
| bool QgsFieldDomainWidget::isValid | ( | ) | const | 
Returns true if the widget currently represents a valid field domain configuration. 
Definition at line 431 of file qgsfielddomainwidget.cpp.
| void QgsFieldDomainWidget::setFieldDomain | ( | const QgsFieldDomain * | domain | ) | 
Sets the current field domain to show properties for in the widget.
Definition at line 402 of file qgsfielddomainwidget.cpp.
      
  | 
  signal | 
Emitted whenever the validity of the field domain configuration in the widget changes.