From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qchecktableitem.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qchecktableitem.html') 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; }

The TQCheckTableItem class provides checkboxes in TQTables. More... -

#include <qtable.h> +

#include <ntqtable.h>

Inherits TQTableItem.

List of all member functions.

Public Members

@@ -53,7 +53,7 @@ The TQCheckTableItem class provides checkboxes in TQTables.

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 TQTable. When the cell has the focus +a real checkbox would in a TQTable. 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 looks 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 setChecked() and its state retrieved using isChecked().

To populate a table cell with a TQCheckTableItem use -TQTable::setItem(). +TQTable::setItem().

TQCheckTableItems can be distinguished from TQTableItems and TQComboTableItems using their Run Time Type Identification (rtti) value.

Table Items
-

See also rtti(), EditType, TQComboTableItem, TQTableItem, TQCheckBox, and Advanced Widgets. +

See also rtti(), EditType, TQComboTableItem, TQTableItem, TQCheckBox, and Advanced Widgets.


Member Function Documentation

-

TQCheckTableItem::TQCheckTableItem ( TQTable * table, const TQString & txt ) +

TQCheckTableItem::TQCheckTableItem ( TQTable * table, const TQString & txt )

Creates a TQCheckTableItem with an EditType of WhenCurrent as a child of table. The checkbox is initially unchecked and -- cgit v1.2.1