From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- 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 00000000..e4efeb56 --- /dev/null +++ b/doc/html/qlistboxtext.html @@ -0,0 +1,109 @@ + + + + + +TQListBoxText Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQListBoxText Class Reference

+ +

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

#include <qlistbox.h> +

Inherits TQListBoxItem. +

List of all member functions. +

Public Members

+ +

Protected Members

+ +

Detailed Description

+ + +The TQListBoxText 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 +TQListBoxItem. +

See also TQListBox, TQListBoxItem, and Advanced Widgets. + +


Member Function Documentation

+

TQListBoxText::TQListBoxText ( TQListBox * listbox, const TQString & text = TQString::null ) +

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

TQListBoxText::TQListBoxText ( const TQString & text = TQString::null ) +

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

TQListBoxText::TQListBoxText ( TQListBox * listbox, const TQString & text, TQListBoxItem * 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. + +

TQListBoxText::~TQListBoxText () +

+Destroys the item. + +

int TQListBoxText::height ( const TQListBox * lb ) const [virtual] +

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

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

Reimplemented from TQListBoxItem. +

void TQListBoxText::paint ( TQPainter * painter ) [virtual protected] +

+Draws the text using painter. + +

Reimplemented from TQListBoxItem. +

int TQListBoxText::width ( const TQListBox * lb ) const [virtual] +

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

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

Reimplemented from TQListBoxItem. + +


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


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.3