KmlContainer QML Type
Holds one or more KML nodes and allows the creation of nested hierarchies. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.4 |
Inherits: | |
Inherited By: | KmlDocument and KmlFolder |
- List of all members, including inherited members
- KmlContainer is part of QML Type List.
Properties
- childNodesListModel : KmlNodeListModel
- listItemType : Enums.KmlListItemType
- open : bool
- partiallyVisible : bool
Signals
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
[read-only, since Esri.ArcGISRuntime 100.6] childNodesListModel : KmlNodeListModel |
The KML container's child nodes as a list model.
This property was introduced in Esri.ArcGISRuntime 100.6.
listItemType : Enums.KmlListItemType |
Returns the container's list item type.
Controls how list items are presented (e.g. as a radio button or a checkbox). See 'listItemType' attribute of 'ListStyle' in the KML specification for more information.
This property is writable as of Esri.ArcGISRuntime 100.7.
See also Enums.KmlListItemType.
open : bool |
Returns a flag indicating if the KML container is open.
[read-only] partiallyVisible : bool |
Returns a flag indicating if the KML container is partially visible (read-only).
Signal Documentation
|
Emitted when the listItemType property changes.
Note: The corresponding handler is onListItemTypeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.7.
openChanged() |
Emitted when the open property changes.
Note: The corresponding handler is onOpenChanged
.
partiallyVisibleChanged() |
Emitted when the partiallyVisible property changes.
Note: The corresponding handler is onPartiallyVisibleChanged
.