Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

QwtTextLabel Class Reference

Inheritance diagram for QwtTextLabel:

Inheritance graph
[legend]
List of all members.

Detailed Description

A Widget which displays a QwtText

Definition at line 25 of file qwt_text_label.h.

Public Slots

void setText (const QString &, QwtText::TextFormat textFormat=QwtText::AutoText)
virtual void setText (const QwtText &)
void clear ()

Public Member Functions

 QwtTextLabel (QWidget *parent=NULL)
 QwtTextLabel (const QwtText &, QWidget *parent=NULL)
virtual ~QwtTextLabel ()
const QwtTexttext () const
int indent () const
void setIndent (int)
int margin () const
void setMargin (int)
virtual QSize sizeHint () const
virtual QSize minimumSizeHint () const
virtual int heightForWidth (int) const
QRect textRect () const

Protected Member Functions

virtual void paintEvent (QPaintEvent *e)
virtual void drawContents (QPainter *)
virtual void drawText (QPainter *, const QRect &)


Constructor & Destructor Documentation

QwtTextLabel::QwtTextLabel QWidget *  parent = NULL  )  [explicit]
 

Constructs an empty label.

Parameters:
parent Parent widget

Definition at line 37 of file qwt_text_label.cpp.

QwtTextLabel::QwtTextLabel const QwtText text,
QWidget *  parent = NULL
[explicit]
 

Constructs a label that displays the text, text

Parameters:
parent Parent widget
text Text

Definition at line 48 of file qwt_text_label.cpp.

QwtTextLabel::~QwtTextLabel  )  [virtual]
 

Destructor.

Definition at line 56 of file qwt_text_label.cpp.


Member Function Documentation

void QwtTextLabel::clear  )  [slot]
 

Clear the text and all QwtText attributes.

Definition at line 97 of file qwt_text_label.cpp.

void QwtTextLabel::drawContents QPainter *   )  [protected, virtual]
 

Redraw the text and focus indicator.

Definition at line 219 of file qwt_text_label.cpp.

References QwtPainter::drawFocusRect(), drawText(), margin(), and textRect().

Referenced by paintEvent(), and QwtLegendItem::paintEvent().

void QwtTextLabel::drawText QPainter *  ,
const QRect & 
[protected, virtual]
 

Redraw the text.

Reimplemented in QwtLegendItem.

Definition at line 248 of file qwt_text_label.cpp.

Referenced by drawContents(), and QwtLegendItem::drawText().

int QwtTextLabel::heightForWidth int  width  )  const [virtual]
 

Returns the preferred height for this widget, given the width.

Parameters:
width Width

Definition at line 174 of file qwt_text_label.cpp.

References indent().

Referenced by QwtPlotLayout::minimumSizeHint().

int QwtTextLabel::indent  )  const
 

Return label's text indent in pixels.

Definition at line 104 of file qwt_text_label.cpp.

Referenced by heightForWidth(), minimumSizeHint(), and textRect().

int QwtTextLabel::margin  )  const
 

Return label's text indent in pixels.

Definition at line 123 of file qwt_text_label.cpp.

Referenced by drawContents(), and QwtLegendItem::drawItem().

QSize QwtTextLabel::minimumSizeHint  )  const [virtual]
 

Return a minimum size hint.

Definition at line 145 of file qwt_text_label.cpp.

References indent().

Referenced by sizeHint().

void QwtTextLabel::paintEvent QPaintEvent *  e  )  [protected, virtual]
 

Qt paint event.

Reimplemented in QwtLegendItem.

Definition at line 196 of file qwt_text_label.cpp.

References drawContents().

void QwtTextLabel::setIndent int  indent  ) 
 

Set label's text indent in pixels

Parameters:
indent Indentation in pixels

Definition at line 113 of file qwt_text_label.cpp.

void QwtTextLabel::setMargin int  margin  ) 
 

Set label's margin in pixels

Parameters:
margin Margin in pixels

Definition at line 132 of file qwt_text_label.cpp.

Referenced by QwtLegendItem::setItemMode().

void QwtTextLabel::setText const QwtText text  )  [virtual, slot]
 

Change the label´s text

Parameters:
text New text

Reimplemented in QwtLegendItem.

Definition at line 84 of file qwt_text_label.cpp.

void QwtTextLabel::setText const QString &  text,
QwtText::TextFormat  textFormat = QwtText::AutoText
[slot]
 

Change the label´s text, keeping all other QwtText attributes

Parameters:
text New text
textFormat Format of text
See also:
QwtText

Definition at line 74 of file qwt_text_label.cpp.

Referenced by QwtPlotPrintFilter::reset(), and QwtLegendItem::setText().

QSize QwtTextLabel::sizeHint  )  const [virtual]
 

Return label's margin in pixels.

Reimplemented in QwtLegendItem.

Definition at line 139 of file qwt_text_label.cpp.

References minimumSizeHint().

Referenced by QwtLegendItem::sizeHint().

const QwtText & QwtTextLabel::text  )  const
 

Return the text.

Definition at line 91 of file qwt_text_label.cpp.

Referenced by QwtLegendItem::drawItem(), QwtPlotLayout::minimumSizeHint(), QwtPlot::print(), QwtPlot::printTitle(), and QwtPlotPrintFilter::reset().

QRect QwtTextLabel::textRect  )  const
 

Calculate the rect for the text in widget coordinates

Returns:
Text rect

Definition at line 257 of file qwt_text_label.cpp.

References indent().

Referenced by drawContents().


Generated on Mon Jan 30 22:17:50 2006 for Qwt User's Guide by  doxygen 1.4.4