diff options
Diffstat (limited to 'doc/html/qchecklistitem.html')
-rw-r--r-- | doc/html/qchecklistitem.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/qchecklistitem.html b/doc/html/qchecklistitem.html index a3ad180ea..eed2dd1c5 100644 --- a/doc/html/qchecklistitem.html +++ b/doc/html/qchecklistitem.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQCheckListItem class provides checkable list view items. <a href="#details">More...</a> -<p><tt>#include <<a href="qlistview-h.html">qlistview.h</a>></tt> +<p><tt>#include <<a href="qlistview-h.html">ntqlistview.h</a>></tt> <p>Inherits <a href="qlistviewitem.html">TQListViewItem</a>. <p><a href="qchecklistitem-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -72,7 +72,7 @@ body { background: #ffffff; color: black; } The TQCheckListItem class provides checkable list view items. <p> -<p> TQCheckListItems are used in <a href="qlistview.html">TQListView</a>s to provide +<p> TQCheckListItems are used in <a href="ntqlistview.html">TQListView</a>s to provide <a href="qlistviewitem.html">TQListViewItem</a>s that are checkboxes, radio buttons or controllers. <p> Checkbox and controller check list items may be inserted at any @@ -81,7 +81,7 @@ children of a controller check list item. <p> The item can be checked or unchecked with <a href="#setOn">setOn</a>(). Its type can be retrieved with <a href="#type">type</a>() and its text retrieved with <a href="#text">text</a>(). <p> <center><img src="qlistviewitems.png" alt="List View Items"></center> -<p> <p>See also <a href="qlistviewitem.html">TQListViewItem</a>, <a href="qlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="qlistviewitem.html">TQListViewItem</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="ToggleState-enum"></a>TQCheckListItem::ToggleState</h3> @@ -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> * parent, const <a href="qstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem"></a>TQCheckListItem::TQCheckListItem ( <a href="qchecklistitem.html">TQCheckListItem</a> * parent, const <a href="ntqstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> 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> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="qstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-2"></a>TQCheckListItem::TQCheckListItem ( <a href="qchecklistitem.html">TQCheckListItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="ntqstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> 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> * parent, const <a href="qstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-3"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, const <a href="ntqstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> 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> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="qstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-4"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="ntqstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> 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="qlistview.html">TQListView</a> * parent, const <a href="qstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-5"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a> * parent, const <a href="ntqstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> 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="qlistview.html">TQListView</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="qstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> tt = RadioButtonController ) +<h3 class=fn><a name="TQCheckListItem-6"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a> * parent, <a href="qlistviewitem.html">TQListViewItem</a> * after, const <a href="ntqstring.html">TQString</a> & text, <a href="qchecklistitem.html#Type-enum">Type</a> 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> * parent, const <a href="qstring.html">TQString</a> & text, const <a href="qpixmap.html">TQPixmap</a> & p ) +<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a> * parent, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & 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="qlistview.html">TQListView</a> * parent, const <a href="qstring.html">TQString</a> & text, const <a href="qpixmap.html">TQPixmap</a> & p ) +<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a> * parent, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqpixmap.html">TQPixmap</a> & 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>. @@ -170,14 +170,14 @@ Toggle check box or set radio button to on. Returns TRUE if the item is tristate; otherwise returns FALSE. <p> <p>See also <a href="#setTristate">setTristate</a>(). -<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="qpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintCell"></a>TQCheckListItem::paintCell ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, int column, int width, int align )<tt> [virtual]</tt> </h3> Paints the item using the painter <em>p</em> and the color group <em>cg</em>. The item is in column <em>column</em>, has width <em>width</em> and has alignment <em>align</em>. (See TQt::AlignmentFlags for valid alignments.) <p>Reimplemented from <a href="qlistviewitem.html#paintCell">TQListViewItem</a>. -<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="qpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="qrect.html">TQRect</a> & r )<tt> [virtual]</tt> +<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="ntqpainter.html">TQPainter</a> * p, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> </h3> Draws the focus rectangle <em>r</em> using the color group <em>cg</em> on the painter <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="qstring.html">TQString</a> <a name="text"></a>TQCheckListItem::text () const +<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQCheckListItem::text () const </h3> <p> Returns the item's text. |