QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include <qgscategorizedsymbolrenderer.h>
Public Member Functions | |
QgsCategorizedSymbolRenderer (const QString &attrName=QString(), const QgsCategoryList &categories=QgsCategoryList()) | |
Constructor for QgsCategorizedSymbolRenderer. | |
~QgsCategorizedSymbolRenderer () override | |
bool | accept (QgsStyleEntityVisitorInterface *visitor) const override |
Accepts the specified symbology visitor, causing it to visit all symbols associated with the renderer. | |
void | addCategory (const QgsRendererCategory &category) |
Adds a new category to the renderer. | |
QgsFeatureRenderer::Capabilities | capabilities () override |
Returns details about internals of this renderer. | |
const QgsCategoryList & | categories () const |
Returns a list of all categories recognized by the renderer. | |
int | categoryIndexForLabel (const QString &val) |
Returns the index of the category with the specified label (or -1 if the label was not found, or is not unique). | |
int | categoryIndexForValue (const QVariant &val) |
Returns the index for the category with the specified value (or -1 if not found). | |
void | checkLegendSymbolItem (const QString &key, bool state=true) override |
Sets whether the legend symbology item with the specified ley should be checked. | |
QString | classAttribute () const |
Returns the class attribute for the renderer, which is the field name or expression string from the layer which will be matched against the renderer categories. | |
QgsCategorizedSymbolRenderer * | clone () const override |
Create a deep copy of this renderer. | |
QgsDataDefinedSizeLegend * | dataDefinedSizeLegend () const |
Returns configuration of appearance of legend when using data-defined size for marker symbols. | |
void | deleteAllCategories () |
Deletes all existing categories from the renderer. | |
bool | deleteCategory (int catIndex) |
Deletes the category with the specified index from the renderer. | |
QString | dump () const override |
Returns debug information about this renderer. | |
QString | filter (const QgsFields &fields=QgsFields()) override |
If a renderer does not require all the features this method may be overridden and return an expression used as where clause. | |
bool | filterNeedsGeometry () const override |
Returns true if this renderer requires the geometry to apply the filter. | |
Qgis::FeatureRendererFlags | flags () const override |
Returns flags associated with the renderer. | |
QString | legendClassificationAttribute () const override |
If supported by the renderer, return classification attribute for the use in legend. | |
QSet< QString > | legendKeysForFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
Returns legend keys matching a specified feature. | |
QString | legendKeyToExpression (const QString &key, QgsVectorLayer *layer, bool &ok) const override |
Attempts to convert the specified legend rule key to a QGIS expression matching the features displayed using that key. | |
bool | legendSymbolItemChecked (const QString &key) override |
Returns true if the legend symbology item with the specified key is checked. | |
QgsLegendSymbolList | legendSymbolItems () const override |
Returns a list of symbology items for the legend. | |
bool | legendSymbolItemsCheckable () const override |
Returns true if symbology items in legend are checkable. | |
int | matchToSymbols (QgsStyle *style, Qgis::SymbolType type, QVariantList &unmatchedCategories, QStringList &unmatchedSymbols, bool caseSensitive=true, bool useTolerantMatch=false) |
Replaces category symbols with the symbols from a style that have a matching name and symbol type. | |
void | moveCategory (int from, int to) |
Moves an existing category at index position from to index position to. | |
QgsSymbol * | originalSymbolForFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
Returns symbol for feature. | |
QDomElement | save (QDomDocument &doc, const QgsReadWriteContext &context) override |
Stores renderer properties to an XML element. | |
void | setClassAttribute (const QString &attr) |
Sets the class attribute for the renderer, which is the field name or expression string from the layer which will be matched against the renderer categories. | |
void | setDataDefinedSizeLegend (QgsDataDefinedSizeLegend *settings) |
Configures appearance of legend when renderer is configured to use data-defined size for marker symbols. | |
void | setLegendSymbolItem (const QString &key, QgsSymbol *symbol) override |
Sets the symbol to be used for a legend symbol item. | |
void | setSourceColorRamp (QgsColorRamp *ramp) |
Sets the source color ramp. | |
void | setSourceSymbol (QgsSymbol *sym) |
Sets the source symbol for the renderer, which is the base symbol used for the each categories' symbol before applying the categories' color. | |
void | sortByLabel (Qt::SortOrder order=Qt::AscendingOrder) |
Sorts the existing categories by their label. | |
void | sortByValue (Qt::SortOrder order=Qt::AscendingOrder) |
Sorts the existing categories by their value. | |
QgsColorRamp * | sourceColorRamp () |
Returns the source color ramp, from which each categories' color is derived. | |
const QgsColorRamp * | sourceColorRamp () const |
Returns the source color ramp, from which each categories' color is derived. | |
QgsSymbol * | sourceSymbol () |
Returns the renderer's source symbol, which is the base symbol used for the each categories' symbol before applying the categories' color. | |
const QgsSymbol * | sourceSymbol () const |
Returns the renderer's source symbol, which is the base symbol used for the each categories' symbol before applying the categories' color. | |
void | startRender (QgsRenderContext &context, const QgsFields &fields) override |
Must be called when a new render cycle is started. | |
void | stopRender (QgsRenderContext &context) override |
Must be called when a render cycle has finished, to allow the renderer to clean up. | |
QgsSymbol * | symbolForFeature (const QgsFeature &feature, QgsRenderContext &context) const override |
To be overridden. | |
QgsSymbolList | symbols (QgsRenderContext &context) const override |
Returns list of symbols used by the renderer. | |
void | toSld (QDomDocument &doc, QDomElement &element, const QVariantMap &props=QVariantMap()) const override |
used from subclasses to create SLD Rule elements following SLD v1.1 specs | |
bool | updateCategoryLabel (int catIndex, const QString &label) |
Changes the label for the category with the specified index. | |
bool | updateCategoryRenderState (int catIndex, bool render) |
Changes the render state for the category with the specified index. | |
bool | updateCategorySymbol (int catIndex, QgsSymbol *symbol) |
Changes the symbol for the category with the specified index. | |
bool | updateCategoryValue (int catIndex, const QVariant &value) |
Changes the value for the category with the specified index. | |
void | updateColorRamp (QgsColorRamp *ramp) |
Update the color ramp used and all symbols colors. | |
void | updateSymbols (QgsSymbol *sym) |
Update all the symbols but leave categories and colors. | |
QSet< QString > | usedAttributes (const QgsRenderContext &context) const override |
Returns a list of attributes required by this renderer. | |
Public Member Functions inherited from QgsFeatureRenderer | |
virtual | ~QgsFeatureRenderer () |
virtual bool | canSkipRender () |
Returns true if the renderer can be entirely skipped, i.e. | |
void | copyRendererData (QgsFeatureRenderer *destRenderer) const |
Clones generic renderer data to another renderer. | |
virtual QList< QgsLayerTreeModelLegendNode * > | createLegendNodes (QgsLayerTreeLayer *nodeLayer) const |
Returns a list of legend nodes to be used for the legend for the renderer. | |
QgsPropertyCollection & | dataDefinedProperties () |
Returns a reference to the renderer's property collection, used for data defined overrides. | |
const QgsPropertyCollection & | dataDefinedProperties () const |
Returns a reference to the renderer's property collection, used for data defined overrides. | |
virtual const QgsFeatureRenderer * | embeddedRenderer () const |
Returns the current embedded renderer (subrenderer) for this feature renderer. | |
bool | forceRasterRender () const |
Returns whether the renderer must render as a raster. | |
QSet< QString > | legendKeys () const |
Returns the set of all legend keys used by the renderer. | |
virtual void | modifyRequestExtent (QgsRectangle &extent, QgsRenderContext &context) |
Allows for a renderer to modify the extent of a feature request prior to rendering. | |
QgsFeatureRequest::OrderBy | orderBy () const |
Gets the order in which features shall be processed by this renderer. | |
bool | orderByEnabled () const |
Returns whether custom ordering will be applied before features are processed by this renderer. | |
virtual QgsSymbolList | originalSymbolsForFeature (const QgsFeature &feature, QgsRenderContext &context) const |
Equivalent of originalSymbolsForFeature() call extended to support renderers that may use more symbols per feature - similar to symbolsForFeature() | |
QgsPaintEffect * | paintEffect () const |
Returns the current paint effect for the renderer. | |
double | referenceScale () const |
Returns the symbology reference scale. | |
virtual bool | renderFeature (const QgsFeature &feature, QgsRenderContext &context, int layer=-1, bool selected=false, bool drawVertexMarker=false) |
Render a feature using this renderer in the given context. | |
void | setDataDefinedProperties (const QgsPropertyCollection &collection) |
Sets the renderer's property collection, used for data defined overrides. | |
void | setDataDefinedProperty (Property key, const QgsProperty &property) |
Sets a data defined property for the renderer. | |
virtual void | setEmbeddedRenderer (QgsFeatureRenderer *subRenderer) |
Sets an embedded renderer (subrenderer) for this feature renderer. | |
void | setForceRasterRender (bool forceRaster) |
Sets whether the renderer should be rendered to a raster destination. | |
void | setOrderBy (const QgsFeatureRequest::OrderBy &orderBy) |
Define the order in which features shall be processed by this renderer. | |
void | setOrderByEnabled (bool enabled) |
Sets whether custom ordering should be applied before features are processed by this renderer. | |
void | setPaintEffect (QgsPaintEffect *effect) |
Sets the current paint effect for the renderer. | |
void | setReferenceScale (double scale) |
Sets the symbology reference scale. | |
void | setUsingSymbolLevels (bool usingSymbolLevels) |
void | setVertexMarkerAppearance (Qgis::VertexMarkerType type, double size) |
Sets type and size of editing vertex markers for subsequent rendering. | |
virtual QgsSymbolList | symbolsForFeature (const QgsFeature &feature, QgsRenderContext &context) const |
Returns list of symbols used for rendering the feature. | |
QString | type () const |
virtual bool | usesEmbeddedSymbols () const |
Returns true if the renderer uses embedded symbols for features. | |
bool | usingSymbolLevels () const |
virtual bool | willRenderFeature (const QgsFeature &feature, QgsRenderContext &context) const |
Returns whether the renderer will render a feature or not. | |
virtual QDomElement | writeSld (QDomDocument &doc, const QString &styleName, const QVariantMap &props=QVariantMap()) const |
create the SLD UserStyle element following the SLD v1.1 specs with the given name | |
Static Public Member Functions | |
static QgsCategorizedSymbolRenderer * | convertFromRenderer (const QgsFeatureRenderer *renderer, QgsVectorLayer *layer=nullptr) |
Creates a new QgsCategorizedSymbolRenderer from an existing renderer. | |
static QgsFeatureRenderer * | create (QDomElement &element, const QgsReadWriteContext &context) |
Creates a categorized renderer from an XML element. | |
static QgsCategoryList | createCategories (const QVariantList &values, const QgsSymbol *symbol, QgsVectorLayer *layer=nullptr, const QString &fieldName=QString()) |
Create categories for a list of values. | |
static QString | displayString (const QVariant &value, int precision=-1) |
Returns a localized representation of value with the given precision, if precision is -1 then precision is guessed from the default QVariant::toString output. | |
Static Public Member Functions inherited from QgsFeatureRenderer | |
static QgsFeatureRenderer * | defaultRenderer (Qgis::GeometryType geomType) |
Returns a new renderer - used by default in vector layers. | |
static QgsFeatureRenderer * | load (QDomElement &symbologyElem, const QgsReadWriteContext &context) |
create a renderer from XML element | |
static QgsFeatureRenderer * | loadSld (const QDomNode &node, Qgis::GeometryType geomType, QString &errorMessage) |
Create a new renderer according to the information contained in the UserStyle element of a SLD style document. | |
static const QgsPropertiesDefinition & | propertyDefinitions () |
Returns the symbol property definitions. | |
Protected Member Functions | |
void | rebuildHash () |
Q_DECL_DEPRECATED QgsSymbol * | skipRender () |
Q_DECL_DEPRECATED QgsSymbol * | symbolForValue (const QVariant &value) const |
Returns the matching symbol corresponding to an attribute value. | |
QgsSymbol * | symbolForValue (const QVariant &value, bool &foundMatchingSymbol) const |
Returns the matching symbol corresponding to an attribute value. | |
Protected Member Functions inherited from QgsFeatureRenderer | |
QgsFeatureRenderer (const QString &type) | |
void | renderFeatureWithSymbol (const QgsFeature &feature, QgsSymbol *symbol, QgsRenderContext &context, int layer, bool selected, bool drawVertexMarker) |
Render the feature with the symbol using context. | |
void | renderVertexMarker (QPointF pt, QgsRenderContext &context) |
render editing vertex marker at specified point | |
void | renderVertexMarkerPolygon (QPolygonF &pts, QList< QPolygonF > *rings, QgsRenderContext &context) |
render editing vertex marker for a polygon | |
void | renderVertexMarkerPolyline (QPolygonF &pts, QgsRenderContext &context) |
render editing vertex marker for a polyline | |
void | saveRendererData (QDomDocument &doc, QDomElement &element, const QgsReadWriteContext &context) |
Saves generic renderer data into the specified element. | |
Protected Attributes | |
QString | mAttrName |
int | mAttrNum = -1 |
attribute index (derived from attribute name in startRender) | |
QgsCategoryList | mCategories |
bool | mCounting = false |
std::unique_ptr< QgsDataDefinedSizeLegend > | mDataDefinedSizeLegend |
std::unique_ptr< QgsExpression > | mExpression |
std::unique_ptr< QgsColorRamp > | mSourceColorRamp |
std::unique_ptr< QgsSymbol > | mSourceSymbol |
QHash< QString, QgsSymbol * > | mSymbolHash |
hashtable for faster access to symbols | |
Protected Attributes inherited from QgsFeatureRenderer | |
double | mCurrentVertexMarkerSize = 2 |
The current size of editing marker. | |
Qgis::VertexMarkerType | mCurrentVertexMarkerType = Qgis::VertexMarkerType::Cross |
The current type of editing marker. | |
bool | mForceRaster = false |
QgsFeatureRequest::OrderBy | mOrderBy |
bool | mOrderByEnabled = false |
QgsPaintEffect * | mPaintEffect = nullptr |
double | mReferenceScale = -1.0 |
QString | mType |
bool | mUsingSymbolLevels = false |
Additional Inherited Members | |
Public Types inherited from QgsFeatureRenderer | |
typedef QFlags< Capability > | Capabilities |
enum | Capability { SymbolLevels = 1 , MoreSymbolsPerFeature = 1 << 2 , Filter = 1 << 3 , ScaleDependent = 1 << 4 } |
Used to specify details about a renderer. More... | |
enum class | Property : int { HeatmapRadius , HeatmapMaximum } |
Data definable properties for renderers. More... | |
Static Protected Member Functions inherited from QgsFeatureRenderer | |
static QPointF | _getPoint (QgsRenderContext &context, const QgsPoint &point) |
Creates a point in screen coordinates from a wkb string in map coordinates. | |
static void | convertSymbolRotation (QgsSymbol *symbol, const QString &field) |
static void | convertSymbolSizeScale (QgsSymbol *symbol, Qgis::ScaleMethod method, const QString &field) |
Definition at line 163 of file qgscategorizedsymbolrenderer.h.
QgsCategorizedSymbolRenderer::QgsCategorizedSymbolRenderer | ( | const QString & | attrName = QString() , |
const QgsCategoryList & | categories = QgsCategoryList() |
||
) |
Constructor for QgsCategorizedSymbolRenderer.
The attrName argument specifies the layer's field name, or expression, which the categories will be matched against.
A list of renderer categories can optionally be specified. If no categories are specified in the constructor, they can be added later by calling addCategory().
Definition at line 206 of file qgscategorizedsymbolrenderer.cpp.
|
overridedefault |
|
overridevirtual |
Accepts the specified symbology visitor, causing it to visit all symbols associated with the renderer.
Returns true
if the visitor should continue visiting other objects, or false
if visiting should be canceled.
Reimplemented from QgsFeatureRenderer.
Definition at line 690 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::addCategory | ( | const QgsRendererCategory & | category | ) |
Adds a new category to the renderer.
Definition at line 397 of file qgscategorizedsymbolrenderer.cpp.
|
inlineoverridevirtual |
Returns details about internals of this renderer.
E.g. if you only want to deal with visible features:
Reimplemented from QgsFeatureRenderer.
Definition at line 188 of file qgscategorizedsymbolrenderer.h.
|
inline |
Returns a list of all categories recognized by the renderer.
Definition at line 204 of file qgscategorizedsymbolrenderer.h.
int QgsCategorizedSymbolRenderer::categoryIndexForLabel | ( | const QString & | val | ) |
Returns the index of the category with the specified label (or -1 if the label was not found, or is not unique).
Definition at line 349 of file qgscategorizedsymbolrenderer.cpp.
int QgsCategorizedSymbolRenderer::categoryIndexForValue | ( | const QVariant & | val | ) |
Returns the index for the category with the specified value (or -1 if not found).
Definition at line 339 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Sets whether the legend symbology item with the specified ley should be checked.
Reimplemented from QgsFeatureRenderer.
Definition at line 1367 of file qgscategorizedsymbolrenderer.cpp.
|
inline |
Returns the class attribute for the renderer, which is the field name or expression string from the layer which will be matched against the renderer categories.
Definition at line 310 of file qgscategorizedsymbolrenderer.h.
|
overridevirtual |
Create a deep copy of this renderer.
Should be implemented by all subclasses and generate a proper subclass.
Implements QgsFeatureRenderer.
Definition at line 552 of file qgscategorizedsymbolrenderer.cpp.
|
static |
Creates a new QgsCategorizedSymbolRenderer from an existing renderer.
Since QGIS 3.20, the optional layer parameter is required for conversions of some renderer types.
nullptr
. Definition at line 1379 of file qgscategorizedsymbolrenderer.cpp.
|
static |
Creates a categorized renderer from an XML element.
Definition at line 709 of file qgscategorizedsymbolrenderer.cpp.
|
static |
Create categories for a list of values.
The returned symbols in the category list will be a modification of symbol.
If layer and fieldName are specified it will try to find nicer values to represent the description for the categories based on the respective field configuration.
Definition at line 1522 of file qgscategorizedsymbolrenderer.cpp.
QgsDataDefinedSizeLegend * QgsCategorizedSymbolRenderer::dataDefinedSizeLegend | ( | ) | const |
Returns configuration of appearance of legend when using data-defined size for marker symbols.
Will return nullptr
if the functionality is disabled.
Definition at line 1455 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::deleteAllCategories | ( | ) |
Deletes all existing categories from the renderer.
Definition at line 417 of file qgscategorizedsymbolrenderer.cpp.
bool QgsCategorizedSymbolRenderer::deleteCategory | ( | int | catIndex | ) |
Deletes the category with the specified index from the renderer.
Definition at line 408 of file qgscategorizedsymbolrenderer.cpp.
|
static |
Returns a localized representation of value with the given precision, if precision is -1 then precision is guessed from the default QVariant::toString output.
Definition at line 1003 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns debug information about this renderer.
Reimplemented from QgsFeatureRenderer.
Definition at line 544 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
If a renderer does not require all the features this method may be overridden and return an expression used as where clause.
This will be called once after startRender() and before the first call to renderFeature(). By default this returns a null string and all features will be requested. You do not need to specify the extent in here, this is taken care of separately and will be combined with a filter returned from this method.
Reimplemented from QgsFeatureRenderer.
Definition at line 579 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns true
if this renderer requires the geometry to apply the filter.
Reimplemented from QgsFeatureRenderer.
Definition at line 531 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns flags associated with the renderer.
Reimplemented from QgsFeatureRenderer.
Definition at line 223 of file qgscategorizedsymbolrenderer.cpp.
|
inlineoverridevirtual |
If supported by the renderer, return classification attribute for the use in legend.
Reimplemented from QgsFeatureRenderer.
Definition at line 390 of file qgscategorizedsymbolrenderer.h.
|
overridevirtual |
Returns legend keys matching a specified feature.
Reimplemented from QgsFeatureRenderer.
Definition at line 1163 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Attempts to convert the specified legend rule key to a QGIS expression matching the features displayed using that key.
key | legend key |
layer | associated vector layer |
ok | will be set to true if legend key was successfully converted to a filter expression |
Reimplemented from QgsFeatureRenderer.
Definition at line 1209 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns true
if the legend symbology item with the specified key is checked.
Reimplemented from QgsFeatureRenderer.
Definition at line 1335 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns a list of symbology items for the legend.
Reimplemented from QgsFeatureRenderer.
Definition at line 1123 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns true
if symbology items in legend are checkable.
Reimplemented from QgsFeatureRenderer.
Definition at line 1330 of file qgscategorizedsymbolrenderer.cpp.
int QgsCategorizedSymbolRenderer::matchToSymbols | ( | QgsStyle * | style, |
Qgis::SymbolType | type, | ||
QVariantList & | unmatchedCategories, | ||
QStringList & | unmatchedSymbols, | ||
bool | caseSensitive = true , |
||
bool | useTolerantMatch = false |
||
) |
Replaces category symbols with the symbols from a style that have a matching name and symbol type.
The unmatchedCategories list will be filled with all existing categories which could not be matched to a symbol in style.
The unmatchedSymbols list will be filled with all symbol names from style which were not matched to an existing category.
If caseSensitive is false
, then a case-insensitive match will be performed. If useTolerantMatch is true
, then non-alphanumeric characters in style and category names will be ignored during the match.
Returns the count of symbols matched.
Definition at line 1460 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::moveCategory | ( | int | from, |
int | to | ||
) |
Moves an existing category at index position from to index position to.
Definition at line 422 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns symbol for feature.
The difference compared to symbolForFeature() is that it returns original symbol which can be used as an identifier for renderer's rule - the former may return a temporary replacement of a symbol for use in rendering.
Reimplemented from QgsFeatureRenderer.
Definition at line 321 of file qgscategorizedsymbolrenderer.cpp.
|
protected |
Definition at line 241 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Stores renderer properties to an XML element.
Subclasses which override this method should call saveRendererData() as part of their implementation in order to store all common base class properties in the returned DOM element.
Reimplemented from QgsFeatureRenderer.
Definition at line 872 of file qgscategorizedsymbolrenderer.cpp.
|
inline |
Sets the class attribute for the renderer, which is the field name or expression string from the layer which will be matched against the renderer categories.
Definition at line 319 of file qgscategorizedsymbolrenderer.h.
void QgsCategorizedSymbolRenderer::setDataDefinedSizeLegend | ( | QgsDataDefinedSizeLegend * | settings | ) |
Configures appearance of legend when renderer is configured to use data-defined size for marker symbols.
This allows configuring for which values (symbol sizes) should be shown in the legend, whether to display different symbol sizes collapsed in one legend node or separated across multiple legend nodes etc.
When renderer does not use data-defined size or does not use marker symbols, these settings will be ignored. Takes ownership of the passed settings objects. nullptr
is a valid input that disables data-defined size legend.
Definition at line 1450 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Sets the symbol to be used for a legend symbol item.
key | rule key for legend symbol |
symbol | new symbol for legend item. Ownership is transferred to renderer. |
Reimplemented from QgsFeatureRenderer.
Definition at line 1348 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::setSourceColorRamp | ( | QgsColorRamp * | ramp | ) |
Sets the source color ramp.
ramp | color ramp. Ownership is transferred to the renderer |
Definition at line 1290 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::setSourceSymbol | ( | QgsSymbol * | sym | ) |
Sets the source symbol for the renderer, which is the base symbol used for the each categories' symbol before applying the categories' color.
sym | source symbol, ownership is transferred to the renderer |
Definition at line 1275 of file qgscategorizedsymbolrenderer.cpp.
|
protected |
Definition at line 263 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::sortByLabel | ( | Qt::SortOrder | order = Qt::AscendingOrder | ) |
Sorts the existing categories by their label.
Definition at line 459 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::sortByValue | ( | Qt::SortOrder | order = Qt::AscendingOrder | ) |
Sorts the existing categories by their value.
Definition at line 437 of file qgscategorizedsymbolrenderer.cpp.
QgsColorRamp * QgsCategorizedSymbolRenderer::sourceColorRamp | ( | ) |
Returns the source color ramp, from which each categories' color is derived.
Definition at line 1280 of file qgscategorizedsymbolrenderer.cpp.
const QgsColorRamp * QgsCategorizedSymbolRenderer::sourceColorRamp | ( | ) | const |
Returns the source color ramp, from which each categories' color is derived.
Definition at line 1285 of file qgscategorizedsymbolrenderer.cpp.
QgsSymbol * QgsCategorizedSymbolRenderer::sourceSymbol | ( | ) |
Returns the renderer's source symbol, which is the base symbol used for the each categories' symbol before applying the categories' color.
Definition at line 1265 of file qgscategorizedsymbolrenderer.cpp.
const QgsSymbol * QgsCategorizedSymbolRenderer::sourceSymbol | ( | ) | const |
Returns the renderer's source symbol, which is the base symbol used for the each categories' symbol before applying the categories' color.
Definition at line 1270 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Must be called when a new render cycle is started.
A call to startRender() must always be followed by a corresponding call to stopRender() after all features have been rendered.
context | Additional information passed to the renderer about the job which will be rendered |
fields | The fields available for rendering |
Reimplemented from QgsFeatureRenderer.
Definition at line 471 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Must be called when a render cycle has finished, to allow the renderer to clean up.
Calls to stopRender() must always be preceded by a call to startRender().
Reimplemented from QgsFeatureRenderer.
Definition at line 494 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
To be overridden.
Must be called between startRender() and stopRender() calls.
feature | feature |
context | render context |
Implements QgsFeatureRenderer.
Definition at line 298 of file qgscategorizedsymbolrenderer.cpp.
|
protected |
Returns the matching symbol corresponding to an attribute value.
Definition at line 268 of file qgscategorizedsymbolrenderer.cpp.
|
protected |
Returns the matching symbol corresponding to an attribute value.
Will return nullptr
if no matching symbol was found for value, or if the category corresponding to value is currently disabled (see QgsRendererCategory::renderState()).
If foundMatchingSymbol is specified then it will be set to true
if a matching category was found. This can be used to differentiate between nullptr
returned as a result of no matching category vs NULLPTR as a result of disabled categories.
Definition at line 274 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns list of symbols used by the renderer.
context | render context |
Reimplemented from QgsFeatureRenderer.
Definition at line 678 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
used from subclasses to create SLD Rule elements following SLD v1.1 specs
Reimplemented from QgsFeatureRenderer.
Definition at line 567 of file qgscategorizedsymbolrenderer.cpp.
bool QgsCategorizedSymbolRenderer::updateCategoryLabel | ( | int | catIndex, |
const QString & | label | ||
) |
Changes the label for the category with the specified index.
A category's label is used to represent the category within legends and the layer tree.
Definition at line 381 of file qgscategorizedsymbolrenderer.cpp.
bool QgsCategorizedSymbolRenderer::updateCategoryRenderState | ( | int | catIndex, |
bool | render | ||
) |
Changes the render state for the category with the specified index.
The render state indicates whether or not the category will be rendered, and is reflected in whether the category is checked with the project's layer tree.
Definition at line 389 of file qgscategorizedsymbolrenderer.cpp.
bool QgsCategorizedSymbolRenderer::updateCategorySymbol | ( | int | catIndex, |
QgsSymbol * | symbol | ||
) |
Changes the symbol for the category with the specified index.
Ownership of symbol is transferred to the renderer.
Definition at line 373 of file qgscategorizedsymbolrenderer.cpp.
bool QgsCategorizedSymbolRenderer::updateCategoryValue | ( | int | catIndex, |
const QVariant & | value | ||
) |
Changes the value for the category with the specified index.
If value is a list, then the category will match any of the values from this list.
Definition at line 365 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::updateColorRamp | ( | QgsColorRamp * | ramp | ) |
Update the color ramp used and all symbols colors.
ramp | color ramp. Ownership is transferred to the renderer |
Definition at line 1295 of file qgscategorizedsymbolrenderer.cpp.
void QgsCategorizedSymbolRenderer::updateSymbols | ( | QgsSymbol * | sym | ) |
Update all the symbols but leave categories and colors.
This method also sets the source symbol for the renderer.
sym | source symbol to use for categories. Ownership is not transferred. |
Definition at line 1317 of file qgscategorizedsymbolrenderer.cpp.
|
overridevirtual |
Returns a list of attributes required by this renderer.
Attributes not listed in here may not have been requested from the provider at rendering time.
Implements QgsFeatureRenderer.
Definition at line 505 of file qgscategorizedsymbolrenderer.cpp.
|
protected |
Definition at line 464 of file qgscategorizedsymbolrenderer.h.
|
protected |
attribute index (derived from attribute name in startRender)
Definition at line 473 of file qgscategorizedsymbolrenderer.h.
|
protected |
Definition at line 465 of file qgscategorizedsymbolrenderer.h.
|
protected |
Definition at line 477 of file qgscategorizedsymbolrenderer.h.
|
protected |
Definition at line 470 of file qgscategorizedsymbolrenderer.h.
|
protected |
Definition at line 468 of file qgscategorizedsymbolrenderer.h.
|
protected |
Definition at line 467 of file qgscategorizedsymbolrenderer.h.
|
protected |
Definition at line 466 of file qgscategorizedsymbolrenderer.h.
|
protected |
hashtable for faster access to symbols
Definition at line 476 of file qgscategorizedsymbolrenderer.h.