QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
A dialog for configuration of the properties of a QgsFieldDomain. More...
#include <qgsfielddomainwidget.h>
Public Slots | |
void | accept () override |
Public Member Functions | |
QgsFieldDomainDialog (Qgis::FieldDomainType type, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::WindowFlags()) | |
Constructor for QgsFieldDomainDialog for the given domain type, with the specified parent widget and window flags. | |
QgsFieldDomain * | createFieldDomain () const |
Creates a new field domain using the properties from the dialog. | |
void | setFieldDomain (const QgsFieldDomain *domain) |
Sets the current field domain to show properties for in the dialog. | |
A dialog for configuration of the properties of a QgsFieldDomain.
Definition at line 276 of file qgsfielddomainwidget.h.
|
explicit |
Constructor for QgsFieldDomainDialog for the given domain type, with the specified parent widget and window flags.
Definition at line 443 of file qgsfielddomainwidget.cpp.
|
overrideslot |
Definition at line 474 of file qgsfielddomainwidget.cpp.
QgsFieldDomain * QgsFieldDomainDialog::createFieldDomain | ( | ) | const |
Creates a new field domain using the properties from the dialog.
Caller takes ownership of the returned object.
Definition at line 469 of file qgsfielddomainwidget.cpp.
void QgsFieldDomainDialog::setFieldDomain | ( | const QgsFieldDomain * | domain | ) |
Sets the current field domain to show properties for in the dialog.
Definition at line 464 of file qgsfielddomainwidget.cpp.