The base class from which most objects in the Esri::ArcGISRuntime namespace derive. More...
This class was introduced in Esri::ArcGISRuntime 100.0.
Public Functions
Signals
void | errorOccurred(Esri::ArcGISRuntime::Error error) |
Detailed Description
Member Function Documentation
Object::Object(QObject *parent = nullptr)
The constructor with an optional parent.
[signal]
void Object::errorOccurred (Esri::ArcGISRuntime::Error error)
Signal emitted when an error occurs.
- error - Details about the error.
[override virtual]
Object::~Object()
The destructor.