AttachmentsPopupElement Class

  • AttachmentsPopupElement
  • class Esri::ArcGISRuntime::AttachmentsPopupElement

    Represents a pop-up element of type attachments that is displayed in a pop-up for a geoelement. More...

    Header: #include <AttachmentsPopupElement>
    Since: Esri::ArcGISRuntime 100.14
    Inherits: Esri::ArcGISRuntime::PopupElement

    This class was introduced in Esri::ArcGISRuntime 100.14.

    Public Functions

    AttachmentsPopupElement(Esri::ArcGISRuntime::PopupAttachmentsDisplayType displayType, QObject *parent = nullptr)
    virtual ~AttachmentsPopupElement() override
    QString description() const
    Esri::ArcGISRuntime::PopupAttachmentsDisplayType displayType() const
    void setDescription(const QString &description)
    void setDisplayType(Esri::ArcGISRuntime::PopupAttachmentsDisplayType displayType)
    void setTitle(const QString &title)
    QString title() const

    Detailed Description

    See also PopupElementType and PopupElement.

    Member Function Documentation

    AttachmentsPopupElement::AttachmentsPopupElement(Esri::ArcGISRuntime::PopupAttachmentsDisplayType displayType, QObject *parent = nullptr)

    Creates a new attachments pop-up element with the given PopupAttachmentsDisplayType.

    • displayType - Indicates how to display the attachments.
    • parent - The optional parent QObject.

    [override virtual] AttachmentsPopupElement::~AttachmentsPopupElement()

    Destructor.

    QString AttachmentsPopupElement::description() const

    Returns an optional string value describing the element in detail.

    See also setDescription().

    Esri::ArcGISRuntime::PopupAttachmentsDisplayType AttachmentsPopupElement::displayType() const

    Returns how to display the attachments. If `list` is specified, attachments show as links. If `preview` is specified, attachments expand to the width of the pop-up. Setting the value to `auto` allows applications to choose the most suitable default experience for their application.

    See also setDisplayType().

    void AttachmentsPopupElement::setDescription(const QString &description)

    Sets the description to description.

    See also description.

    void AttachmentsPopupElement::setDisplayType(Esri::ArcGISRuntime::PopupAttachmentsDisplayType displayType)

    Sets the displayType to displayType.

    See also displayType.

    void AttachmentsPopupElement::setTitle(const QString &title)

    Sets the title to title.

    See also title.

    QString AttachmentsPopupElement::title() const

    Returns an optional string value indicating what the element represents.

    See also setTitle().

    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

    You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

    Your ArcGIS portal

    Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

    Your ArcGIS Location Platform dashboard

    Manage billing, monitor service usage, and access additional resources.

    Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

    Close