Obsolete Members for MapGraphicsView

  • MapGraphicsView
  • The following members of class MapGraphicsView are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

    Signals

    (deprecated) void exportImageCompleted(const QUuid &taskId, const QImage &image)
    (deprecated) void identifyGraphicsOverlayCompleted(const QUuid &taskId, Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult *identifyResult)
    (deprecated) void identifyGraphicsOverlaysCompleted(const QUuid &taskId, const QList<Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult *> &identifyResults)
    (deprecated) void identifyLayerCompleted(const QUuid &taskId, Esri::ArcGISRuntime::IdentifyLayerResult *identifyResult)
    (deprecated) void identifyLayersCompleted(const QUuid &taskId, const QList<Esri::ArcGISRuntime::IdentifyLayerResult *> &identifyResults)
    (deprecated) void setBookmarkCompleted(bool succeeded)
    (deprecated) void setViewpointCompleted(bool succeeded)

    Member Function Documentation

    [signal] void MapGraphicsView::exportImageCompleted(const QUuid &taskId, const QImage &image)

    This function is deprecated. We strongly advise against using it in new code.

    Signal emitted when exportImage has completed.

    • taskId - The task ID from the exportImage async task.
    • image - The QImage image.

    [signal] void MapGraphicsView::identifyGraphicsOverlayCompleted(const QUuid &taskId, Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult *identifyResult)

    This function is deprecated. We strongly advise against using it in new code.

    Emitted when an identifyGraphicsOverlay operation completes.

    • taskId - The task ID for the asynchronous operation.
    • identifyResult - The identify graphics overlay result object.

    The returned IdentifyGraphicsOverlayResult object has the MapGraphicsView as its parent.

    See also Returned QObjects Parenting.

    [signal] void MapGraphicsView::identifyGraphicsOverlaysCompleted(const QUuid &taskId, const QList<Esri::ArcGISRuntime::IdentifyGraphicsOverlayResult *> &identifyResults)

    This function is deprecated. We strongly advise against using it in new code.

    Emitted when an identifyGraphicsOverlays operation completes.

    The returned IdentifyGraphicsOverlayResult objects have the MapGraphicsView as their parent.

    See also Returned QObjects Parenting.

    [signal] void MapGraphicsView::identifyLayerCompleted(const QUuid &taskId, Esri::ArcGISRuntime::IdentifyLayerResult *identifyResult)

    This function is deprecated. We strongly advise against using it in new code.

    Emitted when an identifyLayer operation completes.

    • taskId - The task ID for the asynchronous operation.
    • identifyResult - IdentifyLayerResult object containing a list of GeoElements.

    The returned IdentifyLayerResult object has the MapGraphicsView as its parent.

    See also Returned QObjects Parenting.

    [signal] void MapGraphicsView::identifyLayersCompleted(const QUuid &taskId, const QList<Esri::ArcGISRuntime::IdentifyLayerResult *> &identifyResults)

    This function is deprecated. We strongly advise against using it in new code.

    Emitted when an identifyLayers operation completes.

    • taskId - The task ID for the asynchronous operation.
    • identifyResults - A list of IdentifyLayerResult.

    The returned IdentifyLayerResult objects have the MapGraphicsView as their parent.

    See also Returned QObjects Parenting.

    [signal, since Esri::ArcGISRuntime 100.3] void MapGraphicsView::setBookmarkCompleted(bool succeeded)

    This function is deprecated. We strongly advise against using it in new code.

    Signal emitted when a bookmark has been set.

    • succeeded - Whether the bookmark was successfully set.

    This function was introduced in Esri::ArcGISRuntime 100.3.

    [signal] void MapGraphicsView::setViewpointCompleted(bool succeeded)

    This function is deprecated. We strongly advise against using it in new code.

    Signal emitted when the viewpoint has been set.

    • succeeded - Whether the viewpoint was successfully set.

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.