70 DataDefinedSizeScale = 1,
71 DataDefinedRotation = 2
115 bool deleteSymbolLayer(
int index );
126 void setColor(
const QColor& color );
127 QColor color()
const;
136 QImage bigSymbolPreviewImage();
138 QString dump()
const;
142 void toSld( QDomDocument &doc, QDomElement &element,
QgsStringMap props )
const;
151 qreal
alpha()
const {
return mAlpha; }
158 QSet<QString> usedAttributes()
const;
170 bool isSymbolLayerCompatible( SymbolType t );
201 qreal
alpha()
const {
return mAlpha; }
221 double outputLineWidth(
double width )
const;
222 double outputPixelSize(
double size )
const;
254 void setAngle(
double angle );
257 void setSize(
double size );
263 void renderPoint(
const QPointF& point,
const QgsFeature* f,
QgsRenderContext& context,
int layer = -1,
bool selected =
false );
280 void setWidth(
double width );
283 void renderPolyline(
const QPolygonF& points,
const QgsFeature* f,
QgsRenderContext& context,
int layer = -1,
bool selected =
false );
299 void setAngle(
double angle );
300 void renderPolygon(
const QPolygonF& points, QList<QPolygonF>* rings,
const QgsFeature* f,
QgsRenderContext& context,
int layer = -1,
bool selected =
false );