summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqlistbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqlistbox.html')
-rw-r--r--doc/html/ntqlistbox.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/ntqlistbox.html b/doc/html/ntqlistbox.html
index 05e634094..ea6daa6f6 100644
--- a/doc/html/ntqlistbox.html
+++ b/doc/html/ntqlistbox.html
@@ -388,7 +388,7 @@ item with text <em>text</em>.
<p> The operation is ignored if <em>index</em> is out of range.
<p> <p>See also <a href="#insertItem">insertItem</a>() and <a href="#removeItem">removeItem</a>().
-<h3 class=fn>void <a name="changeItem-3"></a>TQListBox::changeItem ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, int&nbsp;index )
+<h3 class=fn>void <a name="changeItem-3"></a>TQListBox::changeItem ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, int&nbsp;index )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Replaces the item at position <em>index</em> with a new list box pixmap
@@ -396,7 +396,7 @@ item with pixmap <em>pixmap</em>.
<p> The operation is ignored if <em>index</em> is out of range.
<p> <p>See also <a href="#insertItem">insertItem</a>() and <a href="#removeItem">removeItem</a>().
-<h3 class=fn>void <a name="changeItem-4"></a>TQListBox::changeItem ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;index )
+<h3 class=fn>void <a name="changeItem-4"></a>TQListBox::changeItem ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;index )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Replaces the item at position <em>index</em> with a new list box pixmap
@@ -425,7 +425,7 @@ mouse cursor isn't on any item.
<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots
connected to this signal.
-<h3 class=fn>void <a name="clicked-2"></a>TQListBox::clicked ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pnt )<tt> [signal]</tt>
+<h3 class=fn>void <a name="clicked-2"></a>TQListBox::clicked ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pnt )<tt> [signal]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This signal is emitted when the user clicks any mouse button. If
@@ -441,7 +441,7 @@ connected to this signal.
<h3 class=fn><a href="ntqlistbox.html#LayoutMode-enum">LayoutMode</a> <a name="columnMode"></a>TQListBox::columnMode () const
</h3><p>Returns the column layout mode for this list box.
See the <a href="ntqlistbox.html#columnMode-prop">"columnMode"</a> property for details.
-<h3 class=fn>void <a name="contextMenuRequested"></a>TQListBox::contextMenuRequested ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="contextMenuRequested"></a>TQListBox::contextMenuRequested ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user invokes a context menu with
@@ -584,7 +584,7 @@ list at position <em>index</em>.
list.
<p> <p>See also <a href="#insertStrList">insertStrList</a>().
-<h3 class=fn>void <a name="insertItem-4"></a>TQListBox::insertItem ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, int&nbsp;index = -1 )
+<h3 class=fn>void <a name="insertItem-4"></a>TQListBox::insertItem ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a new list box pixmap item with the pixmap <em>pixmap</em> into
@@ -593,7 +593,7 @@ the list at position <em>index</em>.
list.
<p> <p>See also <a href="#insertStrList">insertStrList</a>().
-<h3 class=fn>void <a name="insertItem-5"></a>TQListBox::insertItem ( const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;index = -1 )
+<h3 class=fn>void <a name="insertItem-5"></a>TQListBox::insertItem ( const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;pixmap, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Inserts a new list box pixmap item with the pixmap <em>pixmap</em> and
@@ -685,7 +685,7 @@ Returns a pointer to the item at position <em>index</em>, or 0 if <em>index</em>
<p> <p>See also <a href="#index">index</a>().
<p>Example: <a href="listboxcombo-example.html#x1407">listboxcombo/listboxcombo.cpp</a>.
-<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;* <a name="itemAt"></a>TQListBox::itemAt ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p ) const
+<h3 class=fn><a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;* <a name="itemAt"></a>TQListBox::itemAt ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p ) const
</h3>
Returns the item at point <em>p</em>, specified in viewport coordinates,
or a 0 if there is no item at <em>p</em>.
@@ -697,7 +697,7 @@ viewport coordinates.
Returns the height in pixels of the item with index <em>index</em>. <em>index</em> defaults to 0.
<p> If <em>index</em> is too large, this function returns 0.
-<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="itemRect"></a>TQListBox::itemRect ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item ) const
+<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="itemRect"></a>TQListBox::itemRect ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item ) const
</h3>
Returns the rectangle on the screen that <em>item</em> occupies in
<a href="ntqscrollview.html#viewport">viewport</a>()'s coordinates, or an invalid rectangle if <em>item</em> is 0
@@ -725,7 +725,7 @@ outside the visible area.
</h3>
Returns the width of the widest item in the list box.
-<h3 class=fn>void <a name="mouseButtonClicked"></a>TQListBox::mouseButtonClicked ( int&nbsp;button, <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="mouseButtonClicked"></a>TQListBox::mouseButtonClicked ( int&nbsp;button, <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user clicks mouse button <em>button</em>. If <em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em>
@@ -737,7 +737,7 @@ position at release time.)
<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots
connected to this signal.
-<h3 class=fn>void <a name="mouseButtonPressed"></a>TQListBox::mouseButtonPressed ( int&nbsp;button, <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
+<h3 class=fn>void <a name="mouseButtonPressed"></a>TQListBox::mouseButtonPressed ( int&nbsp;button, <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the user presses mouse button <em>button</em>. If <em>item</em> is not 0, the cursor is on <em>item</em>. If <em>item</em>
@@ -782,7 +782,7 @@ Provided for compatibility with the old TQListBox. We recommend
using <a href="qlistboxitem.html#paint">TQListBoxItem::paint</a>() instead.
<p> Repaints the cell at <em>row</em>, <em>col</em> using painter <em>p</em>.
-<h3 class=fn>const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQListBox::pixmap ( int&nbsp;index ) const
+<h3 class=fn>const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;* <a name="pixmap"></a>TQListBox::pixmap ( int&nbsp;index ) const
</h3>
Returns a pointer to the pixmap at position <em>index</em>, or 0 if
there is no pixmap there.
@@ -797,7 +797,7 @@ mouse cursor isn't on any item.
<p> Note that you must not delete any <a href="qlistboxitem.html">TQListBoxItem</a> objects in slots
connected to this signal.
-<h3 class=fn>void <a name="pressed-2"></a>TQListBox::pressed ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pnt )<tt> [signal]</tt>
+<h3 class=fn>void <a name="pressed-2"></a>TQListBox::pressed ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*&nbsp;item, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pnt )<tt> [signal]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This signal is emitted when the user presses any mouse button. If
@@ -822,7 +822,7 @@ equal to <a href="#currentItem">currentItem</a>(), a new item becomes current an
<p> This signal is emitted when Enter or Return is pressed. The
argument is <a href="#currentItem">currentItem</a>().
-<h3 class=fn>void <a name="rightButtonClicked"></a>TQListBox::rightButtonClicked ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [signal]</tt>
+<h3 class=fn>void <a name="rightButtonClicked"></a>TQListBox::rightButtonClicked ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the right button is clicked (i.e. when
@@ -830,7 +830,7 @@ it's released at the same point where it was pressed). The
arguments are the relevant <a href="qlistboxitem.html">TQListBoxItem</a> (may be 0) and the point
in global coordinates.
-<h3 class=fn>void <a name="rightButtonPressed"></a>TQListBox::rightButtonPressed ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [signal]</tt>
+<h3 class=fn>void <a name="rightButtonPressed"></a>TQListBox::rightButtonPressed ( <a href="qlistboxitem.html">TQListBoxItem</a>&nbsp;*, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp; )<tt> [signal]</tt>
</h3>
<p> This signal is emitted when the right button is pressed. The