Skip to content

Class EditorWidgetBase

ClassList > EditorWidgetBase

Inherits the following classes: QtQuick::Item

Inherited by the following classes: Binary, CheckBox, Color, DateTime, ExternalResource, Range, RelationEditorBase, RelationReference, TextEdit, UuidGenerator, ValueMap, ValueRelation

Public Properties

Type Name
property bool hasMenu
property bool isLoaded
property Menu menu

Public Signals

Type Name
signal void requestBarcode (var item)
signal void requestGeometry (var item, var layer)
signal void requestJumpToPoint (var center, real scale, bool handleMargins)
signal void valueChangeRequested (var value, bool isNull)

Public Properties Documentation

property hasMenu

bool EditorWidgetBase::hasMenu;

property isLoaded

bool EditorWidgetBase::isLoaded;

This property indicates whether the editor widget has been fully loaded by its Loader. Note: prior to this property being true, signals emitted by the editor widget will not be propagated.


property menu

Menu EditorWidgetBase::menu;

Public Signals Documentation

signal requestBarcode

void EditorWidgetBase::requestBarcode;

This signal is emitted when an editor widget is requesting a barcode value. The decoded barcode value will be returned as a string through calling a requestedBarcodeReceived(string) function attached to editor widget which signaled the request. The corresponding handler is onRequestBarcode.


signal requestGeometry

void EditorWidgetBase::requestGeometry;

This signal is emitted when an editor widget is in need of a digitized geometry. The geometry will be returned through calling a requestedGeometryReceived(geometry) function attached to editor widget which signaled the request. The corresponding handler is onRequestGeometry.


signal requestJumpToPoint

void EditorWidgetBase::requestJumpToPoint;

This signal is emitted when an editor widget is requesting to jump to a specific point on the map. The corresponding handler is onRequestJumpToPoint.


signal valueChangeRequested

void EditorWidgetBase::valueChangeRequested;

This signal is emmited when an editor widget has changed the value.



The documentation for this class was generated from the following file src/qml/editorwidgets/EditorWidgetBase.qml