QGIS API Documentation
2.6.0-Brighton
|
#include <qgsdatetimeeditconfig.h>
Public Member Functions | |
QgsDateTimeEditConfig (QgsVectorLayer *vl, int fieldIdx, QWidget *parent=0) | |
QgsEditorWidgetConfig | config () |
Create a configuration from the current GUI state. | |
void | setConfig (const QgsEditorWidgetConfig &config) |
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. | |
int | field () |
Returns the field for which this configuration widget applies. | |
QgsVectorLayer * | layer () |
Returns the layer for which this configuration widget applies. | |
virtual | ~QgsEditorConfigWidget () |
Destructor. |
QgsDateTimeEditConfig::QgsDateTimeEditConfig | ( | QgsVectorLayer * | vl, |
int | fieldIdx, | ||
QWidget * | parent = 0 |
||
) |
|
virtual |
Create a configuration from the current GUI state.
Implements QgsEditorConfigWidget.
|
virtual |
Update the configuration widget to represent the given configuration.
config | The configuration which should be represented by this widget |
Implements QgsEditorConfigWidget.