diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qlistboxtext.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qlistboxtext.html')
-rw-r--r-- | doc/html/qlistboxtext.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/qlistboxtext.html b/doc/html/qlistboxtext.html index e4efeb563..b2d21fe8f 100644 --- a/doc/html/qlistboxtext.html +++ b/doc/html/qlistboxtext.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQListBoxText class provides list box items that display text. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistbox-h.html">qlistbox.h</a>></tt> +<p><tt>#include <<a href="qlistbox-h.html">ntqlistbox.h</a>></tt> <p>Inherits <a href="qlistboxitem.html">TQListBoxItem</a>. <p><a href="qlistboxtext-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -57,19 +57,19 @@ The TQListBoxText class provides list box items that display text. <p> The text is drawn in the widget's current font. If you need several different fonts, you must implement your own subclass of <a href="qlistboxitem.html">TQListBoxItem</a>. -<p> <p>See also <a href="qlistbox.html">TQListBox</a>, <a href="qlistboxitem.html">TQListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="ntqlistbox.html">TQListBox</a>, <a href="qlistboxitem.html">TQListBoxItem</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQListBoxText"></a>TQListBoxText::TQListBoxText ( <a href="qlistbox.html">TQListBox</a> * listbox, const <a href="qstring.html">TQString</a> & text = TQString::null ) +<h3 class=fn><a name="TQListBoxText"></a>TQListBoxText::TQListBoxText ( <a href="ntqlistbox.html">TQListBox</a> * listbox, const <a href="ntqstring.html">TQString</a> & text = TQString::null ) </h3> Constructs a list box item in list box <em>listbox</em> showing the text <em>text</em>. -<h3 class=fn><a name="TQListBoxText-2"></a>TQListBoxText::TQListBoxText ( const <a href="qstring.html">TQString</a> & text = TQString::null ) +<h3 class=fn><a name="TQListBoxText-2"></a>TQListBoxText::TQListBoxText ( const <a href="ntqstring.html">TQString</a> & text = TQString::null ) </h3> Constructs a list box item showing the text <em>text</em>. -<h3 class=fn><a name="TQListBoxText-3"></a>TQListBoxText::TQListBoxText ( <a href="qlistbox.html">TQListBox</a> * listbox, const <a href="qstring.html">TQString</a> & text, <a href="qlistboxitem.html">TQListBoxItem</a> * after ) +<h3 class=fn><a name="TQListBoxText-3"></a>TQListBoxText::TQListBoxText ( <a href="ntqlistbox.html">TQListBox</a> * listbox, const <a href="ntqstring.html">TQString</a> & text, <a href="qlistboxitem.html">TQListBoxItem</a> * after ) </h3> Constructs a list box item in list box <em>listbox</em> showing the text <em>text</em>. The item is inserted after the item <em>after</em>, or at the @@ -79,18 +79,18 @@ beginning if <em>after</em> is 0. </h3> Destroys the item. -<h3 class=fn>int <a name="height"></a>TQListBoxText::height ( const <a href="qlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="height"></a>TQListBoxText::height ( const <a href="ntqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> </h3> Returns the height of a line of text in list box <em>lb</em>. <p> <p>See also <a href="#paint">paint</a>() and <a href="#width">width</a>(). <p>Reimplemented from <a href="qlistboxitem.html#height">TQListBoxItem</a>. -<h3 class=fn>void <a name="paint"></a>TQListBoxText::paint ( <a href="qpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="paint"></a>TQListBoxText::paint ( <a href="ntqpainter.html">TQPainter</a> * painter )<tt> [virtual protected]</tt> </h3> Draws the text using <em>painter</em>. <p>Reimplemented from <a href="qlistboxitem.html#paint">TQListBoxItem</a>. -<h3 class=fn>int <a name="width"></a>TQListBoxText::width ( const <a href="qlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> +<h3 class=fn>int <a name="width"></a>TQListBoxText::width ( const <a href="ntqlistbox.html">TQListBox</a> * lb ) const<tt> [virtual]</tt> </h3> Returns the width of this line in list box <em>lb</em>. <p> <p>See also <a href="#paint">paint</a>() and <a href="#height">height</a>(). |