From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- doc/html/qlistboxtext.html | 109 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 doc/html/qlistboxtext.html (limited to 'doc/html/qlistboxtext.html') diff --git a/doc/html/qlistboxtext.html b/doc/html/qlistboxtext.html new file mode 100644 index 0000000..e81214f --- /dev/null +++ b/doc/html/qlistboxtext.html @@ -0,0 +1,109 @@ + + + + + +QListBoxText Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QListBoxText Class Reference

+ +

The QListBoxText class provides list box items that display text. +More... +

#include <qlistbox.h> +

Inherits QListBoxItem. +

List of all member functions. +

Public Members

+ +

Protected Members

+ +

Detailed Description

+ + +The QListBoxText class provides list box items that display text. +

+

The text is drawn in the widget's current font. If you need +several different fonts, you must implement your own subclass of +QListBoxItem. +

See also QListBox, QListBoxItem, and Advanced Widgets. + +


Member Function Documentation

+

QListBoxText::QListBoxText ( QListBox * listbox, const QString & text = QString::null ) +

+Constructs a list box item in list box listbox showing the text +text. + +

QListBoxText::QListBoxText ( const QString & text = QString::null ) +

+Constructs a list box item showing the text text. + +

QListBoxText::QListBoxText ( QListBox * listbox, const QString & text, QListBoxItem * after ) +

+Constructs a list box item in list box listbox showing the text +text. The item is inserted after the item after, or at the +beginning if after is 0. + +

QListBoxText::~QListBoxText () +

+Destroys the item. + +

int QListBoxText::height ( const QListBox * lb ) const [virtual] +

+Returns the height of a line of text in list box lb. +

See also paint() and width(). + +

Reimplemented from QListBoxItem. +

void QListBoxText::paint ( QPainter * painter ) [virtual protected] +

+Draws the text using painter. + +

Reimplemented from QListBoxItem. +

int QListBoxText::width ( const QListBox * lb ) const [virtual] +

+Returns the width of this line in list box lb. +

See also paint() and height(). + +

Reimplemented from QListBoxItem. + +


+This file is part of the Qt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
Qt 3.3.8
+
+ -- cgit v1.2.1