[explicit]
SceneGraphicsView::SceneGraphicsView(QWidget *parent = nullptr)
Default constructor that takes an optional parent.
[explicit]
SceneGraphicsView::SceneGraphicsView(Esri::ArcGISRuntime::Scene *scene, QWidget *parent = nullptr)
Constructor that takes a scene and an optional parent.
[override virtual noexcept]
SceneGraphicsView::~SceneGraphicsView()
Destructor.
[signal, since Esri::ArcGISRuntime 100.1]
void SceneGraphicsView::attributionRectChanged()
Emitted when the attribution bounding rectangle changes.
This function was introduced in Esri::ArcGISRuntime 100.1.
[signal, since Esri::ArcGISRuntime 100.1]
void SceneGraphicsView::attributionTextChanged()
Emitted when the attribution text changes.
This function was introduced in Esri::ArcGISRuntime 100.1.
[signal]
void SceneGraphicsView::drawStatusChanged(Esri::ArcGISRuntime::DrawStatus status)
Signal emitted when the DrawStatus changes.
[signal]
void SceneGraphicsView::errorOccurred(const Esri::ArcGISRuntime::Error &error)
Signal emitted when an error occurs.
[signal, since Esri::ArcGISRuntime 200.2]
void SceneGraphicsView::hoverEntered(QHoverEvent &hoverEvent)
Emitted when the cursor enters.
This function was introduced in Esri::ArcGISRuntime 200.2.
[signal, since Esri::ArcGISRuntime 200.2]
void SceneGraphicsView::hoverLeft(QHoverEvent &hoverEvent)
Emitted when the cursor leaves.
This function was introduced in Esri::ArcGISRuntime 200.2.
[signal, since Esri::ArcGISRuntime 200.2]
void SceneGraphicsView::hoverMoved(QHoverEvent &hoverEvent)
Emitted when the cursor moves.
This function was introduced in Esri::ArcGISRuntime 200.2.
[signal]
void SceneGraphicsView::keyPressed(QKeyEvent &keyEvent)
Emitted when a key pressed has been detected.
[signal]
void SceneGraphicsView::keyReleased(QKeyEvent &keyEvent)
Emitted when a key release has been detected.
[signal]
void SceneGraphicsView::layerViewStateChanged(Esri::ArcGISRuntime::Layer *layer, const Esri::ArcGISRuntime::LayerViewState &layerViewState)
Signal emitted when the LayerViewState changes.
The returned Layer object has the SceneGraphicsView as its parent.
See also Returned QObjects Parenting.
[signal]
void SceneGraphicsView::mouseClicked(QMouseEvent &mouseEvent)
Emitted when mouse is pressed and released over the same location.
[signal]
void SceneGraphicsView::mouseDoubleClicked(QMouseEvent &mouseEvent)
Emitted when a double click even is detected.
[signal]
void SceneGraphicsView::mouseMoved(QMouseEvent &mouseEvent)
Emitted when mouse is moved.
[signal]
void SceneGraphicsView::mousePressed(QMouseEvent &mouseEvent)
Emitted when mouse is pressed.
[signal]
void SceneGraphicsView::mousePressedAndHeld(QMouseEvent &mouseEvent)
Emitted when there is a long press and hold (currently 800ms) on the same point.
[signal]
void SceneGraphicsView::mouseReleased(QMouseEvent &mouseEvent)
Emitted when mouse is released.
[signal]
void SceneGraphicsView::mouseWheelChanged(QWheelEvent &wheelEvent)
Emitted when mouse wheel movement has been detected.
[signal]
void SceneGraphicsView::navigatingChanged()
Signal emitted when the view has started or completed navigating.
[signal]
void SceneGraphicsView::rectChanged(const QRectF &rect)
Emitted when the visible area changes.
[signal, since Esri::ArcGISRuntime 100.3]
void SceneGraphicsView::sceneChanged()
Emitted when the scene changes.
This function was introduced in Esri::ArcGISRuntime 100.3.
[signal]
void SceneGraphicsView::spatialReferenceChanged()
Signal emitted when the SpatialReference changed.
[signal]
void SceneGraphicsView::touched(QTouchEvent &event)
Emitted when a touch event has been detected.
Accept the event to prevent the SceneGraphicsView from performing its default gesture interaction behavior.
[signal]
void SceneGraphicsView::viewpointChanged()
Emitted when the viewpoint changes.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4