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/qchecklistitem.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'doc/html/qchecklistitem.html') 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; }

The TQCheckListItem class provides checkable list view items. More... -

#include <qlistview.h> +

#include <ntqlistview.h>

Inherits TQListViewItem.

List of all member functions.

Public Members

@@ -72,7 +72,7 @@ body { background: #ffffff; color: black; } The TQCheckListItem class provides checkable list view items.

-

TQCheckListItems are used in TQListViews to provide +

TQCheckListItems are used in TQListViews to provide TQListViewItems that are checkboxes, radio buttons or controllers.

Checkbox and controller check list items may be inserted at any @@ -81,7 +81,7 @@ children of a controller check list item.

The item can be checked or unchecked with setOn(). Its type can be retrieved with type() and its text retrieved with text().

List View Items
-

See also TQListViewItem, TQListView, and Advanced Widgets. +

See also TQListViewItem, TQListView, and Advanced Widgets.


Member Type Documentation

TQCheckListItem::ToggleState

@@ -103,49 +103,49 @@ retrieved with type() and its text retrieved with TQCheckListItem::TQCheckListItem ( TQCheckListItem * parent, const TQString & text, Type tt = RadioButtonController ) +

TQCheckListItem::TQCheckListItem ( TQCheckListItem * parent, const TQString & text, Type tt = RadioButtonController )

Constructs a checkable item with parent parent, text text and of type tt. Note that a RadioButton must be the child of a RadioButtonController, otherwise it will not toggle. -

TQCheckListItem::TQCheckListItem ( TQCheckListItem * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController ) +

TQCheckListItem::TQCheckListItem ( TQCheckListItem * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )

Constructs a checkable item with parent parent, which is after after in the parent's list of children, and with text text and of type tt. Note that a RadioButton must be the child of a RadioButtonController, otherwise it will not toggle. -

TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, const TQString & text, Type tt = RadioButtonController ) +

TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, const TQString & text, Type tt = RadioButtonController )

Constructs a checkable item with parent parent, text text and of type tt. Note that this item must not be a RadioButton. Radio buttons must be children of a RadioButtonController. -

TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController ) +

TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )

Constructs a checkable item with parent parent, which is after after in the parent's list of children, with text text and of type tt. Note that this item must not be a RadioButton. Radio buttons must be children of a RadioButtonController. -

TQCheckListItem::TQCheckListItem ( TQListView * parent, const TQString & text, Type tt = RadioButtonController ) +

TQCheckListItem::TQCheckListItem ( TQListView * parent, const TQString & text, Type tt = RadioButtonController )

Constructs a checkable item with parent parent, text text and of type tt. Note that tt must not be RadioButton. Radio buttons must be children of a RadioButtonController. -

TQCheckListItem::TQCheckListItem ( TQListView * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController ) +

TQCheckListItem::TQCheckListItem ( TQListView * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )

Constructs a checkable item with parent parent, which is after after in the parent's list of children, with text text and of type tt. Note that tt must not be RadioButton. Radio buttons must be children of a RadioButtonController. -

TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, const TQString & text, const TQPixmap & p ) +

TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, const TQString & text, const TQPixmap & p )

Constructs a RadioButtonController item with parent parent, text text and pixmap p. -

TQCheckListItem::TQCheckListItem ( TQListView * parent, const TQString & text, const TQPixmap & p ) +

TQCheckListItem::TQCheckListItem ( TQListView * parent, const TQString & text, const TQPixmap & p )

Constructs a RadioButtonController item with parent parent, text text and pixmap p. @@ -170,14 +170,14 @@ Toggle check box or set radio button to on. Returns TRUE if the item is tristate; otherwise returns FALSE.

See also setTristate(). -

void TQCheckListItem::paintCell ( TQPainter * p, const TQColorGroup & cg, int column, int width, int align ) [virtual] +

void TQCheckListItem::paintCell ( TQPainter * p, const TQColorGroup & cg, int column, int width, int align ) [virtual]

Paints the item using the painter p and the color group cg. The item is in column column, has width width and has alignment align. (See TQt::AlignmentFlags for valid alignments.)

Reimplemented from TQListViewItem. -

void TQCheckListItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const TQRect & r ) [virtual] +

void TQCheckListItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const TQRect & r ) [virtual]

Draws the focus rectangle r using the color group cg on the painter p. @@ -228,7 +228,7 @@ This virtual function is called when the item changes its state. NoChange (if tristate is enabled and the type is either CheckBox or CheckBoxController) reports the same as Off, so use state() to determine if the state is actually Off or NoChange. -

TQString TQCheckListItem::text () const +

TQString TQCheckListItem::text () const

Returns the item's text. -- cgit v1.2.1