|
QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
|
Data for title/footer label layout calculation. More...
#include <qwt_plot_layout_engine.h>
Public Member Functions | |
| void | init (const QwtTextLabel *label) |
| Initialize label data from a QwtTextLabel. | |
Public Attributes | |
| QwtText | text |
| int | frameWidth |
Data for title/footer label layout calculation.
Contains text and frame width for a label widget.
| void QwtPlotLayoutEngine::LayoutData::LabelData::init | ( | const QwtTextLabel * | label | ) |
Initialize label data from a QwtTextLabel.
Extracts text content and frame width from the label widget.
| label | Pointer to the text label widget |