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