QwtTextLabel (3) - Linux Manuals
NAME
QwtTextLabel -
A Widget which displays a QwtText.
SYNOPSIS
#include <qwt_text_label.h>
Inherits QFrame.
Public Slots
void setText (const QString &, QwtText::TextFormat textFormat=QwtText::AutoText)
virtual void setText (const QwtText &)
void clear ()
Clear the text and all QwtText attributes.
Public Member Functions
QwtTextLabel (QWidget *parent=NULL)
QwtTextLabel (const QwtText &, QWidget *parent=NULL)
virtual ~QwtTextLabel ()
Destructor.
void setPlainText (const QString &)
QString plainText () const
const QwtText & text () const
Return the text.
int indent () const
Return label's text indent in pixels.
void setIndent (int)
int margin () const
Return label's text indent in pixels.
void setMargin (int)
virtual QSize sizeHint () const
Return label's margin in pixels.
virtual QSize minimumSizeHint () const
Return a minimum size hint.
virtual int heightForWidth (int) const
QRect textRect () const
virtual void drawText (QPainter *, const QRectF &)
Redraw the text.
Protected Member Functions
virtual void paintEvent (QPaintEvent *e)
virtual void drawContents (QPainter *)
Redraw the text and focus indicator.
Detailed Description
A Widget which displays a QwtText.
Constructor & Destructor Documentation
QwtTextLabel::QwtTextLabel (QWidget *parent = NULL) [explicit]
Constructs an empty label.Parameters:
- parent Parent widget
QwtTextLabel::QwtTextLabel (const QwtText &text, QWidget *parent = NULL) [explicit]
Constructs a label that displays the text, textParameters:
-
parent Parent widget
text Text
Member Function Documentation
int QwtTextLabel::heightForWidth (intwidth) const [virtual]
Parameters:
- width Width
Returns:
- Preferred height for this widget, given the width.
void QwtTextLabel::paintEvent (QPaintEvent *event) [protected], [virtual]
Qt paint eventParameters:
- event Paint event
Reimplemented in QwtLegendLabel.
QString QwtTextLabel::plainText () const
Interface for the designer pluginReturns:
- Text as plain text
See Also:
- setPlainText(), text()
void QwtTextLabel::setIndent (intindent)
Set label's text indent in pixelsParameters:
- indent Indentation in pixels
void QwtTextLabel::setMargin (intmargin)
Set label's margin in pixelsParameters:
- margin Margin in pixels
void QwtTextLabel::setPlainText (const QString &text)
Interface for the designer plugin - does the same as setText()See Also:
- plainText()
void QwtTextLabel::setText (const QString &text, QwtText::TextFormattextFormat = QwtText::AutoText) [slot]
Change the label's text, keeping all other QwtText attributesParameters:
-
text New text
textFormat Format of text
See Also:
- QwtText
void QwtTextLabel::setText (const QwtText &text) [virtual], [slot]
Change the label's textParameters:
- text New text
Reimplemented in QwtLegendLabel.
QRect QwtTextLabel::textRect () const
Calculate geometry for the text in widget coordinatesReturns:
- Geometry for the text
Author
Generated automatically by Doxygen for Qwt User's Guide from the source code.