16#ifndef QGSSYMBOLSLISTWIDGET_H
17#define QGSSYMBOLSLISTWIDGET_H
19#include "ui_widget_symbolslist.h"
75 void setSymbolColor(
const QColor &color );
76 void setMarkerAngle(
double angle );
77 void setMarkerSize(
double size );
78 void setLineWidth(
double width );
80 void clipFeaturesToggled(
bool checked );
82 void updateDataDefinedMarkerSize();
83 void updateDataDefinedMarkerAngle();
84 void updateDataDefinedLineWidth();
95 void mSymbolUnitWidget_changed();
96 void updateAssistantSymbol();
97 void opacityChanged(
double value );
98 void createAuxiliaryField();
99 void createSymbolAuxiliaryField();
100 void forceRHRToggled(
bool checked );
101 void showAnimationSettings();
102 void showExtentBufferSettings();
103 void showBufferSettings();
105 void updateSymbolDataDefinedProperty();
111 std::shared_ptr<QgsSymbol> mAssistantSymbol;
113 QMenu *mAdvancedMenu =
nullptr;
114 QAction *mClipFeaturesAction =
nullptr;
115 QAction *mStandardizeRingsAction =
nullptr;
116 QAction *mBufferSettingsAction =
nullptr;
117 QAction *mAnimationSettingsAction =
nullptr;
118 QAction *mExtentBufferAction =
nullptr;
125 void updateSymbolColor();
126 void updateSymbolInfo();
Abstract interface for generating an expression context.
virtual QgsExpressionContext createExpressionContext() const =0
This method needs to be reimplemented in all classes which implement this interface and return an exp...
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
A database of saved style entities, including symbols, color ramps, text formats and others.
StyleEntity
Enum for Entities involved in a style.
Property
Data definable properties.
Contains settings which reflect the context in which a symbol (or renderer) widget is shown,...
Abstract base class for all rendered symbols.
Property
Data definable properties.
Represents a vector layer which manages a vector based dataset.