Use future.onFailed() to handle exceptions of type ErrorException. See Working with QFuture for further details. void SubtypeSubtable::setAllowsEditing(bool allowsEditing) Sets allowsEditing to allowsEditing. Se
If an ExpressionPopupElement is failed to be evaluated, it will be skipped in the QList. The error can be found in the list of PopupExpressionEvaluation returned from evaluateExpressionsAsync. This function was introduced in Esri::ArcGISRuntime 100.14. See also PopupDefinition::elements and ...
// annotations/database/Constraints.java package annotations.database; import java.lang.annotation.*; @Target(ElementType.FIELD) @Retention(RetentionPolicy.RUNTIME) public @interface Constraints { boolean primaryKey() default false; boolean allowNull() default true; boolean unique() default false; } ...
Like the onFailed() handler, you may supply an onCanceled() handler to be informed if the QFuture is canceled. It can be chained along with your then() and onFailed() handlers. Use this if you need to perform some special cleanup if the task is canceled. RouteTask::createRouteResultAs...
The parameter failedToShareGroupIds is the list of groups the item could not be shared with. This function was introduced in Esri::ArcGISRuntime 100.1. [deprecated] void PortalItem::unshare() This function is deprecated. We strongly advise against using it in new code. Stops all sharing of...
(since Esri::ArcGISRuntime 200.2) void setConnectionFailed(const QString &userDefinedError, bool reconnect) (since Esri::ArcGISRuntime 200.2) void setConnectionStatusAndError(Esri::ArcGISRuntime::ConnectionStatus status, const QString &userDefinedError = "", bool reconnect = false) (since Esri...
Will retry loading the metadata if the object is failed to load. Will load the object if it is not loaded. Will not retry to load the object if the object is loaded. Will always call the done loading if this is called. [since Esri::ArcGISRuntime 200.5] QUrl IndoorPositioningDefinition...
LocationDataSourceStatus::FailedToStart 4 The data source has failed to start. This enum was introduced or modified in Esri::ArcGISRuntime 100.14. enum class LocationDisplayAutoPanMode An enumeration of the various modes that define how the map view extent reacts to location changes. The LocationD...
Use future.onFailed() to handle exceptions of type ErrorException. See Working with QFuture for further details. This function was introduced in Esri::ArcGISRuntime 200.2. [since Esri::ArcGISRuntime 200.2] QFuture<void> Geodatabase::deleteTableAsync(const QString &tableName) Deletes an ...
Use future.onFailed() to handle exceptions of type ErrorException. See Working with QFuture for further details. This function was introduced in Esri::ArcGISRuntime 200.2. void MapView::setWrapAroundMode(Esri::ArcGISRuntime::WrapAroundMode wrapAroundMode) Sets the wrapAroundMode to wrapAround...