10 #ifndef QWT_ABSTRACT_LEGEND_H 11 #define QWT_ABSTRACT_LEGEND_H 17 template<
typename T >
class QList;
51 virtual void renderLegend( QPainter* painter,
52 const QRectF& rect,
bool fillBackground )
const = 0;
55 virtual bool isEmpty()
const = 0;
57 virtual int scrollExtent( Qt::Orientation )
const;
67 virtual void updateLegend(
const QVariant& itemInfo,
Abstract base class for legend widgets.
Attributes of an entry on a legend.