diff options
Diffstat (limited to 'doc/html/qchecktableitem.html')
-rw-r--r-- | doc/html/qchecktableitem.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qchecktableitem.html b/doc/html/qchecktableitem.html index b2e361608..938aedf68 100644 --- a/doc/html/qchecktableitem.html +++ b/doc/html/qchecktableitem.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQCheckTableItem class provides checkboxes in TQTables. <a href="#details">More...</a> -<p><tt>#include <<a href="qtable-h.html">qtable.h</a>></tt> +<p><tt>#include <<a href="qtable-h.html">ntqtable.h</a>></tt> <p>Inherits <a href="qtableitem.html">TQTableItem</a>. <p><a href="qchecktableitem-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -53,7 +53,7 @@ The TQCheckTableItem class provides checkboxes in TQTables. <p> A TQCheckTableItem is a table item which looks and behaves like a checkbox. The advantage of using TQCheckTableItems rather than real checkboxes is that a TQCheckTableItem uses far less resources than -a real checkbox would in a <a href="qtable.html">TQTable</a>. When the cell has the focus +a real checkbox would in a <a href="ntqtable.html">TQTable</a>. When the cell has the focus it displays a real checkbox which the user can interact with. When the cell does not have the focus the cell <em>looks</em> like a checkbox. Pixmaps may not be used in TQCheckTableItems. @@ -63,15 +63,15 @@ checkbox. Pixmaps may not be used in TQCheckTableItems. checked and unchecked with <a href="#setChecked">setChecked</a>() and its state retrieved using <a href="#isChecked">isChecked</a>(). <p> To populate a table cell with a TQCheckTableItem use -<a href="qtable.html#setItem">TQTable::setItem</a>(). +<a href="ntqtable.html#setItem">TQTable::setItem</a>(). <p> TQCheckTableItems can be distinguished from <a href="qtableitem.html">TQTableItem</a>s and <a href="qcombotableitem.html">TQComboTableItem</a>s using their Run Time Type Identification (rtti) value. <p> <center><img src="qtableitems.png" alt="Table Items"></center> -<p> <p>See also <a href="#rtti">rtti</a>(), <a href="qtableitem.html#EditType-enum">EditType</a>, <a href="qcombotableitem.html">TQComboTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="qcheckbox.html">TQCheckBox</a>, and <a href="advanced.html">Advanced Widgets</a>. +<p> <p>See also <a href="#rtti">rtti</a>(), <a href="qtableitem.html#EditType-enum">EditType</a>, <a href="qcombotableitem.html">TQComboTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="ntqcheckbox.html">TQCheckBox</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCheckTableItem"></a>TQCheckTableItem::TQCheckTableItem ( <a href="qtable.html">TQTable</a> * table, const <a href="qstring.html">TQString</a> & txt ) +<h3 class=fn><a name="TQCheckTableItem"></a>TQCheckTableItem::TQCheckTableItem ( <a href="ntqtable.html">TQTable</a> * table, const <a href="ntqstring.html">TQString</a> & txt ) </h3> Creates a TQCheckTableItem with an <a href="qtableitem.html#EditType-enum">EditType</a> of <a href="qtableitem.html#EditType-enum">WhenCurrent</a> as a child of <em>table</em>. The checkbox is initially unchecked and |