Class FeatureListForm
Inherits the following classes: Theme::QfPaneDrawer
Public Properties
| Type | Name |
|---|---|
| property ProcessingAlgorithm | algorithm |
| property bool | allowDelete |
| property bool | allowEdit |
| property bool | canvasOperationRequested |
| property CodeReader | codeReader |
| property DigitizingToolbar | digitizingToolbar |
| property FeaturelistExtentController | extentController |
| property bool | formOpenedFromSingleIdentify |
| property QgsQuickMapSettings | mapSettings |
| property MultiFeatureListModel | model |
| property ConfirmationToolbar | moveFeaturesToolbar |
| property bool | multiSelection |
| property ConfirmationToolbar | rotateFeaturesToolbar |
| property FeatureListModelSelection | selection |
| property color | selectionColor |
Public Properties inherited from Theme::QfPaneDrawer
| Type | Name |
|---|---|
| property bool | contentVisible When TRUE the pane is laid out at its resting size, when FALSE it collapses to zero. |
| property string | freezeKey Key passed to mapCanvasMap freeze/unfreeze so concurrent panes does not clear each other. |
| property real | headerHeight Height of the header, used to compute the collapse threshold. |
| property bool | isDragging TRUE while the header is being dragged to resize the pane. |
| property bool | isFullscreen When TRUE the pane expands to fill the whole available area. |
| property bool | isVertical TRUE when the pane is laid out vertically (portrait or narrow), driving the drag axis and resize animation direction. |
| property real | minContentHeight Content driven minimum height the pane snaps to at rest, clamped to half the available height. |
| property bool | useDefaultMinHeight When TRUE the resting height ignores a minContentHeight and uses the default minimum. |
Public Signals
| Type | Name |
|---|---|
| signal void | editGeometry |
| signal void | requestJumpToPoint (var center, real scale, bool handleMargins) |
| signal void | showMessage (string message) |
Public Signals inherited from Theme::QfPaneDrawer
| Type | Name |
|---|---|
| signal void | collapsed Emitted when a drag releases below the minimum size without entering fullscreen. |
Public Functions
| Type | Name |
|---|---|
| void | requestCancel () |
Public Functions inherited from Theme::QfPaneDrawer
| Type | Name |
|---|---|
| void | statusIndicatorDragReleased () |
| void | statusIndicatorDragged (deltaX, deltaY) |
Public Properties Documentation
property algorithm
ProcessingAlgorithm FeatureListForm::algorithm;
property allowDelete
bool FeatureListForm::allowDelete;
property allowEdit
bool FeatureListForm::allowEdit;
property canvasOperationRequested
bool FeatureListForm::canvasOperationRequested;
property codeReader
CodeReader FeatureListForm::codeReader;
property digitizingToolbar
DigitizingToolbar FeatureListForm::digitizingToolbar;
property extentController
FeaturelistExtentController FeatureListForm::extentController;
property formOpenedFromSingleIdentify
bool FeatureListForm::formOpenedFromSingleIdentify;
Remark:
This property is read-only
property mapSettings
QgsQuickMapSettings FeatureListForm::mapSettings;
property model
MultiFeatureListModel FeatureListForm::model;
property moveFeaturesToolbar
ConfirmationToolbar FeatureListForm::moveFeaturesToolbar;
property multiSelection
bool FeatureListForm::multiSelection;
property rotateFeaturesToolbar
ConfirmationToolbar FeatureListForm::rotateFeaturesToolbar;
property selection
FeatureListModelSelection FeatureListForm::selection;
property selectionColor
color FeatureListForm::selectionColor;
Public Signals Documentation
signal editGeometry
void FeatureListForm::editGeometry;
signal requestJumpToPoint
void FeatureListForm::requestJumpToPoint;
signal showMessage
void FeatureListForm::showMessage;
Public Functions Documentation
function requestCancel
void FeatureListForm::requestCancel ()
The documentation for this class was generated from the following file src/qml/FeatureListForm.qml