Contains Esri::ArcGISRuntime::Toolkit classes. More...
Header: | #include <Toolkit> |
Classes
(since Esri.ArcGISRuntime 100.12) class | AuthenticationView |
(since Esri.ArcGISRuntime 100.13) class | BasemapGallery |
(since Esri.ArcGISRuntime 100.15) class | BookmarksView |
class | CoordinateConversion |
class | FloorFilter |
class | GenericListModel |
class | NorthArrow |
class | OverviewMap |
Functions
void | registerComponents(QQmlEngine &engine) |
Detailed Description
Classes
class AuthenticationView
A view for handling authentication challenges and automatically launching the appropriate UI for each type of authentication. More...
class BasemapGallery
The user interface for the BasemapGallery. The BasemapGallery displays a collection of items representing basemaps from either ArcGIS Online, a user-defined portal, or an array of Basemaps. When the user selects a basemap from the BasemapGallery, the basemap rendered in the current geoModel is removed from the given map/scene and replaced with the basemap selected in the gallery. More...
class BookmarksView
The user interface for the BookmarksView. The BookmarksView displays a collection of bookmarks in the form of viewpoints from either Webmap/Webscene or are programmatically defined. When the user selects a bookmark from the provided list, the viewpoint in the geoView is set to the new bookmark's view extent. More...
class CoordinateConversion
The user interface for the coordinate conversion tool. This tool allows a user to select a point on the map or to enter a point by text entry. The point may be highlighted by zooming into that point, or by highlighting the point on the GeoView
. A list of different coordinate formats represnenting the same point are available to the user. More...
class FloorFilter
Displays and filters the available floor aware layers in the current GeoModel
. More...
class GenericListModel
This ListModel automatically exposes a list of QObjects with properties as a list of elements where each property is mapped to a user role. More...
class NorthArrow
The NorthArrow
displays a compass overlaid on the GeoView
, with the compass heading matching the current rotation of the MapView
, or Camera
heading of the SceneView
. Double-clicking on the NorthArrow
triggers the heading of the connected GeoView
to be orientated to 0 (North). More...
class OverviewMap
Defines a small "overview" (or "inset") map displaying a representation of the current viewpoint of the given GeoView. For MapViews, the current viewpoint will be represented by a polygon displaying the visible area of the MapView. For SceneViews, the current viewpoint will be represented by a reticle (crosshairs) displaying the viewpoint center. More...
Function Documentation
void registerComponents (QQmlEngine &engine)
This registration function must be called after the QML engine has been declared, but before it is run. This sets up resources and component registration with the `QQmlEngine` and the toolkit.