#include <qgsrelationwidgetwrapper.h>
Public Slots |
void | setFeature (const QgsFeature &feature) |
virtual void | setFeature (const QgsFeature &feature)=0 |
| Is called, when the value of the widget needs to be changed.
|
virtual void | setEnabled (bool enabled) |
| Is used to enable or disable the edit functionality of the managed widget.
|
Protected Member Functions |
QWidget * | createWidget (QWidget *parent) |
| This method should create a new widget with the provided parent.
|
void | initWidget (QWidget *editor) |
| This method should initialize the editor widget with runtime data.
|
Constructor & Destructor Documentation
QgsRelationWidgetWrapper::QgsRelationWidgetWrapper |
( |
QgsVectorLayer * |
vl, |
|
|
const QgsRelation & |
relation, |
|
|
QWidget * |
editor = 0 , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
|
explicit |
Member Function Documentation
QWidget * QgsRelationWidgetWrapper::createWidget |
( |
QWidget * |
parent | ) |
|
|
protectedvirtual |
This method should create a new widget with the provided parent.
This will only be called if the form did not already provide a widget, so it is not guaranteed to be called! You should not do initialisation stuff, which also has to be done for custom editor widgets inside this method. Things like filling comboboxes and assigning other data which will also be used to make widgets on forms created in the QtDesigner usable should be assigned in initWidget(QWidget*).
- Parameters
-
parent | You should set this parent on the created widget. |
- Returns
- A new widget
Implements QgsWidgetWrapper.
void QgsRelationWidgetWrapper::initWidget |
( |
QWidget * |
editor | ) |
|
|
protectedvirtual |
This method should initialize the editor widget with runtime data.
Fill your comboboxes here.
- Parameters
-
editor | The widget which will represent this attribute editor in a form. |
Reimplemented from QgsWidgetWrapper.
void QgsRelationWidgetWrapper::setFeature |
( |
const QgsFeature & |
feature | ) |
|
|
slot |
The documentation for this class was generated from the following files: