diff options
Diffstat (limited to 'doc/html/ntqcombobox.html')
-rw-r--r-- | doc/html/ntqcombobox.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/ntqcombobox.html b/doc/html/ntqcombobox.html index a557adbb0..2ac1d20d4 100644 --- a/doc/html/ntqcombobox.html +++ b/doc/html/ntqcombobox.html @@ -158,7 +158,7 @@ to clear the displayed string without changing the combobox's contents. <p> A combobox emits two signals, <a href="#activated">activated</a>() and <a href="#highlighted">highlighted</a>(), when a new item has been activated (selected) or highlighted (made -current). Both signals exist in two versions, one with a <a href="ntqstring.html">TQString</a> argument and one with an <tt>int</tt> argument. If the user +current). Both signals exist in two versions, one with a <a href="tqstring.html">TQString</a> argument and one with an <tt>int</tt> argument. If the user highlights or activates a pixmap, only the <tt>int</tt> signals are emitted. Whenever the text of an editable combobox is changed the <a href="#textChanged">textChanged</a>() signal is emitted. @@ -252,7 +252,7 @@ combobox. programmatically, e.g. using <a href="#setCurrentItem">setCurrentItem</a>(). <p>Examples: <a href="fileiconview-example.html#x877">fileiconview/mainwindow.cpp</a>, <a href="helpviewer-example.html#x981">helpviewer/helpwindow.cpp</a>, <a href="lineedits-example.html#x170">lineedits/lineedits.cpp</a>, <a href="listboxcombo-example.html#x1398">listboxcombo/listboxcombo.cpp</a>, and <a href="qmag-example.html#x1772">qmag/qmag.cpp</a>. -<h3 class=fn>void <a name="activated-2"></a>TQComboBox::activated ( const <a href="ntqstring.html">TQString</a> & string )<tt> [signal]</tt> +<h3 class=fn>void <a name="activated-2"></a>TQComboBox::activated ( const <a href="tqstring.html">TQString</a> & string )<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 a new item has been activated @@ -267,7 +267,7 @@ See the <a href="ntqcombobox.html#autoCompletion-prop">"autoCompletion"</a> prop <h3 class=fn>bool <a name="autoResize"></a>TQComboBox::autoResize () const </h3><p>Returns TRUE if auto resize is enabled; otherwise returns FALSE. See the <a href="ntqcombobox.html#autoResize-prop">"autoResize"</a> property for details. -<h3 class=fn>void <a name="changeItem"></a>TQComboBox::changeItem ( const <a href="ntqstring.html">TQString</a> & t, int index ) +<h3 class=fn>void <a name="changeItem"></a>TQComboBox::changeItem ( const <a href="tqstring.html">TQString</a> & t, int index ) </h3> Replaces the item at position <em>index</em> with the text <em>t</em>. @@ -278,7 +278,7 @@ This is an overloaded member function, provided for convenience. It behaves esse unless the combobox is editable. <p> <p>See also <a href="#insertItem">insertItem</a>(). -<h3 class=fn>void <a name="changeItem-3"></a>TQComboBox::changeItem ( const <a href="ntqpixmap.html">TQPixmap</a> & im, const <a href="ntqstring.html">TQString</a> & t, int index ) +<h3 class=fn>void <a name="changeItem-3"></a>TQComboBox::changeItem ( const <a href="ntqpixmap.html">TQPixmap</a> & im, const <a href="tqstring.html">TQString</a> & t, int 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 the pixmap <em>im</em> and @@ -309,7 +309,7 @@ See the <a href="ntqcombobox.html#count-prop">"count"</a> property for details. <h3 class=fn>int <a name="currentItem"></a>TQComboBox::currentItem () const </h3><p>Returns the index of the current item in the combobox. See the <a href="ntqcombobox.html#currentItem-prop">"currentItem"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentText"></a>TQComboBox::currentText () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="currentText"></a>TQComboBox::currentText () const </h3><p>Returns the text of the combobox's current item. See the <a href="ntqcombobox.html#currentText-prop">"currentText"</a> property for details. <h3 class=fn>bool <a name="duplicatesEnabled"></a>TQComboBox::duplicatesEnabled () const @@ -327,14 +327,14 @@ combobox. <p> This signal is not emitted if the item is changed programmatically, e.g. using <a href="#setCurrentItem">setCurrentItem</a>(). -<h3 class=fn>void <a name="highlighted-2"></a>TQComboBox::highlighted ( const <a href="ntqstring.html">TQString</a> & string )<tt> [signal]</tt> +<h3 class=fn>void <a name="highlighted-2"></a>TQComboBox::highlighted ( const <a href="tqstring.html">TQString</a> & string )<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 a new item has been set to be the current item. <em>string</em> is the item's text. <p> You can also use the <a href="#highlighted">highlighted</a>(int) signal. -<h3 class=fn>void <a name="insertItem"></a>TQComboBox::insertItem ( const <a href="ntqstring.html">TQString</a> & t, int index = -1 ) +<h3 class=fn>void <a name="insertItem"></a>TQComboBox::insertItem ( const <a href="tqstring.html">TQString</a> & t, int index = -1 ) </h3> Inserts a text item with text <em>t</em>, at position <em>index</em>. The item will be appended if <em>index</em> is negative. @@ -346,7 +346,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Inserts a <em>pixmap</em> item at position <em>index</em>. The item will be appended if <em>index</em> is negative. -<h3 class=fn>void <a name="insertItem-3"></a>TQComboBox::insertItem ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="ntqstring.html">TQString</a> & text, int index = -1 ) +<h3 class=fn>void <a name="insertItem-3"></a>TQComboBox::insertItem ( const <a href="ntqpixmap.html">TQPixmap</a> & pixmap, const <a href="tqstring.html">TQString</a> & text, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts a <em>pixmap</em> item with additional text <em>text</em> at position @@ -367,7 +367,7 @@ terminated with 0. <p> <p>See also <a href="#insertStringList">insertStringList</a>(). <p>Example: <a href="qmag-example.html#x1773">qmag/qmag.cpp</a>. -<h3 class=fn>void <a name="insertStrList-2"></a>TQComboBox::insertStrList ( const <a href="ntqstrlist.html">TQStrList</a> & list, int index = -1 ) +<h3 class=fn>void <a name="insertStrList-2"></a>TQComboBox::insertStrList ( const <a href="tqstrlist.html">TQStrList</a> & list, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts the <em>list</em> of strings at position <em>index</em> in the @@ -375,7 +375,7 @@ combobox. <p> This is only for compatibility since it does not support Unicode strings. See <a href="#insertStringList">insertStringList</a>(). -<h3 class=fn>void <a name="insertStrList-3"></a>TQComboBox::insertStrList ( const <a href="ntqstrlist.html">TQStrList</a> * list, int index = -1 ) +<h3 class=fn>void <a name="insertStrList-3"></a>TQComboBox::insertStrList ( const <a href="tqstrlist.html">TQStrList</a> * list, int index = -1 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts the <em>list</em> of strings at position <em>index</em> in the @@ -383,7 +383,7 @@ combobox. <p> This is only for compatibility since it does not support Unicode strings. See <a href="#insertStringList">insertStringList</a>(). -<h3 class=fn>void <a name="insertStringList"></a>TQComboBox::insertStringList ( const <a href="ntqstringlist.html">TQStringList</a> & list, int index = -1 ) +<h3 class=fn>void <a name="insertStringList"></a>TQComboBox::insertStringList ( const <a href="tqstringlist.html">TQStringList</a> & list, int index = -1 ) </h3> Inserts the <em>list</em> of strings at position <em>index</em> in the combobox. @@ -430,13 +430,13 @@ See the <a href="ntqcombobox.html#autoResize-prop">"autoResize"</a> property for <h3 class=fn>void <a name="setCurrentItem"></a>TQComboBox::setCurrentItem ( int index )<tt> [virtual]</tt> </h3><p>Sets the index of the current item in the combobox to <em>index</em>. See the <a href="ntqcombobox.html#currentItem-prop">"currentItem"</a> property for details. -<h3 class=fn>void <a name="setCurrentText"></a>TQComboBox::setCurrentText ( const <a href="ntqstring.html">TQString</a> & )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setCurrentText"></a>TQComboBox::setCurrentText ( const <a href="tqstring.html">TQString</a> & )<tt> [virtual]</tt> </h3><p>Sets the text of the combobox's current item. See the <a href="ntqcombobox.html#currentText-prop">"currentText"</a> property for details. <h3 class=fn>void <a name="setDuplicatesEnabled"></a>TQComboBox::setDuplicatesEnabled ( bool enable ) </h3><p>Sets whether duplicates are allowed to <em>enable</em>. See the <a href="ntqcombobox.html#duplicatesEnabled-prop">"duplicatesEnabled"</a> property for details. -<h3 class=fn>void <a name="setEditText"></a>TQComboBox::setEditText ( const <a href="ntqstring.html">TQString</a> & newText )<tt> [virtual slot]</tt> +<h3 class=fn>void <a name="setEditText"></a>TQComboBox::setEditText ( const <a href="tqstring.html">TQString</a> & newText )<tt> [virtual slot]</tt> </h3> Sets the text in the line edit to <em>newText</em> without changing the combobox's contents. Does nothing if the combobox isn't editable. @@ -492,14 +492,14 @@ is valid according to <em>v</em> is accepted. <h3 class=fn>int <a name="sizeLimit"></a>TQComboBox::sizeLimit () const </h3><p>Returns the maximum on-screen size of the combobox. See the <a href="ntqcombobox.html#sizeLimit-prop">"sizeLimit"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQComboBox::text ( int index ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQComboBox::text ( int index ) const </h3> -Returns the text item at position <em>index</em>, or <a href="ntqstring.html#TQString-null">TQString::null</a> if +Returns the text item at position <em>index</em>, or <a href="tqstring.html#TQString-null">TQString::null</a> if the item is not a string. <p> <p>See also <a href="#currentText-prop">currentText</a>. <p>Examples: <a href="fileiconview-example.html#x882">fileiconview/mainwindow.cpp</a> and <a href="helpviewer-example.html#x985">helpviewer/helpwindow.cpp</a>. -<h3 class=fn>void <a name="textChanged"></a>TQComboBox::textChanged ( const <a href="ntqstring.html">TQString</a> & string )<tt> [signal]</tt> +<h3 class=fn>void <a name="textChanged"></a>TQComboBox::textChanged ( const <a href="tqstring.html">TQString</a> & string )<tt> [signal]</tt> </h3> <p> This signal is used for editable comboboxes. It is emitted @@ -540,7 +540,7 @@ emitted when the user changes the current item, not when it is changed programmatically. <p>Set this property's value with <a href="#setCurrentItem">setCurrentItem</a>() and get this property's value with <a href="#currentItem">currentItem</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentText-prop"></a>currentText</h3> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="currentText-prop"></a>currentText</h3> <p>This property holds the text of the combobox's current item. <p> <p>Set this property's value with <a href="#setCurrentText">setCurrentText</a>() and get this property's value with <a href="#currentText">currentText</a>(). |