summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtoolbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtoolbox.html')
-rw-r--r--doc/html/ntqtoolbox.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/ntqtoolbox.html b/doc/html/ntqtoolbox.html
index f15ae848e..a646057e0 100644
--- a/doc/html/ntqtoolbox.html
+++ b/doc/html/ntqtoolbox.html
@@ -88,7 +88,7 @@ items.
<p> A toolbox is a widget that displays a column of tabs one above the
other, with the current item displayed below the current tab.
Every tab has an index position within the column of tabs. A tab's
-item is a <a href="ntqwidget.html">TQWidget</a>.
+item is a <a href="tqwidget.html">TQWidget</a>.
<p> Each item has an <a href="#itemLabel">itemLabel</a>(), an optional icon, <a href="#itemIconSet">itemIconSet</a>(), an
optional <a href="#itemToolTip">itemToolTip</a>(), and a <a href="#item">widget</a>. The
item's attributes can be changed with <a href="#setItemLabel">setItemLabel</a>(),
@@ -106,18 +106,18 @@ changed.
<p> <p>See also <a href="ntqtabwidget.html">TQTabWidget</a> and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQToolBox"></a>TQToolBox::TQToolBox ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQToolBox"></a>TQToolBox::TQToolBox ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
</h3>
Constructs a toolbox called <em>name</em> with parent <em>parent</em> and flags <em>f</em>.
-<h3 class=fn>int <a name="addItem"></a>TQToolBox::addItem ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>int <a name="addItem"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</h3>
Adds the widget <em>item</em> in a new tab at bottom of the toolbox. The
new tab's label is set to <em>label</em>, and the <em>iconSet</em> is
displayed to the left of the <em>label</em>. Returns the new tab's index.
-<h3 class=fn>int <a name="addItem-2"></a>TQToolBox::addItem ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>int <a name="addItem-2"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
@@ -137,23 +137,23 @@ current item.
<h3 class=fn>int <a name="currentIndex"></a>TQToolBox::currentIndex () const
</h3><p>Returns the index of the current item, or -1 if the toolbox is empty.
See the <a href="ntqtoolbox.html#currentIndex-prop">"currentIndex"</a> property for details.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="currentItem"></a>TQToolBox::currentItem () const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="currentItem"></a>TQToolBox::currentItem () const
</h3>
Returns the toolbox's current item, or 0 if the toolbox is empty.
-<h3 class=fn>int <a name="indexOf"></a>TQToolBox::indexOf ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;item ) const
+<h3 class=fn>int <a name="indexOf"></a>TQToolBox::indexOf ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item ) const
</h3>
Returns the index of item <em>item</em>, or -1 if the item does not
exist.
-<h3 class=fn>int <a name="insertItem"></a>TQToolBox::insertItem ( int&nbsp;index, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>int <a name="insertItem"></a>TQToolBox::insertItem ( int&nbsp;index, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconSet, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</h3>
Inserts the widget <em>item</em> at position <em>index</em>, or at the bottom
of the toolbox if <em>index</em> is out of range. The new item's label
is set to <em>label</em>, and the <em>iconSet</em> is displayed to the left of
the <em>label</em>. Returns the new item's index.
-<h3 class=fn>int <a name="insertItem-2"></a>TQToolBox::insertItem ( int&nbsp;index, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>int <a name="insertItem-2"></a>TQToolBox::insertItem ( int&nbsp;index, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
@@ -165,7 +165,7 @@ set to <em>label</em>. Returns the new item's index.
</h3>
Returns TRUE if the item at position <em>index</em> is enabled; otherwise returns FALSE.
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="item"></a>TQToolBox::item ( int&nbsp;index ) const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="item"></a>TQToolBox::item ( int&nbsp;index ) const
</h3>
Returns the item at position <em>index</em>, or 0 if there is no such
item.
@@ -195,7 +195,7 @@ position <em>index</em>.
Returns the tooltip of the item at position <em>index</em>, or a null
string if <em>index</em> is out of range.
-<h3 class=fn>int <a name="removeItem"></a>TQToolBox::removeItem ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;item )
+<h3 class=fn>int <a name="removeItem"></a>TQToolBox::removeItem ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item )
</h3>
Removes the widget <em>item</em> from the toolbox. Note that the widget
is <em>not</em> deleted. Returns the removed widget's index, or -1 if
@@ -204,7 +204,7 @@ the widget was not in this tool box.
<h3 class=fn>void <a name="setCurrentIndex"></a>TQToolBox::setCurrentIndex ( int&nbsp;index )<tt> [slot]</tt>
</h3><p>Sets the index of the current item, or -1 if the toolbox is empty to <em>index</em>.
See the <a href="ntqtoolbox.html#currentIndex-prop">"currentIndex"</a> property for details.
-<h3 class=fn>void <a name="setCurrentItem"></a>TQToolBox::setCurrentItem ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;item )
+<h3 class=fn>void <a name="setCurrentItem"></a>TQToolBox::setCurrentItem ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;item )
</h3>
Sets the current item to be <em>item</em>.