Obsolete Members for SceneGraphicsView

  • SceneGraphicsView
  • The following members of class SceneGraphicsView 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 screenToLocationCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::Point &location)
    (deprecated) void setBookmarkCompleted(bool succeeded)
    (deprecated) void setViewpointCameraCompleted(bool succeeded)
    (deprecated) void setViewpointCompleted(bool succeeded)

    Member Function Documentation

    [signal] void SceneGraphicsView::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.

    [signal] void SceneGraphicsView::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 SceneGraphicsView as its parent.

    See also Returned QObjects Parenting.

    [signal] void SceneGraphicsView::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 SceneGraphicsView as their parent.

    See also Returned QObjects Parenting.

    [signal] void SceneGraphicsView::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 - The IdentifyLayerResult object containing a list of GeoElements.

    The returned IdentifyLayerResult object has the SceneGraphicsView as its parent.

    See also Returned QObjects Parenting.

    [signal] void SceneGraphicsView::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 SceneGraphicsView as their parent.

    See also Returned QObjects Parenting.

    [signal] void SceneGraphicsView::screenToLocationCompleted(const QUuid &taskId, const Esri::ArcGISRuntime::Point &location)

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

    Signal emitted when the screenToLocation operation completes.

    • taskId - The task ID from the screenToLocation async task.
    • location - The location on the scene view.

    [signal, since Esri::ArcGISRuntime 100.3] void SceneGraphicsView::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 SceneGraphicsView::setViewpointCameraCompleted(bool succeeded)

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

    Signal emitted when the viewpoint with camera has been set.

    • succeeded - Whether the viewpoint was successfully set.

    [signal] void SceneGraphicsView::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.