|
QGIS API Documentation
2.8.2-Wien
|
#include <qgsdummyconfigdlg.h>

Public Member Functions | |
| QgsDummyConfigDlg (QgsVectorLayer *vl, int fieldIdx, QWidget *parent, const QString &description) | |
| virtual QgsEditorWidgetConfig | config () override |
| Create a configuration from the current GUI state. | |
| virtual void | setConfig (const QgsEditorWidgetConfig &config) override |
| Update the configuration widget to represent the given configuration. | |
Public Member Functions inherited from QgsEditorConfigWidget | |
| QgsEditorConfigWidget (QgsVectorLayer *vl, int fieldIdx, QWidget *parent) | |
| Create a new configuration widget. | |
| virtual | ~QgsEditorConfigWidget () |
| Destructor. | |
| int | field () |
| Returns the field for which this configuration widget applies. | |
| QgsVectorLayer * | layer () |
| Returns the layer for which this configuration widget applies. | |
Definition at line 22 of file qgsdummyconfigdlg.h.
|
explicit |
Definition at line 18 of file qgsdummyconfigdlg.cpp.
|
overridevirtual |
Create a configuration from the current GUI state.
Implements QgsEditorConfigWidget.
Definition at line 27 of file qgsdummyconfigdlg.cpp.
|
overridevirtual |
Update the configuration widget to represent the given configuration.
| config | The configuration which should be represented by this widget |
Implements QgsEditorConfigWidget.
Definition at line 32 of file qgsdummyconfigdlg.cpp.
1.8.1.2