#include <qgssymbolv2.h>
Constructor & Destructor Documentation
QgsSymbolV2RenderContext::~QgsSymbolV2RenderContext |
( |
| ) |
|
Member Function Documentation
qreal QgsSymbolV2RenderContext::alpha |
( |
| ) |
const |
|
inline |
Get alpha transparency 1 for opaque, 0 for invisible.
const QgsFeature* QgsSymbolV2RenderContext::feature |
( |
| ) |
const |
|
inline |
Current feature being rendered - may be null.
const QgsFields* QgsSymbolV2RenderContext::fields |
( |
void |
| ) |
const |
|
inline |
Fields of the layer.
Currently only available in startRender() calls to allow symbols with data-defined properties prepare the expressions (other times fields() returns null)
- Note
- added in 2.4
double QgsSymbolV2RenderContext::outputLineWidth |
( |
double |
width | ) |
const |
double QgsSymbolV2RenderContext::outputPixelSize |
( |
double |
size | ) |
const |
int QgsSymbolV2RenderContext::renderHints |
( |
| ) |
const |
|
inline |
bool QgsSymbolV2RenderContext::selected |
( |
| ) |
const |
|
inline |
void QgsSymbolV2RenderContext::setAlpha |
( |
qreal |
alpha | ) |
|
|
inline |
Set alpha transparency 1 for opaque, 0 for invisible.
void QgsSymbolV2RenderContext::setFeature |
( |
const QgsFeature * |
f | ) |
|
|
inline |
void QgsSymbolV2RenderContext::setMapUnitScale |
( |
const QgsMapUnitScale & |
scale | ) |
|
|
inline |
void QgsSymbolV2RenderContext::setRenderHints |
( |
int |
hints | ) |
|
|
inline |
void QgsSymbolV2RenderContext::setSelected |
( |
bool |
selected | ) |
|
|
inline |
The documentation for this class was generated from the following files: