2 #ifndef QGSFILLSYMBOLLAYERV2_H
3 #define QGSFILLSYMBOLLAYERV2_H
7 #define DEFAULT_SIMPLEFILL_COLOR QColor(0,0,255)
8 #define DEFAULT_SIMPLEFILL_STYLE Qt::SolidPattern
9 #define DEFAULT_SIMPLEFILL_BORDERCOLOR QColor(0,0,0)
10 #define DEFAULT_SIMPLEFILL_BORDERSTYLE Qt::SolidLine
11 #define DEFAULT_SIMPLEFILL_BORDERWIDTH DEFAULT_LINE_WIDTH
43 Qt::BrushStyle
brushStyle()
const {
return mBrushStyle; }
50 void setBorderStyle( Qt::PenStyle borderStyle ) { mBorderStyle = borderStyle; }
55 void setOffset( QPointF offset ) { mOffset = offset; }
95 void setSvgFilePath(
const QString& svgPath );
150 void setColor(
const QColor& color );