Holds one or more KML nodes and allows the creation of nested hierarchies. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.4 |
Inherits: | |
Inherited By: | KmlDocument and KmlFolder |
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
childNodesListModel : KmlNodeListModel |
The KML container's child nodes as a list model.
This property was introduced in Esri.ArcGISRuntime 100.6.
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.
Returns a flag indicating if the KML container is partially visible (read-only).
Signal Documentation
Emitted when the childNodes property changes.
Note: The corresponding handler is onChildNodesChanged
.
Emitted when the listItemType property changes.
Note: The corresponding handler is onListItemTypeChanged
.
This signal was introduced in Esri.ArcGISRuntime 100.7.
Emitted when the open property changes.
Note: The corresponding handler is onOpenChanged
.
Emitted when the partiallyVisible property changes.
Note: The corresponding handler is onPartiallyVisibleChanged
.