Defines a set of symbols that make up a single symbol. More...
| Header | #include <Composite |
| Since | Esri |
| Inherits | Esri |
Public Functions
| Composite | |
| Composite | |
| virtual | ~ |
| Esri | symbols() const |
Detailed Description
A composite symbol contains a collection of symbols that can be used to compose a more complex symbol.
Member Function Documentation
[explicit] CompositeSymbol::CompositeSymbol (QObject *parent = nullptr)
Default constructor that creates a composite symbol with an optional parent.
- parent - The optional parent QObject.
[explicit] CompositeSymbol::CompositeSymbol (const QList<Esri::ArcGISRuntime::Symbol *> &symbols, QObject *parent = nullptr)
Constructs a composite symbol using a collection of symbols, and an optional parent.
- symbols - Collection of symbols.
- parent - The optional parent QObject.
[override virtual noexcept] CompositeSymbol::~CompositeSymbol ()
Destructor.
Esri::ArcGISRuntime::SymbolListModel *CompositeSymbol::symbols() const
Gets the collection of symbols contained in the composite symbol as a SymbolListModel.