Skip to content

Class QfEditorWidgetBase

ClassList > QfEditorWidgetBase

Inherits the following classes: QtQuick::Item

Inherited by the following classes: QfEditorWidgetBinary, QfEditorWidgetCheckBox, QfEditorWidgetColor, QfEditorWidgetDateTime, QfEditorWidgetExternalResource, QfEditorWidgetRange, QfEditorWidgetRelationReference, QfEditorWidgetTextEdit, QfEditorWidgetUuidGenerator, QfEditorWidgetValueMap, QfEditorWidgetValueRelation, QfRelationEditorBase

Public Properties

Type Name
property bool hasMenu
property bool isEmpty
property bool isLoaded
property bool isNull
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 QfEditorWidgetBase::hasMenu;

property isEmpty

bool QfEditorWidgetBase::isEmpty;

Remark:

This property is read-only


property isLoaded

bool QfEditorWidgetBase::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 isNull

bool QfEditorWidgetBase::isNull;

Remark:

This property is read-only


property menu

Menu QfEditorWidgetBase::menu;

Public Signals Documentation

signal requestBarcode

void QfEditorWidgetBase::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 QfEditorWidgetBase::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 QfEditorWidgetBase::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 QfEditorWidgetBase::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/gui/qml/editorwidgets/QfEditorWidgetBase.qml