72    void setEnabled( 
bool );
 
  100    void setSize( 
double size );
 
  138    Qt::PenJoinStyle joinStyle() 
const;
 
  145    void setJoinStyle( Qt::PenJoinStyle style );
 
  152    double opacity() 
const;
 
  160    void setOpacity( 
double opacity );
 
  180    void readXml( 
const QDomElement &elem );
 
  186    QDomElement writeXml( QDomDocument &doc ) 
const;
 
  193    QList<QgsSymbolLayerReference> maskedSymbolLayers() 
const;
 
  200    void setMaskedSymbolLayers( 
const QList<QgsSymbolLayerReference> &maskedLayers );
 
  215    QSharedDataPointer<QgsTextMaskSettingsPrivate> d;
 
 
Contains information about the context of a rendering operation.
 
Container for settings relating to a selective masking around a text.