80    void setEnabled( 
bool );
 
  108    void setSize( 
double size );
 
  146    Qt::PenJoinStyle joinStyle() 
const;
 
  153    void setJoinStyle( Qt::PenJoinStyle style );
 
  160    double opacity() 
const;
 
  168    void setOpacity( 
double opacity );
 
  188    void readXml( 
const QDomElement &elem );
 
  194    QDomElement writeXml( QDomDocument &doc ) 
const;
 
  201    QList<QgsSymbolLayerReference> maskedSymbolLayers() 
const;
 
  208    void setMaskedSymbolLayers( 
const QList<QgsSymbolLayerReference> &maskedLayers );
 
  223    QSharedDataPointer<QgsTextMaskSettingsPrivate> d;
 
 
Contains information about the context of a rendering operation.
 
Container for settings relating to a selective masking around a text.