Obsolete Members for SceneQuickView

QQuickItem component."> Obsolete Members for SceneQuickView | ArcGISQtCpp
  • SceneQuickView
  • The following members of class SceneQuickView 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 SceneQuickView::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 SceneQuickView::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 SceneQuickView as its parent.

    See also Returned QObjects Parenting.

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

    See also Returned QObjects Parenting.

    [signal] void SceneQuickView::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 - An IdentifyLayerResult object.

    The returned IdentifyLayerResult object has the SceneQuickView as its parent.

    See also Returned QObjects Parenting.

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

    See also Returned QObjects Parenting.

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