|
| QgsAttributeEditorContext ()=default |
| Constructor for QgsAttributeEditorContext. More...
|
|
| QgsAttributeEditorContext (const QgsAttributeEditorContext &parentContext, const QgsRelation &relation, RelationMode relationMode, FormMode widgetMode) |
|
| QgsAttributeEditorContext (const QgsAttributeEditorContext &parentContext, FormMode formMode) |
|
bool | allowCustomUi () const |
| Returns true if the attribute editor should permit use of custom UI forms. More...
|
|
Mode | attributeFormMode () const |
| Returns current attributeFormMode. More...
|
|
QString | attributeFormModeString () const |
| Returns given attributeFormMode as string. More...
|
|
QgsAdvancedDigitizingDockWidget * | cadDockWidget () const |
| Returns the associated CAD dock widget (e.g. More...
|
|
const QgsDistanceArea & | distanceArea () const |
| Returns the distance area object used for area/length calculations. More...
|
|
QgsFeature | formFeature () const |
| Returns current feature from the currently edited form or table row. More...
|
|
FormMode | formMode () const |
| Returns the form mode. More...
|
|
QgsMessageBar * | mainMessageBar () |
| Returns the main message bar. More...
|
|
QgsMapCanvas * | mapCanvas () const |
| Returns the associated map canvas (e.g. More...
|
|
const QgsAttributeEditorContext * | parentContext () const |
|
QgsFeature | parentFormFeature () const |
| Returns the feature of the currently edited parent form in its actual state. More...
|
|
const QgsRelation & | relation () const |
| Returns the attribute relation. More...
|
|
RelationMode | relationMode () const |
| Returns the attribute relation mode. More...
|
|
void | setAllowCustomUi (bool allow) |
| Sets whether the attribute editor should permit use of custom UI forms. More...
|
|
void | setAttributeFormMode (const Mode &attributeFormMode) |
| Set attributeFormMode for the edited form. More...
|
|
void | setCadDockWidget (QgsAdvancedDigitizingDockWidget *cadDockWidget) |
| Sets the associated CAD dock widget, cadDockWidget, (e.g. More...
|
|
void | setDistanceArea (const QgsDistanceArea &distanceArea) |
| Sets distance area object, distanceArea, for area/length calculations. More...
|
|
void | setFormFeature (const QgsFeature &feature) |
| Set current feature for the currently edited form or table row. More...
|
|
void | setFormMode (FormMode mode) |
| Sets the form mode. More...
|
|
void | setMainMessageBar (QgsMessageBar *messageBar) |
| Set current messageBar as the main message bar. More...
|
|
void | setMapCanvas (QgsMapCanvas *mapCanvas) |
| Sets the associated map canvas, mapCanvas, (e.g. More...
|
|
void | setParentFormFeature (const QgsFeature &feature) |
| Sets the feature of the currently edited parent form. More...
|
|
void | setRelation (const QgsRelation &relation, RelationMode mode) |
| Set attribute relation and mode. More...
|
|
void | setVectorLayerTools (QgsVectorLayerTools *vlTools) |
| Sets the associated vector layer tools. More...
|
|
const QgsVectorLayerTools * | vectorLayerTools () const |
| Returns the associated vector layer tools. More...
|
|