summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlistview.3qt')
-rw-r--r--doc/man/man3/tqlistview.3qt456
1 files changed, 228 insertions, 228 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt
index bf273525f..172a004a7 100644
--- a/doc/man/man3/tqlistview.3qt
+++ b/doc/man/man3/tqlistview.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QListView 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQListView 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,19 +7,19 @@
.ad l
.nh
.SH NAME
-QListView \- Implements a list/tree view
+TQListView \- Implements a list/tree view
.SH SYNOPSIS
-\fC#include <ntqlistview.h>\fR
+\fC#include <tqlistview.h>\fR
.PP
Inherits TQScrollView.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQListView\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
+.BI "\fBTQListView\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
.br
.ti -1c
-.BI "\fB~QListView\fR ()"
+.BI "\fB~TQListView\fR ()"
.br
.ti -1c
.BI "int \fBtreeStepSize\fR () const"
@@ -28,16 +28,16 @@ Inherits TQScrollView.
.BI "virtual void \fBsetTreeStepSize\fR ( int )"
.br
.ti -1c
-.BI "virtual void \fBinsertItem\fR ( QListViewItem * i )"
+.BI "virtual void \fBinsertItem\fR ( TQListViewItem * i )"
.br
.ti -1c
-.BI "virtual void \fBtakeItem\fR ( QListViewItem * i )"
+.BI "virtual void \fBtakeItem\fR ( TQListViewItem * i )"
.br
.ti -1c
-.BI "virtual void removeItem ( QListViewItem * item ) \fI(obsolete)\fR"
+.BI "virtual void removeItem ( TQListViewItem * item ) \fI(obsolete)\fR"
.br
.ti -1c
-.BI "QHeader * \fBheader\fR () const"
+.BI "TQHeader * \fBheader\fR () const"
.br
.ti -1c
.BI "virtual int \fBaddColumn\fR ( const TQString & label, int width = -1 )"
@@ -82,19 +82,19 @@ Inherits TQScrollView.
.BI "int \fBcolumnAlignment\fR ( int column ) const"
.br
.ti -1c
-.BI "QListViewItem * \fBitemAt\fR ( const TQPoint & viewPos ) const"
+.BI "TQListViewItem * \fBitemAt\fR ( const TQPoint & viewPos ) const"
.br
.ti -1c
-.BI "TQRect \fBitemRect\fR ( const QListViewItem * i ) const"
+.BI "TQRect \fBitemRect\fR ( const TQListViewItem * i ) const"
.br
.ti -1c
-.BI "int \fBitemPos\fR ( const QListViewItem * item )"
+.BI "int \fBitemPos\fR ( const TQListViewItem * item )"
.br
.ti -1c
-.BI "void \fBensureItemVisible\fR ( const QListViewItem * i )"
+.BI "void \fBensureItemVisible\fR ( const TQListViewItem * i )"
.br
.ti -1c
-.BI "void \fBrepaintItem\fR ( const QListViewItem * item ) const"
+.BI "void \fBrepaintItem\fR ( const TQListViewItem * item ) const"
.br
.ti -1c
.BI "virtual void setMultiSelection ( bool enable ) \fI(obsolete)\fR"
@@ -115,34 +115,34 @@ Inherits TQScrollView.
.BI "virtual void \fBclearSelection\fR ()"
.br
.ti -1c
-.BI "virtual void \fBsetSelected\fR ( QListViewItem * item, bool selected )"
+.BI "virtual void \fBsetSelected\fR ( TQListViewItem * item, bool selected )"
.br
.ti -1c
-.BI "void \fBsetSelectionAnchor\fR ( QListViewItem * item )"
+.BI "void \fBsetSelectionAnchor\fR ( TQListViewItem * item )"
.br
.ti -1c
-.BI "bool \fBisSelected\fR ( const QListViewItem * i ) const"
+.BI "bool \fBisSelected\fR ( const TQListViewItem * i ) const"
.br
.ti -1c
-.BI "QListViewItem * \fBselectedItem\fR () const"
+.BI "TQListViewItem * \fBselectedItem\fR () const"
.br
.ti -1c
-.BI "virtual void \fBsetOpen\fR ( QListViewItem * item, bool open )"
+.BI "virtual void \fBsetOpen\fR ( TQListViewItem * item, bool open )"
.br
.ti -1c
-.BI "bool \fBisOpen\fR ( const QListViewItem * item ) const"
+.BI "bool \fBisOpen\fR ( const TQListViewItem * item ) const"
.br
.ti -1c
-.BI "virtual void \fBsetCurrentItem\fR ( QListViewItem * i )"
+.BI "virtual void \fBsetCurrentItem\fR ( TQListViewItem * i )"
.br
.ti -1c
-.BI "QListViewItem * \fBcurrentItem\fR () const"
+.BI "TQListViewItem * \fBcurrentItem\fR () const"
.br
.ti -1c
-.BI "QListViewItem * \fBfirstChild\fR () const"
+.BI "TQListViewItem * \fBfirstChild\fR () const"
.br
.ti -1c
-.BI "QListViewItem * \fBlastItem\fR () const"
+.BI "TQListViewItem * \fBlastItem\fR () const"
.br
.ti -1c
.BI "int \fBchildCount\fR () const"
@@ -208,7 +208,7 @@ Inherits TQScrollView.
.BI "ResizeMode \fBresizeMode\fR () const"
.br
.ti -1c
-.BI "QListViewItem * \fBfindItem\fR ( const TQString & text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const"
+.BI "TQListViewItem * \fBfindItem\fR ( const TQString & text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const"
.br
.ti -1c
.BI "enum \fBRenameAction\fR { Accept, Reject }"
@@ -250,70 +250,70 @@ Inherits TQScrollView.
.BI "void \fBselectionChanged\fR ()"
.br
.ti -1c
-.BI "void \fBselectionChanged\fR ( QListViewItem * )"
+.BI "void \fBselectionChanged\fR ( TQListViewItem * )"
.br
.ti -1c
-.BI "void \fBcurrentChanged\fR ( QListViewItem * )"
+.BI "void \fBcurrentChanged\fR ( TQListViewItem * )"
.br
.ti -1c
-.BI "void \fBclicked\fR ( QListViewItem * item )"
+.BI "void \fBclicked\fR ( TQListViewItem * item )"
.br
.ti -1c
-.BI "void \fBclicked\fR ( QListViewItem * item, const TQPoint & pnt, int c )"
+.BI "void \fBclicked\fR ( TQListViewItem * item, const TQPoint & pnt, int c )"
.br
.ti -1c
-.BI "void \fBpressed\fR ( QListViewItem * item )"
+.BI "void \fBpressed\fR ( TQListViewItem * item )"
.br
.ti -1c
-.BI "void \fBpressed\fR ( QListViewItem * item, const TQPoint & pnt, int c )"
+.BI "void \fBpressed\fR ( TQListViewItem * item, const TQPoint & pnt, int c )"
.br
.ti -1c
-.BI "void doubleClicked ( QListViewItem * item ) \fI(obsolete)\fR"
+.BI "void doubleClicked ( TQListViewItem * item ) \fI(obsolete)\fR"
.br
.ti -1c
-.BI "void \fBdoubleClicked\fR ( QListViewItem *, const TQPoint &, int )"
+.BI "void \fBdoubleClicked\fR ( TQListViewItem *, const TQPoint &, int )"
.br
.ti -1c
-.BI "void \fBreturnPressed\fR ( QListViewItem * )"
+.BI "void \fBreturnPressed\fR ( TQListViewItem * )"
.br
.ti -1c
-.BI "void \fBspacePressed\fR ( QListViewItem * )"
+.BI "void \fBspacePressed\fR ( TQListViewItem * )"
.br
.ti -1c
-.BI "void \fBrightButtonClicked\fR ( QListViewItem *, const TQPoint &, int )"
+.BI "void \fBrightButtonClicked\fR ( TQListViewItem *, const TQPoint &, int )"
.br
.ti -1c
-.BI "void \fBrightButtonPressed\fR ( QListViewItem *, const TQPoint &, int )"
+.BI "void \fBrightButtonPressed\fR ( TQListViewItem *, const TQPoint &, int )"
.br
.ti -1c
-.BI "void \fBmouseButtonPressed\fR ( int button, QListViewItem * item, const TQPoint & pos, int c )"
+.BI "void \fBmouseButtonPressed\fR ( int button, TQListViewItem * item, const TQPoint & pos, int c )"
.br
.ti -1c
-.BI "void \fBmouseButtonClicked\fR ( int button, QListViewItem * item, const TQPoint & pos, int c )"
+.BI "void \fBmouseButtonClicked\fR ( int button, TQListViewItem * item, const TQPoint & pos, int c )"
.br
.ti -1c
-.BI "void \fBcontextMenuRequested\fR ( QListViewItem * item, const TQPoint & pos, int col )"
+.BI "void \fBcontextMenuRequested\fR ( TQListViewItem * item, const TQPoint & pos, int col )"
.br
.ti -1c
-.BI "void \fBonItem\fR ( QListViewItem * i )"
+.BI "void \fBonItem\fR ( TQListViewItem * i )"
.br
.ti -1c
.BI "void \fBonViewport\fR ()"
.br
.ti -1c
-.BI "void \fBexpanded\fR ( QListViewItem * item )"
+.BI "void \fBexpanded\fR ( TQListViewItem * item )"
.br
.ti -1c
-.BI "void \fBcollapsed\fR ( QListViewItem * item )"
+.BI "void \fBcollapsed\fR ( TQListViewItem * item )"
.br
.ti -1c
.BI "void \fBdropped\fR ( TQDropEvent * e )"
.br
.ti -1c
-.BI "void \fBitemRenamed\fR ( QListViewItem * item, int col, const TQString & text )"
+.BI "void \fBitemRenamed\fR ( TQListViewItem * item, int col, const TQString & text )"
.br
.ti -1c
-.BI "void \fBitemRenamed\fR ( QListViewItem * item, int col )"
+.BI "void \fBitemRenamed\fR ( TQListViewItem * item, int col )"
.br
.in -1c
.SS "Properties"
@@ -322,7 +322,7 @@ Inherits TQScrollView.
.BI "bool \fBallColumnsShowFocus\fR - whether items should show keyboard focus using all columns"
.br
.ti -1c
-.BI "int \fBchildCount\fR - the number of parentless (top-level) QListViewItem objects in this QListView \fI(read " "only" ")\fR"
+.BI "int \fBchildCount\fR - the number of parentless (top-level) TQListViewItem objects in this TQListView \fI(read " "only" ")\fR"
.br
.ti -1c
.BI "int \fBcolumns\fR - the number of columns in this list view \fI(read " "only" ")\fR"
@@ -395,15 +395,15 @@ Inherits TQScrollView.
.br
.in -1c
.SH DESCRIPTION
-The QListView class implements a list/tree view.
+The TQListView class implements a list/tree view.
.PP
It can display and control a hierarchy of multi-column items, and provides the ability to add new items at any time. The user may select one or many items (depending on the SelectionMode) and sort the list in increasing or decreasing order by any column.
.PP
-The simplest pattern of use is to create a QListView, add some column headers using addColumn() and create one or more QListViewItem or TQCheckListItem objects with the QListView as parent:
+The simplest pattern of use is to create a TQListView, add some column headers using addColumn() and create one or more TQListViewItem or TQCheckListItem objects with the TQListView as parent:
.PP
.nf
.br
- QListView * table;
+ TQListView * table;
.fi
.PP
.nf
@@ -415,16 +415,16 @@ The simplest pattern of use is to create a QListView, add some column headers us
.PP
.nf
.br
- element = new QListViewItem( table, qName, namespaceURI );
+ element = new TQListViewItem( table, qName, namespaceURI );
.fi
.PP
-Further nodes can be added to the list view object (the root of the tree) or as child nodes to QListViewItems:
+Further nodes can be added to the list view object (the root of the tree) or as child nodes to TQListViewItems:
.PP
.nf
.br
for ( int i = 0 ; i < attributes.length(); i++ ) {
.br
- new QListViewItem( element, attributes.qName(i), attributes.uri(i) );
+ new TQListViewItem( element, attributes.qName(i), attributes.uri(i) );
.br
}
.fi
@@ -442,21 +442,21 @@ To handle events such as mouse presses on the list view, derived classes can rei
.PP
There are also several functions for mapping between items and coordinates. itemAt() returns the item at a position on-screen, itemRect() returns the rectangle an item occupies on the screen, and itemPos() returns the position of any item (whether it is on-screen or not). firstChild() returns the list view's first item (not necessarily visible on-screen).
.PP
-You can iterate over visible items using QListViewItem::itemBelow(); over a list view's top-level items using QListViewItem::firstChild() and QListViewItem::nextSibling(); or every item using a QListViewItemIterator. See the QListViewItem documentation for examples of traversal.
+You can iterate over visible items using TQListViewItem::itemBelow(); over a list view's top-level items using TQListViewItem::firstChild() and TQListViewItem::nextSibling(); or every item using a TQListViewItemIterator. See the TQListViewItem documentation for examples of traversal.
.PP
-An item can be moved amongst its siblings using QListViewItem::moveItem(). To move an item in the hierarchy use takeItem() and insertItem(). Item's (and all their child items) are deleted with \fCdelete\fR; to delete all the list view's items use clear().
+An item can be moved amongst its siblings using TQListViewItem::moveItem(). To move an item in the hierarchy use takeItem() and insertItem(). Item's (and all their child items) are deleted with \fCdelete\fR; to delete all the list view's items use clear().
.PP
-There are a variety of selection modes described in the QListView::SelectionMode documentation. The default is Single selection, which you can change using setSelectionMode().
+There are a variety of selection modes described in the TQListView::SelectionMode documentation. The default is Single selection, which you can change using setSelectionMode().
.PP
-Because QListView offers multiple selection it must display keyboard focus and selection state separately. Therefore there are functions both to set the selection state of an item (setSelected()) and to set which item displays keyboard focus (setCurrentItem()).
+Because TQListView offers multiple selection it must display keyboard focus and selection state separately. Therefore there are functions both to set the selection state of an item (setSelected()) and to set which item displays keyboard focus (setCurrentItem()).
.PP
-QListView emits two groups of signals; one group signals changes in selection/focus state and one indicates selection. The first group consists of selectionChanged() (applicable to all list views), selectionChanged(QListViewItem*) (applicable only to a Single selection list view), and currentChanged(QListViewItem*). The second group consists of doubleClicked(QListViewItem*), returnPressed(QListViewItem*), rightButtonClicked(QListViewItem*, const TQPoint&, int), etc.
+TQListView emits two groups of signals; one group signals changes in selection/focus state and one indicates selection. The first group consists of selectionChanged() (applicable to all list views), selectionChanged(TQListViewItem*) (applicable only to a Single selection list view), and currentChanged(TQListViewItem*). The second group consists of doubleClicked(TQListViewItem*), returnPressed(TQListViewItem*), rightButtonClicked(TQListViewItem*, const TQPoint&, int), etc.
.PP
Note that changing the state of the list view in a slot connected to a list view signal may cause unexpected side effects. If you need to change the list view's state in response to a signal, use a single shot timer with a time out of 0, and connect this timer to a slot that modifies the list view's state.
.PP
-In Motif style, QListView deviates fairly strongly from the look and feel of the Motif hierarchical tree view. This is done mostly to provide a usable keyboard interface and to make the list view look better with a white background.
+In Motif style, TQListView deviates fairly strongly from the look and feel of the Motif hierarchical tree view. This is done mostly to provide a usable keyboard interface and to make the list view look better with a white background.
.PP
-If selectionMode() is Single (the default) the user can select one item at a time, e.g. by clicking an item with the mouse, see QListView::SelectionMode for details.
+If selectionMode() is Single (the default) the user can select one item at a time, e.g. by clicking an item with the mouse, see TQListView::SelectionMode for details.
.PP
The list view can be navigated either using the mouse or the keyboard. Clicking a \fB-\fR icon closes an item (hides its children) and clicking a \fB+\fR icon opens an item (shows its children). The keyboard controls are these: <center>.nf
.TS
@@ -476,52 +476,52 @@ If the user starts typing letters with the focus in the list view an incremental
.ce 1
.B "[Image Omitted]"
.PP
-See also QListViewItem, TQCheckListItem, and Advanced Widgets.
+See also TQListViewItem, TQCheckListItem, and Advanced Widgets.
.SS "Member Type Documentation"
-.SH "QListView::RenameAction"
+.SH "TQListView::RenameAction"
This enum describes whether a rename operation is accepted if the rename editor loses focus without the user pressing Enter.
.TP
-\fCQListView::Accept\fR - Rename if Enter is pressed or focus is lost.
+\fCTQListView::Accept\fR - Rename if Enter is pressed or focus is lost.
.TP
-\fCQListView::Reject\fR - Discard the rename operation if focus is lost (and Enter has not been pressed).
-.SH "QListView::ResizeMode"
+\fCTQListView::Reject\fR - Discard the rename operation if focus is lost (and Enter has not been pressed).
+.SH "TQListView::ResizeMode"
This enum describes how the list view's header adjusts to resize events which affect the width of the list view.
.TP
-\fCQListView::NoColumn\fR - The columns do not get resized in resize events.
+\fCTQListView::NoColumn\fR - The columns do not get resized in resize events.
.TP
-\fCQListView::AllColumns\fR - All columns are resized equally to fit the width of the list view.
+\fCTQListView::AllColumns\fR - All columns are resized equally to fit the width of the list view.
.TP
-\fCQListView::LastColumn\fR - The last column is resized to fit the width of the list view.
-.SH "QListView::SelectionMode"
-This enumerated type is used by QListView to indicate how it reacts to selection by the user.
+\fCTQListView::LastColumn\fR - The last column is resized to fit the width of the list view.
+.SH "TQListView::SelectionMode"
+This enumerated type is used by TQListView to indicate how it reacts to selection by the user.
.TP
-\fCQListView::Single\fR - When the user selects an item, any already-selected item becomes unselected. The user can unselect the selected item by clicking on some empty space within the view.
+\fCTQListView::Single\fR - When the user selects an item, any already-selected item becomes unselected. The user can unselect the selected item by clicking on some empty space within the view.
.TP
-\fCQListView::Multi\fR - When the user selects an item in the usual way, the selection status of that item is toggled and the other items are left alone. Also, multiple items can be selected by dragging the mouse while the left mouse button stays pressed.
+\fCTQListView::Multi\fR - When the user selects an item in the usual way, the selection status of that item is toggled and the other items are left alone. Also, multiple items can be selected by dragging the mouse while the left mouse button stays pressed.
.TP
-\fCQListView::Extended\fR - When the user selects an item in the usual way, the selection is cleared and the new item selected. However, if the user presses the Ctrl key when clicking on an item, the clicked item gets toggled and all other items are left untouched. And if the user presses the Shift key while clicking on an item, all items between the current item and the clicked item get selected or unselected, depending on the state of the clicked item. Also, multiple items can be selected by dragging the mouse over them.
+\fCTQListView::Extended\fR - When the user selects an item in the usual way, the selection is cleared and the new item selected. However, if the user presses the Ctrl key when clicking on an item, the clicked item gets toggled and all other items are left untouched. And if the user presses the Shift key while clicking on an item, all items between the current item and the clicked item get selected or unselected, depending on the state of the clicked item. Also, multiple items can be selected by dragging the mouse over them.
.TP
-\fCQListView::NoSelection\fR - Items cannot be selected.
+\fCTQListView::NoSelection\fR - Items cannot be selected.
.PP
In other words, Single is a real single-selection list view, Multi a real multi-selection list view, Extended is a list view where users can select multiple items but usually want to select either just one or a range of contiguous items, and NoSelection is a list view where the user can look but not touch.
-.SH "QListView::WidthMode"
+.SH "TQListView::WidthMode"
This enum type describes how the width of a column in the view changes.
.TP
-\fCQListView::Manual\fR - the column width does not change automatically.
+\fCTQListView::Manual\fR - the column width does not change automatically.
.TP
-\fCQListView::Maximum\fR - the column is automatically sized according to the widths of all items in the column. (Note: The column never shrinks in this case.) This means that the column is always resized to the width of the item with the largest width in the column.
+\fCTQListView::Maximum\fR - the column is automatically sized according to the widths of all items in the column. (Note: The column never shrinks in this case.) This means that the column is always resized to the width of the item with the largest width in the column.
.PP
See also setColumnWidth(), setColumnWidthMode(), and columnWidth().
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QListView::QListView ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
+.SH "TQListView::TQListView ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )"
Constructs a new empty list view called \fIname\fR with parent \fIparent\fR.
.PP
-Performance is boosted by modifying the widget flags \fIf\fR so that only part of the QListViewItem children is redrawn. This may be unsuitable for custom QListViewItem classes, in which case WStaticContents and WNoAutoErase should be cleared.
+Performance is boosted by modifying the widget flags \fIf\fR so that only part of the TQListViewItem children is redrawn. This may be unsuitable for custom TQListViewItem classes, in which case WStaticContents and WNoAutoErase should be cleared.
.PP
See also TQWidget::clearWFlags() and TQt::WidgetFlags.
-.SH "QListView::~QListView ()"
+.SH "TQListView::~TQListView ()"
Destroys the list view, deleting all its items, and frees up all allocated resources.
-.SH "int QListView::addColumn ( const TQString & label, int width = -1 )\fC [virtual]\fR"
+.SH "int TQListView::addColumn ( const TQString & label, int width = -1 )\fC [virtual]\fR"
Adds a \fIwidth\fR pixels wide column with the column header \fIlabel\fR to the list view, and returns the index of the new column.
.PP
All columns apart from the first one are inserted to the right of the existing ones.
@@ -532,7 +532,7 @@ See also setColumnText(), setColumnWidth(), and setColumnWidthMode().
.PP
Examples:
.)l addressbook/centralwidget.cpp, checklists/checklists.cpp, dirview/main.cpp, fileiconview/mainwindow.cpp, listviews/listviews.cpp, and tqdir/tqdir.cpp.
-.SH "int QListView::addColumn ( const TQIconSet & iconset, const TQString & label, int width = -1 )\fC [virtual]\fR"
+.SH "int TQListView::addColumn ( const TQIconSet & iconset, const TQString & label, int width = -1 )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Adds a \fIwidth\fR pixels wide new column with the header \fIlabel\fR and the \fIiconset\fR to the list view, and returns the index of the column.
@@ -540,13 +540,13 @@ Adds a \fIwidth\fR pixels wide new column with the header \fIlabel\fR and the \f
If \fIwidth\fR is negative, the new column's WidthMode is set to Maximum, and to Manual otherwise.
.PP
See also setColumnText(), setColumnWidth(), and setColumnWidthMode().
-.SH "void QListView::adjustColumn ( int col )\fC [slot]\fR"
+.SH "void TQListView::adjustColumn ( int col )\fC [slot]\fR"
Adjusts the column \fIcol\fR to its preferred width
-.SH "bool QListView::allColumnsShowFocus () const"
+.SH "bool TQListView::allColumnsShowFocus () const"
Returns TRUE if items should show keyboard focus using all columns; otherwise returns FALSE. See the "allColumnsShowFocus" property for details.
-.SH "int QListView::childCount () const"
-Returns the number of parentless (top-level) QListViewItem objects in this QListView. See the "childCount" property for details.
-.SH "void QListView::clear ()\fC [virtual slot]\fR"
+.SH "int TQListView::childCount () const"
+Returns the number of parentless (top-level) TQListViewItem objects in this TQListView. See the "childCount" property for details.
+.SH "void TQListView::clear ()\fC [virtual slot]\fR"
Removes and deletes all the items in this list view and triggers an update.
.PP
Note that the currentChanged() signal is not emitted when this slot is invoked.
@@ -555,69 +555,69 @@ See also triggerUpdate().
.PP
Examples:
.)l addressbook/centralwidget.cpp, checklists/checklists.cpp, listviews/listviews.cpp, and qutlook/centralwidget.cpp.
-.SH "void QListView::clearSelection ()\fC [virtual]\fR"
+.SH "void TQListView::clearSelection ()\fC [virtual]\fR"
Sets all the items to be not selected, updates the list view as necessary, and emits the selectionChanged() signals. Note that for Multi selection list views this function needs to iterate over \fIall\fR items.
.PP
See also setSelected() and multiSelection.
.PP
Example: addressbook/centralwidget.cpp.
-.SH "void QListView::clicked ( QListViewItem * item )\fC [signal]\fR"
+.SH "void TQListView::clicked ( TQListViewItem * item )\fC [signal]\fR"
This signal is emitted whenever the user clicks (mouse pressed \fIand\fR mouse released) in the list view. \fIitem\fR is the clicked list view item, or 0 if the user didn't click on an item.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
.PP
Example: addressbook/centralwidget.cpp.
-.SH "void QListView::clicked ( QListViewItem * item, const TQPoint & pnt, int c )\fC [signal]\fR"
+.SH "void TQListView::clicked ( TQListViewItem * item, const TQPoint & pnt, int c )\fC [signal]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This signal is emitted whenever the user clicks (mouse pressed \fIand\fR mouse released) in the list view. \fIitem\fR is the clicked list view item, or 0 if the user didn't click on an item. \fIpnt\fR is the position where the user has clicked in global coordinates. If \fIitem\fR is not 0, \fIc\fR is the list view column into which the user pressed; if \fIitem\fR is 0 \fIc\fR's value is undefined.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
-.SH "void QListView::collapsed ( QListViewItem * item )\fC [signal]\fR"
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
+.SH "void TQListView::collapsed ( TQListViewItem * item )\fC [signal]\fR"
This signal is emitted when the \fIitem\fR has been collapsed, i.e. when the children of \fIitem\fR are hidden.
.PP
See also setOpen() and expanded().
-.SH "int QListView::columnAlignment ( int column ) const"
+.SH "int TQListView::columnAlignment ( int column ) const"
Returns the alignment of column \fIcolumn\fR. The default is AlignAuto.
.PP
See also TQt::AlignmentFlags.
-.SH "TQString QListView::columnText ( int c ) const"
+.SH "TQString TQListView::columnText ( int c ) const"
Returns the text of column \fIc\fR.
.PP
See also setColumnText().
-.SH "int QListView::columnWidth ( int c ) const"
+.SH "int TQListView::columnWidth ( int c ) const"
Returns the width of column \fIc\fR.
.PP
See also setColumnWidth().
-.SH "WidthMode QListView::columnWidthMode ( int c ) const"
+.SH "WidthMode TQListView::columnWidthMode ( int c ) const"
Returns the WidthMode for column \fIc\fR.
.PP
See also setColumnWidthMode().
-.SH "int QListView::columns () const"
+.SH "int TQListView::columns () const"
Returns the number of columns in this list view. See the "columns" property for details.
-.SH "void QListView::contentsMouseDoubleClickEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseDoubleClickEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse double-click event \fIe\fR on behalf of the viewed widget.
.PP
Reimplemented from TQScrollView.
-.SH "void QListView::contentsMouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse move event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
Reimplemented from TQScrollView.
-.SH "void QListView::contentsMousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse press event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
Reimplemented from TQScrollView.
-.SH "void QListView::contentsMouseReleaseEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::contentsMouseReleaseEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse release event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
Reimplemented from TQScrollView.
-.SH "void QListView::contextMenuRequested ( QListViewItem * item, const TQPoint & pos, int col )\fC [signal]\fR"
+.SH "void TQListView::contextMenuRequested ( TQListViewItem * item, const TQPoint & pos, int col )\fC [signal]\fR"
This signal is emitted when the user invokes a context menu with the right mouse button or with special system keys. If the keyboard was used \fIitem\fR is the current item; if the mouse was used, \fIitem\fR is the item under the mouse pointer or 0 if there is no item under the mouse pointer. If no item is clicked, the column index emitted is -1.
.PP
\fIpos\fR is the position for the context menu in the global coordinate system.
@@ -625,102 +625,102 @@ This signal is emitted when the user invokes a context menu with the right mouse
\fIcol\fR is the column on which the user pressed, or -1 if the signal was triggered by a key event.
.PP
Example: listviews/listviews.cpp.
-.SH "void QListView::currentChanged ( QListViewItem * )\fC [signal]\fR"
+.SH "void TQListView::currentChanged ( TQListViewItem * )\fC [signal]\fR"
This signal is emitted whenever the current item has changed (normally after the screen update). The current item is the item responsible for indicating keyboard focus.
.PP
The argument is the newly current item, or 0 if the change made no item current. This can happen, for example, if all items in the list view are deleted.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
.PP
See also setCurrentItem() and currentItem().
.PP
Example: listviews/listviews.cpp.
-.SH "QListViewItem * QListView::currentItem () const"
+.SH "TQListViewItem * TQListView::currentItem () const"
Returns the current item, or 0 if there isn't one.
.PP
See also setCurrentItem().
.PP
Examples:
.)l addressbook/centralwidget.cpp, listviews/listviews.cpp, and qutlook/centralwidget.cpp.
-.SH "RenameAction QListView::defaultRenameAction () const"
+.SH "RenameAction TQListView::defaultRenameAction () const"
Returns what action to perform when the editor loses focus during renaming. See the "defaultRenameAction" property for details.
-.SH "void QListView::doAutoScroll ()\fC [protected slot]\fR"
+.SH "void TQListView::doAutoScroll ()\fC [protected slot]\fR"
This slot handles auto-scrolling when the mouse button is pressed and the mouse is outside the widget.
-.SH "void QListView::doubleClicked ( QListViewItem *, const TQPoint &, int )\fC [signal]\fR"
-This signal is emitted whenever an item is double-clicked. It's emitted on the second button press, not the second button release. The arguments are the relevant QListViewItem (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list).
+.SH "void TQListView::doubleClicked ( TQListViewItem *, const TQPoint &, int )\fC [signal]\fR"
+This signal is emitted whenever an item is double-clicked. It's emitted on the second button press, not the second button release. The arguments are the relevant TQListViewItem (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list).
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
-.SH "void QListView::doubleClicked ( QListViewItem * item )\fC [signal]\fR"
-\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. (use doubleClicked( QListViewItem *, const TQPoint&, int ))
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
+.SH "void TQListView::doubleClicked ( TQListViewItem * item )\fC [signal]\fR"
+\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. (use doubleClicked( TQListViewItem *, const TQPoint&, int ))
.PP
This signal is emitted whenever an item is double-clicked. It's emitted on the second button press, not the second button release. \fIitem\fR is the list view item on which the user did the double-click.
-.SH "TQDragObject * QListView::dragObject ()\fC [virtual protected]\fR"
-If the user presses the mouse on an item and starts moving the mouse, and the item allow dragging (see QListViewItem::setDragEnabled()), this function is called to get a drag object and a drag is started unless dragObject() returns 0.
+.SH "TQDragObject * TQListView::dragObject ()\fC [virtual protected]\fR"
+If the user presses the mouse on an item and starts moving the mouse, and the item allow dragging (see TQListViewItem::setDragEnabled()), this function is called to get a drag object and a drag is started unless dragObject() returns 0.
.PP
By default this function returns 0. You should reimplement it and create a TQDragObject depending on the selected items.
-.SH "void QListView::drawContentsOffset ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )\fC [virtual protected]\fR"
-Calls QListViewItem::paintCell() and QListViewItem::paintBranches() as necessary for all list view items that require repainting in the \fIcw\fR pixels wide and \fIch\fR pixels high bounding rectangle starting at position \fIcx\fR, \fIcy\fR with offset \fIox\fR, \fIoy\fR. Uses the painter \fIp\fR.
+.SH "void TQListView::drawContentsOffset ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )\fC [virtual protected]\fR"
+Calls TQListViewItem::paintCell() and TQListViewItem::paintBranches() as necessary for all list view items that require repainting in the \fIcw\fR pixels wide and \fIch\fR pixels high bounding rectangle starting at position \fIcx\fR, \fIcy\fR with offset \fIox\fR, \fIoy\fR. Uses the painter \fIp\fR.
.PP
Reimplemented from TQScrollView.
-.SH "void QListView::dropped ( TQDropEvent * e )\fC [signal]\fR"
+.SH "void TQListView::dropped ( TQDropEvent * e )\fC [signal]\fR"
This signal is emitted, when a drop event occurred on the viewport (not onto an item).
.PP
\fIe\fR provides all the information about the drop.
-.SH "void QListView::ensureItemVisible ( const QListViewItem * i )"
+.SH "void TQListView::ensureItemVisible ( const TQListViewItem * i )"
Ensures that item \fIi\fR is visible, scrolling the list view vertically if necessary and opening (expanding) any parent items if this is required to show the item.
.PP
See also itemRect() and TQScrollView::ensureVisible().
-.SH "bool QListView::eventFilter ( TQObject * o, TQEvent * e )\fC [virtual]\fR"
+.SH "bool TQListView::eventFilter ( TQObject * o, TQEvent * e )\fC [virtual]\fR"
Redirects the event \fIe\fR relating to object \fIo\fR, for the viewport to mousePressEvent(), keyPressEvent() and friends.
.PP
Reimplemented from TQScrollView.
-.SH "void QListView::expanded ( QListViewItem * item )\fC [signal]\fR"
+.SH "void TQListView::expanded ( TQListViewItem * item )\fC [signal]\fR"
This signal is emitted when \fIitem\fR has been expanded, i.e. when the children of \fIitem\fR are shown.
.PP
See also setOpen() and collapsed().
-.SH "QListViewItem * QListView::findItem ( const TQString & text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const"
+.SH "TQListViewItem * TQListView::findItem ( const TQString & text, int column, ComparisonFlags compare = ExactMatch | CaseSensitive ) const"
Finds the first list view item in column \fIcolumn\fR, that matches \fItext\fR and returns the item, or returns 0 of no such item could be found. The search starts from the current item if the current item exists, otherwise it starts from the first list view item. After reaching the last item the search continues from the first item. Pass OR-ed together TQt::StringComparisonMode values in the \fIcompare\fR flag, to control how the matching is performed. The default comparison mode is case-sensitive, exact match.
-.SH "QListViewItem * QListView::firstChild () const"
-Returns the first item in this QListView. Returns 0 if there is no first item.
+.SH "TQListViewItem * TQListView::firstChild () const"
+Returns the first item in this TQListView. Returns 0 if there is no first item.
.PP
-A list view's items can be traversed using firstChild() and nextSibling() or using a QListViewItemIterator.
+A list view's items can be traversed using firstChild() and nextSibling() or using a TQListViewItemIterator.
.PP
-See also itemAt(), QListViewItem::itemBelow(), and QListViewItem::itemAbove().
+See also itemAt(), TQListViewItem::itemBelow(), and TQListViewItem::itemAbove().
.PP
Examples:
.)l addressbook/centralwidget.cpp and listviews/listviews.cpp.
-.SH "QHeader * QListView::header () const"
-Returns the QHeader object that manages this list view's columns. Please don't modify the header behind the list view's back.
+.SH "TQHeader * TQListView::header () const"
+Returns the TQHeader object that manages this list view's columns. Please don't modify the header behind the list view's back.
.PP
-You may safely call QHeader::setClickEnabled(), QHeader::setResizeEnabled(), QHeader::setMovingEnabled(), QHeader::hide() and all the const QHeader functions.
+You may safely call TQHeader::setClickEnabled(), TQHeader::setResizeEnabled(), TQHeader::setMovingEnabled(), TQHeader::hide() and all the const TQHeader functions.
.PP
Examples:
.)l listviews/listviews.cpp and tqdir/tqdir.cpp.
-.SH "void QListView::hideColumn ( int column )"
+.SH "void TQListView::hideColumn ( int column )"
Hides the column specified at \fIcolumn\fR. This is a convenience function that calls setColumnWidth( \fIcolumn\fR, 0 ).
.PP
Note: The user may still be able to resize the hidden column using the header handles. To prevent this, call setResizeEnabled(FALSE, \fIcolumn\fR) on the list views header.
.PP
See also setColumnWidth().
-.SH "void QListView::insertItem ( QListViewItem * i )\fC [virtual]\fR"
-Inserts item \fIi\fR into the list view as a top-level item. You do not need to call this unless you've called takeItem(\fIi\fR) or QListViewItem::takeItem(\fIi\fR) and need to reinsert \fIi\fR elsewhere.
+.SH "void TQListView::insertItem ( TQListViewItem * i )\fC [virtual]\fR"
+Inserts item \fIi\fR into the list view as a top-level item. You do not need to call this unless you've called takeItem(\fIi\fR) or TQListViewItem::takeItem(\fIi\fR) and need to reinsert \fIi\fR elsewhere.
.PP
-See also QListViewItem::takeItem() and takeItem().
-.SH "void QListView::invertSelection ()\fC [virtual slot]\fR"
+See also TQListViewItem::takeItem() and takeItem().
+.SH "void TQListView::invertSelection ()\fC [virtual slot]\fR"
Inverts the selection. Only works in Multi and Extended selection modes.
-.SH "bool QListView::isMultiSelection () const"
+.SH "bool TQListView::isMultiSelection () const"
Returns TRUE if the list view is in multi-selection or extended-selection mode; otherwise returns FALSE. See the "multiSelection" property for details.
-.SH "bool QListView::isOpen ( const QListViewItem * item ) const"
+.SH "bool TQListView::isOpen ( const TQListViewItem * item ) const"
Identical to \fIitem\fR->isOpen(). Provided for completeness.
.PP
See also setOpen().
-.SH "bool QListView::isRenaming () const"
+.SH "bool TQListView::isRenaming () const"
Returns TRUE if an item is being renamed; otherwise returns FALSE.
-.SH "bool QListView::isSelected ( const QListViewItem * i ) const"
+.SH "bool TQListView::isSelected ( const TQListViewItem * i ) const"
Returns TRUE if the list view item \fIi\fR is selected; otherwise returns FALSE.
.PP
-See also QListViewItem::isSelected().
-.SH "QListViewItem * QListView::itemAt ( const TQPoint & viewPos ) const"
+See also TQListViewItem::isSelected().
+.SH "TQListViewItem * TQListView::itemAt ( const TQPoint & viewPos ) const"
Returns the list view item at \fIviewPos\fR. Note that \fIviewPos\fR is in the viewport()'s coordinate system, not in the list view's own, much larger, coordinate system.
.PP
itemAt() returns 0 if there is no such item.
@@ -729,7 +729,7 @@ Note that you also get the pointer to the item if \fIviewPos\fR points to the ro
.PP
.nf
.br
- QListViewItem *i = itemAt( p );
+ TQListViewItem *i = itemAt( p );
.br
if ( i ) {
.br
@@ -752,18 +752,18 @@ Note that you also get the pointer to the item if \fIviewPos\fR points to the ro
This might be interesting if you use this function to find out where the user clicked and if you want to start a drag (which you do not want to do if the user clicked onto the root decoration of an item).
.PP
See also itemPos(), itemRect(), and viewportToContents().
-.SH "int QListView::itemMargin () const"
+.SH "int TQListView::itemMargin () const"
Returns the advisory item margin that list items may use. See the "itemMargin" property for details.
-.SH "int QListView::itemPos ( const QListViewItem * item )"
+.SH "int TQListView::itemPos ( const TQListViewItem * item )"
Returns the y-coordinate of \fIitem\fR in the list view's coordinate system. This function is normally much slower than itemAt() but it works for all items, whereas itemAt() normally works only for items on the screen.
.PP
-This is a thin wrapper around QListViewItem::itemPos().
+This is a thin wrapper around TQListViewItem::itemPos().
.PP
See also itemAt() and itemRect().
-.SH "TQRect QListView::itemRect ( const QListViewItem * i ) const"
+.SH "TQRect TQListView::itemRect ( const TQListViewItem * i ) const"
Returns the rectangle on the screen that item \fIi\fR occupies in viewport()'s coordinates, or an invalid rectangle if \fIi\fR is 0 or is not currently visible.
.PP
-The rectangle returned does not include any children of the rectangle (i.e. it uses QListViewItem::height(), rather than QListViewItem::totalHeight()). If you want the rectangle to include children you can use something like this:
+The rectangle returned does not include any children of the rectangle (i.e. it uses TQListViewItem::height(), rather than TQListViewItem::totalHeight()). If you want the rectangle to include children you can use something like this:
.PP
.nf
.br
@@ -778,125 +778,125 @@ The rectangle returned does not include any children of the rectangle (i.e. it u
Note the way it avoids too-high rectangles. totalHeight() can be much larger than the window system's coordinate system allows.
.PP
itemRect() is comparatively slow. It's best to call it only for items that are probably on-screen.
-.SH "void QListView::itemRenamed ( QListViewItem * item, int col, const TQString & text )\fC [signal]\fR"
+.SH "void TQListView::itemRenamed ( TQListViewItem * item, int col, const TQString & text )\fC [signal]\fR"
This signal is emitted when \fIitem\fR has been renamed to \fItext\fR, e.g. by in in-place renaming, in column \fIcol\fR.
.PP
-See also QListViewItem::setRenameEnabled().
-.SH "void QListView::itemRenamed ( QListViewItem * item, int col )\fC [signal]\fR"
+See also TQListViewItem::setRenameEnabled().
+.SH "void TQListView::itemRenamed ( TQListViewItem * item, int col )\fC [signal]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This signal is emitted when \fIitem\fR has been renamed, e.g. by in-place renaming, in column \fIcol\fR.
.PP
-See also QListViewItem::setRenameEnabled().
-.SH "QListViewItem * QListView::lastItem () const"
-Returns the last item in the list view tree. Returns 0 if there are no items in the QListView.
+See also TQListViewItem::setRenameEnabled().
+.SH "TQListViewItem * TQListView::lastItem () const"
+Returns the last item in the list view tree. Returns 0 if there are no items in the TQListView.
.PP
This function is slow because it traverses the entire tree to find the last item.
-.SH "void QListView::mouseButtonClicked ( int button, QListViewItem * item, const TQPoint & pos, int c )\fC [signal]\fR"
+.SH "void TQListView::mouseButtonClicked ( int button, TQListViewItem * item, const TQPoint & pos, int c )\fC [signal]\fR"
This signal is emitted whenever the user clicks (mouse pressed \fIand\fR mouse released) in the list view at position \fIpos\fR. \fIbutton\fR is the mouse button that the user pressed, \fIitem\fR is the clicked list view item or 0 if the user didn't click on an item. If \fIitem\fR is not 0, \fIc\fR is the list view column into which the user pressed; if \fIitem\fR is 0 \fIc\fR's value is undefined.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
-.SH "void QListView::mouseButtonPressed ( int button, QListViewItem * item, const TQPoint & pos, int c )\fC [signal]\fR"
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
+.SH "void TQListView::mouseButtonPressed ( int button, TQListViewItem * item, const TQPoint & pos, int c )\fC [signal]\fR"
This signal is emitted whenever the user pressed the mouse button in the list view at position \fIpos\fR. \fIbutton\fR is the mouse button which the user pressed, \fIitem\fR is the pressed list view item or 0 if the user didn't press on an item. If \fIitem\fR is not 0, \fIc\fR is the list view column into which the user pressed; if \fIitem\fR is 0 \fIc\fR's value is undefined.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
-.SH "void QListView::onItem ( QListViewItem * i )\fC [signal]\fR"
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
+.SH "void TQListView::onItem ( TQListViewItem * i )\fC [signal]\fR"
This signal is emitted when the user moves the mouse cursor onto item \fIi\fR, similar to the TQWidget::enterEvent() function.
-.SH "void QListView::onViewport ()\fC [signal]\fR"
+.SH "void TQListView::onViewport ()\fC [signal]\fR"
This signal is emitted when the user moves the mouse cursor from an item to an empty part of the list view.
-.SH "void QListView::paintEmptyArea ( TQPainter * p, const TQRect & rect )\fC [virtual protected]\fR"
+.SH "void TQListView::paintEmptyArea ( TQPainter * p, const TQRect & rect )\fC [virtual protected]\fR"
Paints \fIrect\fR so that it looks like empty background using painter \fIp\fR. \fIrect\fR is in widget coordinates, ready to be fed to \fIp\fR.
.PP
The default function fills \fIrect\fR with the viewport()->backgroundBrush().
-.SH "void QListView::pressed ( QListViewItem * item )\fC [signal]\fR"
+.SH "void TQListView::pressed ( TQListViewItem * item )\fC [signal]\fR"
This signal is emitted whenever the user presses the mouse button in a list view. \fIitem\fR is the list view item on which the user pressed the mouse button, or 0 if the user didn't press the mouse on an item.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
-.SH "void QListView::pressed ( QListViewItem * item, const TQPoint & pnt, int c )\fC [signal]\fR"
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
+.SH "void TQListView::pressed ( TQListViewItem * item, const TQPoint & pnt, int c )\fC [signal]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This signal is emitted whenever the user presses the mouse button in a list view. \fIitem\fR is the list view item on which the user pressed the mouse button, or 0 if the user didn't press the mouse on an item. \fIpnt\fR is the position of the mouse cursor in global coordinates, and \fIc\fR is the column where the mouse cursor was when the user pressed the mouse button.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
-.SH "void QListView::removeColumn ( int index )\fC [virtual]\fR"
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
+.SH "void TQListView::removeColumn ( int index )\fC [virtual]\fR"
Removes the column at position \fIindex\fR.
.PP
If no columns remain after the column is removed, the list view will be cleared.
.PP
See also clear().
-.SH "void QListView::removeItem ( QListViewItem * item )\fC [virtual]\fR"
+.SH "void TQListView::removeItem ( TQListViewItem * item )\fC [virtual]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
This function has been renamed takeItem().
-.SH "void QListView::repaintItem ( const QListViewItem * item ) const"
+.SH "void TQListView::repaintItem ( const TQListViewItem * item ) const"
Repaints \fIitem\fR on the screen if \fIitem\fR is currently visible. Takes care to avoid multiple repaints.
-.SH "void QListView::resizeEvent ( QResizeEvent * e )\fC [virtual protected]\fR"
+.SH "void TQListView::resizeEvent ( QResizeEvent * e )\fC [virtual protected]\fR"
Ensures that the header is correctly sized and positioned when the resize event \fIe\fR occurs.
-.SH "ResizeMode QListView::resizeMode () const"
+.SH "ResizeMode TQListView::resizeMode () const"
Returns TRUE if all, none or the only the last column should be resized; otherwise returns FALSE. See the "resizeMode" property for details.
-.SH "void QListView::returnPressed ( QListViewItem * )\fC [signal]\fR"
+.SH "void TQListView::returnPressed ( TQListViewItem * )\fC [signal]\fR"
This signal is emitted when Enter or Return is pressed. The argument is the currentItem().
-.SH "void QListView::rightButtonClicked ( QListViewItem *, const TQPoint &, int )\fC [signal]\fR"
-This signal is emitted when the right button is clicked (i.e. when it's released). The arguments are the relevant QListViewItem (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list).
-.SH "void QListView::rightButtonPressed ( QListViewItem *, const TQPoint &, int )\fC [signal]\fR"
-This signal is emitted when the right button is pressed. The arguments are the relevant QListViewItem (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list).
-.SH "bool QListView::rootIsDecorated () const"
+.SH "void TQListView::rightButtonClicked ( TQListViewItem *, const TQPoint &, int )\fC [signal]\fR"
+This signal is emitted when the right button is clicked (i.e. when it's released). The arguments are the relevant TQListViewItem (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list).
+.SH "void TQListView::rightButtonPressed ( TQListViewItem *, const TQPoint &, int )\fC [signal]\fR"
+This signal is emitted when the right button is pressed. The arguments are the relevant TQListViewItem (may be 0), the point in global coordinates and the relevant column (or -1 if the click was outside the list).
+.SH "bool TQListView::rootIsDecorated () const"
Returns TRUE if the list view shows open/close signs on root items; otherwise returns FALSE. See the "rootIsDecorated" property for details.
-.SH "void QListView::selectAll ( bool select )\fC [virtual slot]\fR"
+.SH "void TQListView::selectAll ( bool select )\fC [virtual slot]\fR"
If \fIselect\fR is TRUE, all the items get selected; otherwise all the items get unselected. This only works in the selection modes Multi and Extended. In Single and NoSelection mode the selection of the current item is just set to \fIselect\fR.
-.SH "QListViewItem * QListView::selectedItem () const"
+.SH "TQListViewItem * TQListView::selectedItem () const"
Returns the selected item if the list view is in Single selection mode and an item is selected.
.PP
If no items are selected or the list view is not in Single selection mode this function returns 0.
.PP
See also setSelected() and multiSelection.
-.SH "void QListView::selectionChanged ()\fC [signal]\fR"
+.SH "void TQListView::selectionChanged ()\fC [signal]\fR"
This signal is emitted whenever the set of selected items has changed (normally before the screen update). It is available in Single, Multi, and Extended selection modes, but is most useful in Multi selection mode.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
.PP
-See also setSelected() and QListViewItem::setSelected().
+See also setSelected() and TQListViewItem::setSelected().
.PP
Example: listviews/listviews.cpp.
-.SH "void QListView::selectionChanged ( QListViewItem * )\fC [signal]\fR"
+.SH "void TQListView::selectionChanged ( TQListViewItem * )\fC [signal]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
This signal is emitted whenever the selected item has changed in Single selection mode (normally after the screen update). The argument is the newly selected item. If the selection is cleared (when, for example, the user clicks in the unused area of the list view) then this signal will not be emitted.
.PP
In Multi selection mode, use the no argument overload of this signal.
.PP
-\fBWarning:\fR Do not delete any QListViewItem objects in slots connected to this signal.
+\fBWarning:\fR Do not delete any TQListViewItem objects in slots connected to this signal.
.PP
-See also setSelected(), QListViewItem::setSelected(), and currentChanged().
-.SH "SelectionMode QListView::selectionMode () const"
+See also setSelected(), TQListViewItem::setSelected(), and currentChanged().
+.SH "SelectionMode TQListView::selectionMode () const"
Returns the list view's selection mode. See the "selectionMode" property for details.
-.SH "void QListView::setAllColumnsShowFocus ( bool )\fC [virtual]\fR"
+.SH "void TQListView::setAllColumnsShowFocus ( bool )\fC [virtual]\fR"
Sets whether items should show keyboard focus using all columns. See the "allColumnsShowFocus" property for details.
-.SH "void QListView::setColumnAlignment ( int column, int align )\fC [virtual]\fR"
-Sets column \fIcolumn\fR's alignment to \fIalign\fR. The alignment is ultimately passed to QListViewItem::paintCell() for each item in the list view. For horizontally aligned text with TQt::AlignLeft or TQt::AlignHCenter the ellipsis (...) will be to the right, for TQt::AlignRight the ellipsis will be to the left.
+.SH "void TQListView::setColumnAlignment ( int column, int align )\fC [virtual]\fR"
+Sets column \fIcolumn\fR's alignment to \fIalign\fR. The alignment is ultimately passed to TQListViewItem::paintCell() for each item in the list view. For horizontally aligned text with TQt::AlignLeft or TQt::AlignHCenter the ellipsis (...) will be to the right, for TQt::AlignRight the ellipsis will be to the left.
.PP
See also TQt::AlignmentFlags.
.PP
Example: listviews/listviews.cpp.
-.SH "void QListView::setColumnText ( int column, const TQString & label )\fC [virtual]\fR"
+.SH "void TQListView::setColumnText ( int column, const TQString & label )\fC [virtual]\fR"
Sets the heading of column \fIcolumn\fR to \fIlabel\fR.
.PP
See also columnText().
-.SH "void QListView::setColumnText ( int column, const TQIconSet & iconset, const TQString & label )\fC [virtual]\fR"
+.SH "void TQListView::setColumnText ( int column, const TQIconSet & iconset, const TQString & label )\fC [virtual]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Sets the heading of column \fIcolumn\fR to \fIiconset\fR and \fIlabel\fR.
.PP
See also columnText().
-.SH "void QListView::setColumnWidth ( int column, int w )\fC [virtual]\fR"
+.SH "void TQListView::setColumnWidth ( int column, int w )\fC [virtual]\fR"
Sets the width of column \fIcolumn\fR to \fIw\fR pixels. Note that if the column has a WidthMode other than Manual, this width setting may be subsequently overridden.
.PP
See also columnWidth().
-.SH "void QListView::setColumnWidthMode ( int c, WidthMode mode )\fC [virtual]\fR"
+.SH "void TQListView::setColumnWidthMode ( int c, WidthMode mode )\fC [virtual]\fR"
Sets column \fIc\fR's width mode to \fImode\fR. The default depends on the original width argument to addColumn().
.PP
-See also QListViewItem::width().
-.SH "void QListView::setCurrentItem ( QListViewItem * i )\fC [virtual]\fR"
+See also TQListViewItem::width().
+.SH "void TQListView::setCurrentItem ( TQListViewItem * i )\fC [virtual]\fR"
Sets item \fIi\fR to be the current item and repaints appropriately (i.e. highlights the item). The current item is used for keyboard navigation and focus indication; it is independent of any selected items, although a selected item can also be the current item.
.PP
This function does not set the selection anchor. Use setSelectionAnchor() instead.
@@ -904,83 +904,83 @@ This function does not set the selection anchor. Use setSelectionAnchor() instea
See also currentItem() and setSelected().
.PP
Example: listviews/listviews.cpp.
-.SH "void QListView::setDefaultRenameAction ( RenameAction a )\fC [virtual]\fR"
+.SH "void TQListView::setDefaultRenameAction ( RenameAction a )\fC [virtual]\fR"
Sets what action to perform when the editor loses focus during renaming to \fIa\fR. See the "defaultRenameAction" property for details.
-.SH "void QListView::setItemMargin ( int )\fC [virtual]\fR"
+.SH "void TQListView::setItemMargin ( int )\fC [virtual]\fR"
Sets the advisory item margin that list items may use. See the "itemMargin" property for details.
-.SH "void QListView::setMultiSelection ( bool enable )\fC [virtual]\fR"
+.SH "void TQListView::setMultiSelection ( bool enable )\fC [virtual]\fR"
Sets whether the list view is in multi-selection or extended-selection mode to \fIenable\fR. See the "multiSelection" property for details.
-.SH "void QListView::setOpen ( QListViewItem * item, bool open )\fC [virtual]\fR"
+.SH "void TQListView::setOpen ( TQListViewItem * item, bool open )\fC [virtual]\fR"
Sets \fIitem\fR to be open if \fIopen\fR is TRUE and \fIitem\fR is expandable, and to be closed if \fIopen\fR is FALSE. Repaints accordingly.
.PP
-See also QListViewItem::setOpen() and QListViewItem::setExpandable().
-.SH "void QListView::setResizeMode ( ResizeMode m )\fC [virtual]\fR"
+See also TQListViewItem::setOpen() and TQListViewItem::setExpandable().
+.SH "void TQListView::setResizeMode ( ResizeMode m )\fC [virtual]\fR"
Sets whether all, none or the only the last column should be resized to \fIm\fR. See the "resizeMode" property for details.
-.SH "void QListView::setRootIsDecorated ( bool )\fC [virtual]\fR"
+.SH "void TQListView::setRootIsDecorated ( bool )\fC [virtual]\fR"
Sets whether the list view shows open/close signs on root items. See the "rootIsDecorated" property for details.
-.SH "void QListView::setSelected ( QListViewItem * item, bool selected )\fC [virtual]\fR"
+.SH "void TQListView::setSelected ( TQListViewItem * item, bool selected )\fC [virtual]\fR"
If \fIselected\fR is TRUE the \fIitem\fR is selected; otherwise it is unselected.
.PP
-If the list view is in Single selection mode and \fIselected\fR is TRUE, the currently selected item is unselected and \fIitem\fR is made current. Unlike QListViewItem::setSelected(), this function updates the list view as necessary and emits the selectionChanged() signals.
+If the list view is in Single selection mode and \fIselected\fR is TRUE, the currently selected item is unselected and \fIitem\fR is made current. Unlike TQListViewItem::setSelected(), this function updates the list view as necessary and emits the selectionChanged() signals.
.PP
See also isSelected(), multiSelection, multiSelection, setCurrentItem(), and setSelectionAnchor().
.PP
Example: listviews/listviews.cpp.
-.SH "void QListView::setSelectionAnchor ( QListViewItem * item )"
+.SH "void TQListView::setSelectionAnchor ( TQListViewItem * item )"
Sets the selection anchor to \fIitem\fR, if \fIitem\fR is selectable.
.PP
The selection anchor is the item that remains selected when Shift-selecting with either mouse or keyboard in Extended selection mode.
.PP
See also setSelected().
-.SH "void QListView::setSelectionMode ( SelectionMode mode )"
+.SH "void TQListView::setSelectionMode ( SelectionMode mode )"
Sets the list view's selection mode to \fImode\fR. See the "selectionMode" property for details.
-.SH "void QListView::setShowSortIndicator ( bool show )\fC [virtual]\fR"
+.SH "void TQListView::setShowSortIndicator ( bool show )\fC [virtual]\fR"
Sets whether the list view header should display a sort indicator to \fIshow\fR. See the "showSortIndicator" property for details.
-.SH "void QListView::setShowToolTips ( bool b )\fC [virtual]\fR"
+.SH "void TQListView::setShowToolTips ( bool b )\fC [virtual]\fR"
Sets whether this list view should show tooltips for truncated column texts to \fIb\fR. See the "showToolTips" property for details.
-.SH "void QListView::setSortColumn ( int column )"
+.SH "void TQListView::setSortColumn ( int column )"
Sets the sorting column for the list view.
.PP
If \fIcolumn\fR is -1, sorting is disabled and the user cannot sort columns by clicking on the column headers. If \fIcolumn\fR is larger than the number of columns the user must click on a column header to sort the list view.
.PP
See also setSorting().
-.SH "void QListView::setSortOrder ( SortOrder order )"
+.SH "void TQListView::setSortOrder ( SortOrder order )"
Sets the sort order for the items in the list view to \fIorder\fR.
.PP
See also setSorting().
-.SH "void QListView::setSorting ( int column, bool ascending = TRUE )\fC [virtual]\fR"
+.SH "void TQListView::setSorting ( int column, bool ascending = TRUE )\fC [virtual]\fR"
Sets the list view to be sorted by column \fIcolumn\fR in ascending order if \fIascending\fR is TRUE or descending order if it is FALSE.
.PP
If \fIcolumn\fR is -1, sorting is disabled and the user cannot sort columns by clicking on the column headers. If \fIcolumn\fR is larger than the number of columns the user must click on a column header to sort the list view.
-.SH "void QListView::setTreeStepSize ( int )\fC [virtual]\fR"
+.SH "void TQListView::setTreeStepSize ( int )\fC [virtual]\fR"
Sets the number of pixels a child is offset from its parent. See the "treeStepSize" property for details.
-.SH "bool QListView::showSortIndicator () const"
+.SH "bool TQListView::showSortIndicator () const"
Returns TRUE if the list view header should display a sort indicator; otherwise returns FALSE. See the "showSortIndicator" property for details.
-.SH "bool QListView::showToolTips () const"
+.SH "bool TQListView::showToolTips () const"
Returns TRUE if this list view should show tooltips for truncated column texts; otherwise returns FALSE. See the "showToolTips" property for details.
-.SH "void QListView::sort ()\fC [virtual]\fR"
+.SH "void TQListView::sort ()\fC [virtual]\fR"
Sorts the list view using the last sorting configuration (sort column and ascending/descending).
-.SH "int QListView::sortColumn () const"
+.SH "int TQListView::sortColumn () const"
Returns the column by which the list view is sorted, or -1 if sorting is disabled.
.PP
See also sortOrder().
-.SH "SortOrder QListView::sortOrder () const"
+.SH "SortOrder TQListView::sortOrder () const"
Returns the sorting order of the list view items.
.PP
See also sortColumn().
-.SH "void QListView::spacePressed ( QListViewItem * )\fC [signal]\fR"
+.SH "void TQListView::spacePressed ( TQListViewItem * )\fC [signal]\fR"
This signal is emitted when Space is pressed. The argument is the currentItem().
-.SH "void QListView::startDrag ()\fC [virtual protected]\fR"
+.SH "void TQListView::startDrag ()\fC [virtual protected]\fR"
Starts a drag.
-.SH "void QListView::takeItem ( QListViewItem * i )\fC [virtual]\fR"
-Removes item \fIi\fR from the list view; \fIi\fR must be a top-level item. The warnings regarding QListViewItem::takeItem() apply to this function, too.
+.SH "void TQListView::takeItem ( TQListViewItem * i )\fC [virtual]\fR"
+Removes item \fIi\fR from the list view; \fIi\fR must be a top-level item. The warnings regarding TQListViewItem::takeItem() apply to this function, too.
.PP
See also insertItem().
-.SH "int QListView::treeStepSize () const"
+.SH "int TQListView::treeStepSize () const"
Returns the number of pixels a child is offset from its parent. See the "treeStepSize" property for details.
-.SH "void QListView::triggerUpdate ()\fC [slot]\fR"
+.SH "void TQListView::triggerUpdate ()\fC [slot]\fR"
Triggers a size, geometry and content update during the next iteration of the event loop. Ensures that there'll be just one update to avoid flicker.
-.SH "void QListView::updateContents ()\fC [protected slot]\fR"
+.SH "void TQListView::updateContents ()\fC [protected slot]\fR"
Updates the sizes of the viewport, header, scroll bars and so on.
.PP
\fBWarning:\fR Don't call this directly; call triggerUpdate() instead.
@@ -996,11 +996,11 @@ Setting this to TRUE if it's not necessary may cause noticeable flicker.
.PP
Set this property's value with setAllColumnsShowFocus() and get this property's value with allColumnsShowFocus().
.SH "int childCount"
-This property holds the number of parentless (top-level) QListViewItem objects in this QListView.
+This property holds the number of parentless (top-level) TQListViewItem objects in this TQListView.
.PP
-Holds the current number of parentless (top-level) QListViewItem objects in this QListView.
+Holds the current number of parentless (top-level) TQListViewItem objects in this TQListView.
.PP
-See also QListViewItem::childCount().
+See also TQListViewItem::childCount().
.PP
Get this property's value with childCount().
.SH "int columns"
@@ -1018,9 +1018,9 @@ Set this property's value with setDefaultRenameAction() and get this property's
.SH "int itemMargin"
This property holds the advisory item margin that list items may use.
.PP
-The item margin defaults to one pixel and is the margin between the item's edges and the area where it draws its contents. QListViewItem::paintFocus() draws in the margin.
+The item margin defaults to one pixel and is the margin between the item's edges and the area where it draws its contents. TQListViewItem::paintFocus() draws in the margin.
.PP
-See also QListViewItem::paintCell().
+See also TQListViewItem::paintCell().
.PP
Set this property's value with setItemMargin() and get this property's value with itemMargin().
.SH "bool multiSelection"
@@ -1042,7 +1042,7 @@ Specifies whether all, none or only the last column should be resized to fit the
.PP
\fBWarning:\fR Setting the resize mode should be done after all necessary columns have been added to the list view, otherwise the behavior is undefined.
.PP
-See also QHeader and header().
+See also TQHeader and header().
.PP
Set this property's value with setResizeMode() and get this property's value with resizeMode().
.SH "bool rootIsDecorated"
@@ -1064,7 +1064,7 @@ This property holds whether the list view header should display a sort indicator
.PP
If this property is TRUE, an arrow is drawn in the header of the list view to indicate the sort order of the list view contents. The arrow will be drawn in the correct column and will point up or down, depending on the current sort direction. The default is FALSE (don't show an indicator).
.PP
-See also QHeader::setSortIndicator().
+See also TQHeader::setSortIndicator().
.PP
Set this property's value with setShowSortIndicator() and get this property's value with showSortIndicator().
.SH "bool showToolTips"
@@ -1083,7 +1083,7 @@ Of course, this property is only meaningful for hierarchical list views.
Set this property's value with setTreeStepSize() and get this property's value with treeStepSize().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/ntqlistview.html
+.BR http://doc.trolltech.com/tqlistview.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the