A helper class for SymbolStyleSearchResult to utilize fetchSymbol. More...
Header | #include <Symbol |
Since | Esri |
Inherits | Esri |
Public Functions
virtual | ~ |
Esri | fetch |
Signals
void | fetch |
Detailed Description
See also DictionarySymbolStyle, SymbolStyle, and SymbolStyleSearchParameters.
Member Function Documentation
[override virtual noexcept]
SymbolStyleSearchResultSymbolFetcher::~SymbolStyleSearchResultSymbolFetcher ()
Default Destructor.
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.
[signal]
void SymbolStyleSearchResultSymbolFetcher::fetchSymbolCompleted (const QUuid &taskId , Esri::ArcGISRuntime::Symbol *symbol)
Signal emitted when the fetchSymbol operation completes.
- taskId - The task ID of the asynchronous operation.
- symbol.
See also Returned QObjects Parenting.