clone() const override | QgsSimpleLineSymbolLayerV2 | virtual |
color() const | QgsSymbolLayerV2 | inlinevirtual |
copyDataDefinedProperties(QgsSymbolLayerV2 *destLayer) const | QgsSymbolLayerV2 | protected |
create(const QgsStringMap &properties=QgsStringMap()) | QgsSimpleLineSymbolLayerV2 | static |
createFromSld(QDomElement &element) | QgsSimpleLineSymbolLayerV2 | static |
customDashPatternMapUnitScale() const | QgsSimpleLineSymbolLayerV2 | inline |
customDashPatternUnit() const | QgsSimpleLineSymbolLayerV2 | inline |
customDashVector() const | QgsSimpleLineSymbolLayerV2 | inline |
dataDefinedProperty(const QString &property) const | QgsSymbolLayerV2 | virtual |
dataDefinedPropertyString(const QString &property) const | QgsSymbolLayerV2 | virtual |
drawInsidePolygon() const | QgsSimpleLineSymbolLayerV2 | inline |
drawPreviewIcon(QgsSymbolV2RenderContext &context, QSize size) override | QgsLineSymbolLayerV2 | virtual |
dxfBrushColor(const QgsSymbolV2RenderContext &context) const | QgsSymbolLayerV2 | virtual |
dxfBrushStyle() const | QgsSymbolLayerV2 | virtual |
dxfColor(const QgsSymbolV2RenderContext &context) const override | QgsSimpleLineSymbolLayerV2 | virtual |
dxfCustomDashPattern(QgsSymbolV2::OutputUnit &unit) const override | QgsSimpleLineSymbolLayerV2 | virtual |
dxfOffset(const QgsDxfExport &e, const QgsSymbolV2RenderContext &context) const override | QgsSimpleLineSymbolLayerV2 | virtual |
dxfPenStyle() const override | QgsSimpleLineSymbolLayerV2 | virtual |
dxfWidth(const QgsDxfExport &e, const QgsSymbolV2RenderContext &context) const override | QgsSimpleLineSymbolLayerV2 | virtual |
estimateMaxBleed() const override | QgsSimpleLineSymbolLayerV2 | virtual |
expression(const QString &property) const | QgsSymbolLayerV2 | protectedvirtual |
fillColor() const | QgsSymbolLayerV2 | inlinevirtual |
hasDataDefinedProperties() const | QgsSymbolLayerV2 | inline |
isLocked() const | QgsSymbolLayerV2 | inline |
layerType() const override | QgsSimpleLineSymbolLayerV2 | virtual |
mapUnitScale() const override | QgsSimpleLineSymbolLayerV2 | virtual |
mColor | QgsSymbolLayerV2 | protected |
mCustomDashPatternMapUnitScale | QgsSimpleLineSymbolLayerV2 | protected |
mCustomDashPatternUnit | QgsSimpleLineSymbolLayerV2 | protected |
mCustomDashVector | QgsSimpleLineSymbolLayerV2 | protected |
mDataDefinedProperties | QgsSymbolLayerV2 | protected |
mDrawInsidePolygon | QgsSimpleLineSymbolLayerV2 | protected |
mLocked | QgsSymbolLayerV2 | protected |
mOffset | QgsLineSymbolLayerV2 | protected |
mOffsetMapUnitScale | QgsLineSymbolLayerV2 | protected |
mOffsetUnit | QgsLineSymbolLayerV2 | protected |
mPen | QgsSimpleLineSymbolLayerV2 | protected |
mPenCapStyle | QgsSimpleLineSymbolLayerV2 | protected |
mPenJoinStyle | QgsSimpleLineSymbolLayerV2 | protected |
mPenStyle | QgsSimpleLineSymbolLayerV2 | protected |
mRenderingPass | QgsSymbolLayerV2 | protected |
mSelPen | QgsSimpleLineSymbolLayerV2 | protected |
mType | QgsSymbolLayerV2 | protected |
mUseCustomDashPattern | QgsSimpleLineSymbolLayerV2 | protected |
mWidth | QgsLineSymbolLayerV2 | protected |
mWidthMapUnitScale | QgsLineSymbolLayerV2 | protected |
mWidthUnit | QgsLineSymbolLayerV2 | protected |
offset() const | QgsLineSymbolLayerV2 | inline |
offsetMapUnitScale() const | QgsLineSymbolLayerV2 | inline |
offsetUnit() const | QgsLineSymbolLayerV2 | inline |
ogrFeatureStyle(double mmScaleFactor, double mapUnitScaleFactor) const override | QgsSimpleLineSymbolLayerV2 | virtual |
outlineColor() const | QgsSymbolLayerV2 | inlinevirtual |
outputUnit() const override | QgsSimpleLineSymbolLayerV2 | virtual |
penCapStyle() const | QgsSimpleLineSymbolLayerV2 | inline |
penJoinStyle() const | QgsSimpleLineSymbolLayerV2 | inline |
penStyle() const | QgsSimpleLineSymbolLayerV2 | inline |
prepareExpressions(const QgsFields *fields, double scale=-1.0) | QgsSymbolLayerV2 | protectedvirtual |
properties() const override | QgsSimpleLineSymbolLayerV2 | virtual |
QgsLineSymbolLayerV2(bool locked=false) | QgsLineSymbolLayerV2 | protected |
QgsSimpleLineSymbolLayerV2(QColor color=DEFAULT_SIMPLELINE_COLOR, double width=DEFAULT_SIMPLELINE_WIDTH, Qt::PenStyle penStyle=DEFAULT_SIMPLELINE_PENSTYLE) | QgsSimpleLineSymbolLayerV2 | |
QgsSymbolLayerV2(QgsSymbolV2::SymbolType type, bool locked=false) | QgsSymbolLayerV2 | inlineprotected |
removeDataDefinedProperties() | QgsSymbolLayerV2 | virtual |
removeDataDefinedProperty(const QString &property) | QgsSymbolLayerV2 | virtual |
renderingPass() const | QgsSymbolLayerV2 | inline |
renderPolygonOutline(const QPolygonF &points, QList< QPolygonF > *rings, QgsSymbolV2RenderContext &context) override | QgsSimpleLineSymbolLayerV2 | virtual |
renderPolyline(const QPolygonF &points, QgsSymbolV2RenderContext &context) override | QgsSimpleLineSymbolLayerV2 | virtual |
saveDataDefinedProperties(QgsStringMap &stringMap) const | QgsSymbolLayerV2 | protected |
selectFillBorder | QgsSymbolLayerV2 | protectedstatic |
selectFillStyle | QgsSymbolLayerV2 | protectedstatic |
selectionIsOpaque | QgsSymbolLayerV2 | protectedstatic |
setColor(const QColor &color) | QgsSymbolLayerV2 | inlinevirtual |
setCustomDashPatternMapUnitScale(const QgsMapUnitScale &scale) | QgsSimpleLineSymbolLayerV2 | inline |
setCustomDashPatternUnit(QgsSymbolV2::OutputUnit unit) | QgsSimpleLineSymbolLayerV2 | inline |
setCustomDashVector(const QVector< qreal > &vector) | QgsSimpleLineSymbolLayerV2 | inline |
setDataDefinedProperty(const QString &property, const QString &expressionString) | QgsSymbolLayerV2 | virtual |
setDrawInsidePolygon(bool drawInsidePolygon) | QgsSimpleLineSymbolLayerV2 | inline |
setFillColor(const QColor &color) | QgsSymbolLayerV2 | inlinevirtual |
setLocked(bool locked) | QgsSymbolLayerV2 | inline |
setMapUnitScale(const QgsMapUnitScale &scale) override | QgsSimpleLineSymbolLayerV2 | virtual |
setOffset(double offset) | QgsLineSymbolLayerV2 | inline |
setOffsetMapUnitScale(const QgsMapUnitScale &scale) | QgsLineSymbolLayerV2 | inline |
setOffsetUnit(QgsSymbolV2::OutputUnit unit) | QgsLineSymbolLayerV2 | inline |
setOutlineColor(const QColor &color) | QgsSymbolLayerV2 | inlinevirtual |
setOutputUnit(QgsSymbolV2::OutputUnit unit) override | QgsSimpleLineSymbolLayerV2 | virtual |
setPenCapStyle(Qt::PenCapStyle style) | QgsSimpleLineSymbolLayerV2 | inline |
setPenJoinStyle(Qt::PenJoinStyle style) | QgsSimpleLineSymbolLayerV2 | inline |
setPenStyle(Qt::PenStyle style) | QgsSimpleLineSymbolLayerV2 | inline |
setRenderingPass(int renderingPass) | QgsSymbolLayerV2 | inline |
setSubSymbol(QgsSymbolV2 *symbol) | QgsSymbolLayerV2 | inlinevirtual |
setUseCustomDashPattern(bool b) | QgsSimpleLineSymbolLayerV2 | inline |
setWidth(double width) | QgsLineSymbolLayerV2 | inlinevirtual |
setWidthMapUnitScale(const QgsMapUnitScale &scale) | QgsLineSymbolLayerV2 | inline |
setWidthUnit(QgsSymbolV2::OutputUnit unit) | QgsLineSymbolLayerV2 | inline |
startRender(QgsSymbolV2RenderContext &context) override | QgsSimpleLineSymbolLayerV2 | virtual |
stopRender(QgsSymbolV2RenderContext &context) override | QgsSimpleLineSymbolLayerV2 | virtual |
subSymbol() | QgsSymbolLayerV2 | inlinevirtual |
toSld(QDomDocument &doc, QDomElement &element, QgsStringMap props) const override | QgsSimpleLineSymbolLayerV2 | virtual |
type() const | QgsSymbolLayerV2 | inline |
useCustomDashPattern() const | QgsSimpleLineSymbolLayerV2 | inline |
usedAttributes() const | QgsSymbolLayerV2 | virtual |
width() const | QgsLineSymbolLayerV2 | inlinevirtual |
widthMapUnitScale() const | QgsLineSymbolLayerV2 | inline |
widthUnit() const | QgsLineSymbolLayerV2 | inline |
writeDxf(QgsDxfExport &e, double mmMapUnitScaleFactor, const QString &layerName, const QgsSymbolV2RenderContext *context, const QgsFeature *f, const QPointF &shift=QPointF(0.0, 0.0)) const | QgsSymbolLayerV2 | virtual |
~QgsSymbolLayerV2() | QgsSymbolLayerV2 | inlinevirtual |