10 #ifndef QWT_LEGEND_LABEL_H
11 #define QWT_LEGEND_LABEL_H
13 #include "qwt_global.h"
14 #include "qwt_legend_data.h"
16 #include "qwt_text_label.h"
37 void setSpacing(
int spacing );
42 void setIcon(
const QPixmap & );
47 bool isChecked()
const;
50 void setChecked(
bool on );
70 virtual void mousePressEvent( QMouseEvent * );
71 virtual void mouseReleaseEvent( QMouseEvent * );
72 virtual void keyPressEvent( QKeyEvent * );
73 virtual void keyReleaseEvent( QKeyEvent * );