Abstract API to bind plot items to the legend. More...
#include <qwt_legend_itemmanager.h>
Public Member Functions | |
QwtLegendItemManager () | |
Constructor. | |
virtual | ~QwtLegendItemManager () |
Destructor. | |
virtual void | updateLegend (QwtLegend *legend) const =0 |
virtual QWidget * | legendItem () const =0 |
Abstract API to bind plot items to the legend.
Definition at line 24 of file qwt_legend_itemmanager.h.
QwtLegendItemManager::QwtLegendItemManager | ( | ) | [inline] |
virtual QwtLegendItemManager::~QwtLegendItemManager | ( | ) | [inline, virtual] |
virtual QWidget* QwtLegendItemManager::legendItem | ( | ) | const [pure virtual] |
Allocate the widget that represents the item on the legend
Implemented in QwtPlotItem.
virtual void QwtLegendItemManager::updateLegend | ( | QwtLegend * | legend ) | const [pure virtual] |
Update the widget that represents the item on the legend
legend | Legend |
Implemented in QwtPlotCurve, and QwtPlotItem.
Referenced by QwtLegend::setDisplayPolicy().