16 #ifndef QGSSYMBOLSLISTWIDGET_H 17 #define QGSSYMBOLSLISTWIDGET_H 19 #include "ui_widget_symbolslist.h" 78 void setSymbolColor(
const QColor &color );
79 void setMarkerAngle(
double angle );
80 void setMarkerSize(
double size );
81 void setLineWidth(
double width );
83 void clipFeaturesToggled(
bool checked );
85 void updateDataDefinedMarkerSize();
86 void updateDataDefinedMarkerAngle();
87 void updateDataDefinedLineWidth();
94 void mSymbolUnitWidget_changed();
95 void updateAssistantSymbol();
96 void opacityChanged(
double value );
97 void createAuxiliaryField();
98 void forceRHRToggled(
bool checked );
103 std::shared_ptr< QgsSymbol > mAssistantSymbol;
105 QMenu *mAdvancedMenu =
nullptr;
106 QAction *mClipFeaturesAction =
nullptr;
107 QAction *mStandardizeRingsAction =
nullptr;
111 void updateSymbolColor();
112 void updateSymbolInfo();
119 #endif //QGSSYMBOLSLISTWIDGET_H
Abstract base class for all rendered symbols.
Map canvas is a class for displaying all GIS data types on a canvas.
double ANALYSIS_EXPORT angle(QgsPoint *p1, QgsPoint *p2, QgsPoint *p3, QgsPoint *p4)
Calculates the angle between two segments (in 2 dimension, z-values are ignored)
StyleEntity
Enum for Entities involved in a style.
virtual QgsExpressionContext createExpressionContext() const =0
This method needs to be reimplemented in all classes which implement this interface and return an exp...
Contains settings which reflect the context in which a symbol (or renderer) widget is shown...
Expression contexts are used to encapsulate the parameters around which a QgsExpression should be eva...
Abstract interface for generating an expression context.
Represents a vector layer which manages a vector based data sets.
Property
Data definable properties.