Public Member Functions | |
| const QwtLegendData & | data () const |
| virtual Qt::Orientations | expandingDirections () const |
| virtual QRect | geometry () const |
| virtual bool | hasHeightForWidth () const |
| virtual int | heightForWidth (int w) const |
| virtual bool | isEmpty () const |
| virtual QSize | maximumSize () const |
| virtual int | minimumHeightForWidth (int w) const |
| virtual QSize | minimumSize () const |
| const QwtPlotItem * | plotItem () const |
| QwtLegendLayoutItem (const QwtPlotLegendItem *, const QwtPlotItem *) | |
| void | setData (const QwtLegendData &) |
| virtual void | setGeometry (const QRect &r) |
| virtual QSize | sizeHint () const |
| virtual | ~QwtLegendLayoutItem () |
Private Attributes | |
| QwtLegendData | d_data |
| const QwtPlotLegendItem * | d_legendItem |
| const QwtPlotItem * | d_plotItem |
| QRect | d_rect |
Definition at line 20 of file qwt_plot_legenditem.cpp.
| QwtLegendLayoutItem::QwtLegendLayoutItem | ( | const QwtPlotLegendItem * | legendItem, |
| const QwtPlotItem * | plotItem | ||
| ) |
Definition at line 51 of file qwt_plot_legenditem.cpp.
| QwtLegendLayoutItem::~QwtLegendLayoutItem | ( | ) | [virtual] |
Definition at line 58 of file qwt_plot_legenditem.cpp.
| const QwtLegendData & QwtLegendLayoutItem::data | ( | ) | const |
Definition at line 72 of file qwt_plot_legenditem.cpp.
| Qt::Orientations QwtLegendLayoutItem::expandingDirections | ( | ) | const [virtual] |
Definition at line 77 of file qwt_plot_legenditem.cpp.
| QRect QwtLegendLayoutItem::geometry | ( | ) | const [virtual] |
Definition at line 122 of file qwt_plot_legenditem.cpp.
| bool QwtLegendLayoutItem::hasHeightForWidth | ( | ) | const [virtual] |
Definition at line 82 of file qwt_plot_legenditem.cpp.
| int QwtLegendLayoutItem::heightForWidth | ( | int | w | ) | const [virtual] |
Definition at line 92 of file qwt_plot_legenditem.cpp.
| bool QwtLegendLayoutItem::isEmpty | ( | ) | const [virtual] |
Definition at line 97 of file qwt_plot_legenditem.cpp.
| QSize QwtLegendLayoutItem::maximumSize | ( | ) | const [virtual] |
Definition at line 102 of file qwt_plot_legenditem.cpp.
| int QwtLegendLayoutItem::minimumHeightForWidth | ( | int | w | ) | const [virtual] |
Definition at line 87 of file qwt_plot_legenditem.cpp.
| QSize QwtLegendLayoutItem::minimumSize | ( | ) | const [virtual] |
Definition at line 107 of file qwt_plot_legenditem.cpp.
| const QwtPlotItem * QwtLegendLayoutItem::plotItem | ( | ) | const |
Definition at line 62 of file qwt_plot_legenditem.cpp.
| void QwtLegendLayoutItem::setData | ( | const QwtLegendData & | data | ) |
Definition at line 67 of file qwt_plot_legenditem.cpp.
| void QwtLegendLayoutItem::setGeometry | ( | const QRect & | r | ) | [virtual] |
Definition at line 117 of file qwt_plot_legenditem.cpp.
| QSize QwtLegendLayoutItem::sizeHint | ( | ) | const [virtual] |
Definition at line 112 of file qwt_plot_legenditem.cpp.
QwtLegendData QwtLegendLayoutItem::d_data [private] |
Definition at line 46 of file qwt_plot_legenditem.cpp.
const QwtPlotLegendItem* QwtLegendLayoutItem::d_legendItem [private] |
Definition at line 44 of file qwt_plot_legenditem.cpp.
const QwtPlotItem* QwtLegendLayoutItem::d_plotItem [private] |
Definition at line 45 of file qwt_plot_legenditem.cpp.
QRect QwtLegendLayoutItem::d_rect [private] |
Definition at line 48 of file qwt_plot_legenditem.cpp.