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.
Properties
- (since Esri::ArcGISRuntime 100.6, deprecated)manualRendering : bool
Signals
| (deprecated)void | export | 
| (deprecated)void | identify | 
| (deprecated)void | identify | 
| (deprecated)void | identify | 
| (deprecated)void | identify | 
| (since Esrivoid | manual | 
| (deprecated)void | screen | 
| (since Esrivoid | set | 
| (deprecated)void | set | 
| (deprecated)void | set | 
Property Documentation
[since Esri::ArcGISRuntime 100.6, deprecated]   manualRendering  : bool
This property is deprecated. We strongly advise against using it in new code.
This property holds whether the SceneView is under manual rendering control.
Note: manual rendering is only supported on iOS and Android platforms.
This property was introduced in Esri::ArcGISRuntime 100.6.
Access functions:
| virtual void | set | 
Notifier signal:
| void | manual | 
See also isManualRendering.
Member Function Documentation
[signal, deprecated] 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.
- taskId - The task ID from the exportImage async task.
- image - The QImage image.
[signal, deprecated] 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, deprecated] 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.
- taskId - The task ID for the asynchronous operation.
- identifyResults - A list of IdentifyGraphicsOverlayResult.
The returned IdentifyGraphicsOverlayResult objects have the SceneQuickView as their parent.
See also Returned QObjects Parenting.
[signal, deprecated] 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, deprecated] 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, since Esri::ArcGISRuntime 100.6, deprecated]   void SceneQuickView::manualRenderingChanged  ()   
This function is deprecated. We strongly advise against using it in new code.
Signal emitted when manualRendering changes.
Note: Notifier signal for property manualRendering.
This function was introduced in Esri::ArcGISRuntime 100.6.
[signal, deprecated] 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, deprecated]   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.
[override virtual, since Esri::ArcGISRuntime 100.6, deprecated]   void SceneQuickView::setManualRendering  (bool manualRendering )   
This function is deprecated. We strongly advise against using it in new code.
Reimplements: SceneView::setManualRendering(bool manualRendering).
Sets whether manual rendering is enabled to manualRendering.
This is a convenience property to allow access directly from QML.
Note: Setter function for property manualRendering.
This function was introduced in Esri::ArcGISRuntime 100.6.
See also SceneView::isManualRendering.
[signal, deprecated] 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, deprecated] 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.