[override virtual noexcept]
AttachmentsFormElement::~AttachmentsFormElement()
Destructor.
Esri::ArcGISRuntime::FormAttachment *AttachmentsFormElement::addAttachment(const QString &name, const QString &contentType, const QByteArray &data)Returns adds a new attachment to this AttachmentsFormElement.
Returns all the current attachments. This is empty if attachments haven't yet been fetched.
See also fetchAttachmentsAsync.
void AttachmentsFormElement::deleteAttachment(Esri::ArcGISRuntime::FormAttachment *attachment)Deletes an attachment from the Feature.
[signal]
void AttachmentsFormElement::editableChanged(bool isEditable)
Signal emitted when the editable state changes.
Fetches the attachments from the Feature and populates attachments. Attachments are not re-fetched if they have already been fetched.
This method returns a QFuture for the asynchronous operation. Use future.then() to continue processing when the operation completes. Use future.onFailed() to handle exceptions of type ErrorException.
See Working with QFuture for further details.
bool AttachmentsFormElement::isEditable() constReturns true
if the element is editable, false
otherwise.
This property can be modified by the editable expression, which can be set during Feature Form authoring.
QString AttachmentsFormElement::keyword() constReturns a string to identify the attachment(s).
When a file is attached using the form, this property sets the value of the keywords field for the attachment. When a form displays existing attachments, this property is used to query attachments with an exact match on the keywords field.
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