|
QGIS API Documentation 3.99.0-Master (f78f5286a64)
|
Holder for the widget type and its configuration for a field. More...
#include <qgseditorwidgetsetup.h>
Public Member Functions | |
| QgsEditorWidgetSetup ()=default | |
| QgsEditorWidgetSetup (const QString &type, const QVariantMap &config) | |
| Constructor. | |
| QVariantMap | config () const |
| Returns the widget configuration. | |
| bool | isNull () const |
Returns true if there is no widget configured. | |
| bool | operator== (const QgsEditorWidgetSetup &other) const |
| QString | type () const |
| Returns the widget type to use. | |
Holder for the widget type and its configuration for a field.
Definition at line 27 of file qgseditorwidgetsetup.h.
|
inline |
Constructor.
Definition at line 34 of file qgseditorwidgetsetup.h.
|
default |
|
inline |
Returns the widget configuration.
Definition at line 49 of file qgseditorwidgetsetup.h.
|
inline |
Returns true if there is no widget configured.
Definition at line 54 of file qgseditorwidgetsetup.h.
|
inline |
Definition at line 57 of file qgseditorwidgetsetup.h.
|
inline |
Returns the widget type to use.
Definition at line 44 of file qgseditorwidgetsetup.h.