SymbolStyleSearchResultSymbolFetcher Class

  • SymbolStyleSearchResultSymbolFetcher
  • class Esri::ArcGISRuntime::SymbolStyleSearchResultSymbolFetcher

    A helper class for SymbolStyleSearchResult to utilize fetchSymbol. More...

    Header: #include <SymbolStyleSearchResultSymbolFetcher.h>
    Since: Esri::ArcGISRuntime 100.10
    Inherits: Esri::ArcGISRuntime::Object

    This class was introduced in Esri::ArcGISRuntime 100.10.

    Public Functions

    Esri::ArcGISRuntime::TaskWatcher fetchSymbol()

    Signals

    void fetchSymbolCompleted(QUuid taskId, Esri::ArcGISRuntime::Symbol *symbol)

    Detailed Description

    See also DictionarySymbolStyle, SymbolStyle, and SymbolStyleSearchParameters.

    Member Function Documentation

    [signal] void SymbolStyleSearchResultSymbolFetcher::fetchSymbolCompleted(QUuid taskId, Esri::ArcGISRuntime::Symbol *symbol)

    Signal emitted when the symbol operation completes.

    • taskId - The task ID of the asynchronous operation.
    • symbol.

    See also Returned QObjects Parenting.

    Esri::ArcGISRuntime::TaskWatcher SymbolStyleSearchResultSymbolFetcher::fetchSymbol()

    Asynchronously returns a symbol from the search result.

    The fetchSymbolCompleted signal emits at completion, giving access to the resulting symbol.

    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