QGIS API Documentation
2.8.2-Wien
|
#include <qgsphotoconfigdlg.h>
Public Member Functions | |
QgsPhotoConfigDlg (QgsVectorLayer *vl, int fieldIdx, QWidget *parent=0) | |
QgsEditorWidgetConfig | config () override |
Create a configuration from the current GUI state. | |
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 23 of file qgsphotoconfigdlg.h.
|
explicit |
Definition at line 18 of file qgsphotoconfigdlg.cpp.
|
overridevirtual |
Create a configuration from the current GUI state.
Implements QgsEditorConfigWidget.
Definition at line 24 of file qgsphotoconfigdlg.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 34 of file qgsphotoconfigdlg.cpp.