69 DataDefinedSizeScale = 1,
70 DataDefinedRotation = 2
93 bool deleteSymbolLayer(
int index );
104 void setColor(
const QColor& color );
105 QColor color()
const;
114 QImage bigSymbolPreviewImage();
116 QString dump()
const;
120 void toSld( QDomDocument &doc, QDomElement &element,
QgsStringMap props )
const;
129 qreal
alpha()
const {
return mAlpha; }
136 QSet<QString> usedAttributes()
const;
148 bool isSymbolLayerCompatible( SymbolType t );
180 qreal
alpha()
const {
return mAlpha; }
200 double outputLineWidth(
double width )
const;
201 double outputPixelSize(
double size )
const;
233 void setAngle(
double angle );
236 void setSize(
double size );
242 void renderPoint(
const QPointF& point,
const QgsFeature* f,
QgsRenderContext& context,
int layer = -1,
bool selected =
false );
259 void setWidth(
double width );
262 void renderPolyline(
const QPolygonF& points,
const QgsFeature* f,
QgsRenderContext& context,
int layer = -1,
bool selected =
false );
278 void setAngle(
double angle );
279 void renderPolygon(
const QPolygonF& points, QList<QPolygonF>* rings,
const QgsFeature* f,
QgsRenderContext& context,
int layer = -1,
bool selected =
false );