78    void setPaintAttribute( PaintAttribute, 
bool on = 
true );
 
   79    bool testPaintAttribute( PaintAttribute ) 
const;
 
   81    void setLegendMode( LegendMode );
 
   82    LegendMode legendMode() 
const;
 
   84    void setRect( 
const QRectF& );
 
   85    void setPolygon( 
const QPolygonF& );
 
   87    void setShape( 
const QPainterPath& );
 
   88    QPainterPath shape() 
const;
 
   90    void setPen( 
const QColor&, qreal width = 0.0, Qt::PenStyle = Qt::SolidLine );
 
   91    void setPen( 
const QPen& );
 
   94    void setBrush( 
const QBrush& );
 
   97    void setRenderTolerance( 
double );
 
   98    double renderTolerance() 
const;
 
  102    virtual 
void draw( QPainter*,
 
  104        const QRectF& canvasRect ) const QWT_OVERRIDE;
 
  107        int index, const QSizeF& ) const QWT_OVERRIDE;
 
  109    virtual 
int rtti() const QWT_OVERRIDE;
 
 
A class representing a text.