summaryrefslogtreecommitdiffstats
path: root/doc/html/qchecklistitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:44:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qchecklistitem.html
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qchecklistitem.html')
-rw-r--r--doc/html/qchecklistitem.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qchecklistitem.html b/doc/html/qchecklistitem.html
index eed2dd1c5..322823ad3 100644
--- a/doc/html/qchecklistitem.html
+++ b/doc/html/qchecklistitem.html
@@ -103,49 +103,49 @@ retrieved with <a href="#type">type</a>() and its text retrieved with <a href="#
<li><tt>TQCheckListItem::CheckBoxController</tt>
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQCheckListItem"></a>TQCheckListItem::TQCheckListItem ( <a href="qchecklistitem.html">TQCheckListItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem"></a>TQCheckListItem::TQCheckListItem ( <a href="qchecklistitem.html">TQCheckListItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, text <em>text</em>
and of type <em>tt</em>. Note that a <a href="#Type-enum">RadioButton</a> must be the child of a
<a href="#Type-enum">RadioButtonController</a>, otherwise it will not toggle.
-<h3 class=fn><a name="TQCheckListItem-2"></a>TQCheckListItem::TQCheckListItem ( <a href="qchecklistitem.html">TQCheckListItem</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-2"></a>TQCheckListItem::TQCheckListItem ( <a href="qchecklistitem.html">TQCheckListItem</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, which is after
<em>after</em> in the parent's list of children, and with text <em>text</em>
and of type <em>tt</em>. Note that a <a href="#Type-enum">RadioButton</a> must be the child of
a <a href="#Type-enum">RadioButtonController</a>, otherwise it will not toggle.
-<h3 class=fn><a name="TQCheckListItem-3"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-3"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, text <em>text</em>
and of type <em>tt</em>. Note that this item must <em>not</em> be a <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>.
-<h3 class=fn><a name="TQCheckListItem-4"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-4"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, which is after
<em>after</em> in the parent's list of children, with text <em>text</em> and
of type <em>tt</em>. Note that this item must <em>not</em> be a <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>.
-<h3 class=fn><a name="TQCheckListItem-5"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-5"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, text <em>text</em>
and of type <em>tt</em>. Note that <em>tt</em> must <em>not</em> be <a href="#Type-enum">RadioButton</a>.
Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>.
-<h3 class=fn><a name="TQCheckListItem-6"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-6"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="qchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, which is after
<em>after</em> in the parent's list of children, with text <em>text</em> and
of type <em>tt</em>. Note that <em>tt</em> must <em>not</em> be <a href="#Type-enum">RadioButton</a>.
Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>.
-<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
+<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
</h3>
Constructs a <a href="#Type-enum">RadioButtonController</a> item with parent <em>parent</em>,
text <em>text</em> and pixmap <em>p</em>.
-<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
+<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
</h3>
Constructs a <a href="#Type-enum">RadioButtonController</a> item with parent <em>parent</em>,
text <em>text</em> and pixmap <em>p</em>.
@@ -228,7 +228,7 @@ This virtual function is called when the item changes its state.
<a href="#ToggleState-enum">NoChange</a> (if tristate is enabled and the type is either <a href="#Type-enum">CheckBox</a> or <a href="#Type-enum">CheckBoxController</a>) reports the same as <a href="#ToggleState-enum">Off</a>, so
use <a href="#state">state</a>() to determine if the state is actually <a href="#ToggleState-enum">Off</a> or <a href="#ToggleState-enum">NoChange</a>.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQCheckListItem::text () const
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQCheckListItem::text () const
</h3>
<p> Returns the item's text.