summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistbox.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-07-20 20:15:52 +0900
committerMichele Calgaro <[email protected]>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqlistbox.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqlistbox.3qt')
-rw-r--r--doc/man/man3/tqlistbox.3qt56
1 files changed, 28 insertions, 28 deletions
diff --git a/doc/man/man3/tqlistbox.3qt b/doc/man/man3/tqlistbox.3qt
index 941322309..6935b4a3b 100644
--- a/doc/man/man3/tqlistbox.3qt
+++ b/doc/man/man3/tqlistbox.3qt
@@ -46,10 +46,10 @@ Inherits QScrollView.
.BI "void \fBinsertItem\fR ( const TQString & text, int index = -1 )"
.br
.ti -1c
-.BI "void \fBinsertItem\fR ( const QPixmap & pixmap, int index = -1 )"
+.BI "void \fBinsertItem\fR ( const TQPixmap & pixmap, int index = -1 )"
.br
.ti -1c
-.BI "void \fBinsertItem\fR ( const QPixmap & pixmap, const TQString & text, int index = -1 )"
+.BI "void \fBinsertItem\fR ( const TQPixmap & pixmap, const TQString & text, int index = -1 )"
.br
.ti -1c
.BI "void \fBremoveItem\fR ( int index )"
@@ -58,7 +58,7 @@ Inherits QScrollView.
.BI "TQString \fBtext\fR ( int index ) const"
.br
.ti -1c
-.BI "const QPixmap * \fBpixmap\fR ( int index ) const"
+.BI "const TQPixmap * \fBpixmap\fR ( int index ) const"
.br
.ti -1c
.BI "void \fBchangeItem\fR ( const QListBoxItem * lbi, int index )"
@@ -67,10 +67,10 @@ Inherits QScrollView.
.BI "void \fBchangeItem\fR ( const TQString & text, int index )"
.br
.ti -1c
-.BI "void \fBchangeItem\fR ( const QPixmap & pixmap, int index )"
+.BI "void \fBchangeItem\fR ( const TQPixmap & pixmap, int index )"
.br
.ti -1c
-.BI "void \fBchangeItem\fR ( const QPixmap & pixmap, const TQString & text, int index )"
+.BI "void \fBchangeItem\fR ( const TQPixmap & pixmap, const TQString & text, int index )"
.br
.ti -1c
.BI "void \fBtakeItem\fR ( const QListBoxItem * item )"
@@ -238,10 +238,10 @@ Inherits QScrollView.
.BI "int \fBitemHeight\fR ( int index = 0 ) const"
.br
.ti -1c
-.BI "QListBoxItem * \fBitemAt\fR ( const QPoint & p ) const"
+.BI "QListBoxItem * \fBitemAt\fR ( const TQPoint & p ) const"
.br
.ti -1c
-.BI "QRect \fBitemRect\fR ( QListBoxItem * item ) const"
+.BI "TQRect \fBitemRect\fR ( QListBoxItem * item ) const"
.br
.ti -1c
.BI "QListBoxItem * \fBfirstItem\fR () const"
@@ -301,13 +301,13 @@ Inherits QScrollView.
.BI "void \fBclicked\fR ( QListBoxItem * item )"
.br
.ti -1c
-.BI "void \fBclicked\fR ( QListBoxItem * item, const QPoint & pnt )"
+.BI "void \fBclicked\fR ( QListBoxItem * item, const TQPoint & pnt )"
.br
.ti -1c
.BI "void \fBpressed\fR ( QListBoxItem * item )"
.br
.ti -1c
-.BI "void \fBpressed\fR ( QListBoxItem * item, const QPoint & pnt )"
+.BI "void \fBpressed\fR ( QListBoxItem * item, const TQPoint & pnt )"
.br
.ti -1c
.BI "void \fBdoubleClicked\fR ( QListBoxItem * item )"
@@ -316,19 +316,19 @@ Inherits QScrollView.
.BI "void \fBreturnPressed\fR ( QListBoxItem * )"
.br
.ti -1c
-.BI "void \fBrightButtonClicked\fR ( QListBoxItem *, const QPoint & )"
+.BI "void \fBrightButtonClicked\fR ( QListBoxItem *, const TQPoint & )"
.br
.ti -1c
-.BI "void \fBrightButtonPressed\fR ( QListBoxItem *, const QPoint & )"
+.BI "void \fBrightButtonPressed\fR ( QListBoxItem *, const TQPoint & )"
.br
.ti -1c
-.BI "void \fBmouseButtonPressed\fR ( int button, QListBoxItem * item, const QPoint & pos )"
+.BI "void \fBmouseButtonPressed\fR ( int button, QListBoxItem * item, const TQPoint & pos )"
.br
.ti -1c
-.BI "void \fBmouseButtonClicked\fR ( int button, QListBoxItem * item, const QPoint & pos )"
+.BI "void \fBmouseButtonClicked\fR ( int button, QListBoxItem * item, const TQPoint & pos )"
.br
.ti -1c
-.BI "void \fBcontextMenuRequested\fR ( QListBoxItem * item, const QPoint & pos )"
+.BI "void \fBcontextMenuRequested\fR ( QListBoxItem * item, const TQPoint & pos )"
.br
.ti -1c
.BI "void \fBonItem\fR ( QListBoxItem * i )"
@@ -543,7 +543,7 @@ Replaces the item at position \fIindex\fR with a new list box text item with tex
The operation is ignored if \fIindex\fR is out of range.
.PP
See also insertItem() and removeItem().
-.SH "void QListBox::changeItem ( const QPixmap & pixmap, int index )"
+.SH "void QListBox::changeItem ( const TQPixmap & pixmap, int index )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Replaces the item at position \fIindex\fR with a new list box pixmap item with pixmap \fIpixmap\fR.
@@ -551,7 +551,7 @@ Replaces the item at position \fIindex\fR with a new list box pixmap item with p
The operation is ignored if \fIindex\fR is out of range.
.PP
See also insertItem() and removeItem().
-.SH "void QListBox::changeItem ( const QPixmap & pixmap, const TQString & text, int index )"
+.SH "void QListBox::changeItem ( const TQPixmap & pixmap, const TQString & text, int index )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Replaces the item at position \fIindex\fR with a new list box pixmap item with pixmap \fIpixmap\fR and text \fItext\fR.
@@ -573,7 +573,7 @@ Example: listbox/listbox.cpp.
This signal is emitted when the user clicks any mouse button. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
Note that you must not delete any QListBoxItem objects in slots connected to this signal.
-.SH "void QListBox::clicked ( QListBoxItem * item, const QPoint & pnt )\fC [signal]\fR"
+.SH "void QListBox::clicked ( QListBoxItem * item, const TQPoint & pnt )\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 the user clicks any mouse button. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
@@ -583,7 +583,7 @@ This signal is emitted when the user clicks any mouse button. If \fIitem\fR is n
Note that you must not delete any QListBoxItem objects in slots connected to this signal.
.SH "LayoutMode QListBox::columnMode () const"
Returns the column layout mode for this list box. See the "columnMode" property for details.
-.SH "void QListBox::contextMenuRequested ( QListBoxItem * item, const QPoint & pos )\fC [signal]\fR"
+.SH "void QListBox::contextMenuRequested ( QListBoxItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user invokes a context menu with the right mouse button or with special system keys, with \fIitem\fR being the item under the mouse cursor or the current item, respectively.
.PP
\fIpos\fR is the position for the context menu in the global coordinate system.
@@ -680,7 +680,7 @@ Inserts a new list box text item with the text \fItext\fR into the list at posit
If \fIindex\fR is negative, \fItext\fR is inserted at the end of the list.
.PP
See also insertStrList().
-.SH "void QListBox::insertItem ( const QPixmap & pixmap, int index = -1 )"
+.SH "void QListBox::insertItem ( const TQPixmap & pixmap, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Inserts a new list box pixmap item with the pixmap \fIpixmap\fR into the list at position \fIindex\fR.
@@ -688,7 +688,7 @@ Inserts a new list box pixmap item with the pixmap \fIpixmap\fR into the list at
If \fIindex\fR is negative, \fIpixmap\fR is inserted at the end of the list.
.PP
See also insertStrList().
-.SH "void QListBox::insertItem ( const QPixmap & pixmap, const TQString & text, int index = -1 )"
+.SH "void QListBox::insertItem ( const TQPixmap & pixmap, const TQString & text, int index = -1 )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Inserts a new list box pixmap item with the pixmap \fIpixmap\fR and the text \fItext\fR into the list at position \fIindex\fR.
@@ -756,7 +756,7 @@ Returns a pointer to the item at position \fIindex\fR, or 0 if \fIindex\fR is ou
See also index().
.PP
Example: listboxcombo/listboxcombo.cpp.
-.SH "QListBoxItem * QListBox::itemAt ( const QPoint & p ) const"
+.SH "QListBoxItem * QListBox::itemAt ( const TQPoint & p ) const"
Returns the item at point \fIp\fR, specified in viewport coordinates, or a 0 if there is no item at \fIp\fR.
.PP
Use contentsToViewport() to convert between widget coordinates and viewport coordinates.
@@ -764,7 +764,7 @@ Use contentsToViewport() to convert between widget coordinates and viewport coor
Returns the height in pixels of the item with index \fIindex\fR. \fIindex\fR defaults to 0.
.PP
If \fIindex\fR is too large, this function returns 0.
-.SH "QRect QListBox::itemRect ( QListBoxItem * item ) const"
+.SH "TQRect QListBox::itemRect ( QListBoxItem * item ) const"
Returns the rectangle on the screen that \fIitem\fR occupies in viewport()'s coordinates, or an invalid rectangle if \fIitem\fR is 0 or is not currently visible.
.SH "bool QListBox::itemVisible ( int index )"
Returns TRUE if the item at position \fIindex\fR is at least partly visible; otherwise returns FALSE.
@@ -778,13 +778,13 @@ Returns TRUE if \fIitem\fR is at least partly visible; otherwise returns FALSE.
Returns the vertical pixel-coordinate in \fI*yPos\fR, of the list box item at position \fIindex\fR in the list. Returns FALSE if the item is outside the visible area.
.SH "long QListBox::maxItemWidth () const"
Returns the width of the widest item in the list box.
-.SH "void QListBox::mouseButtonClicked ( int button, QListBoxItem * item, const QPoint & pos )\fC [signal]\fR"
+.SH "void QListBox::mouseButtonClicked ( int button, QListBoxItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user clicks mouse button \fIbutton\fR. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()). (If the click's press and release differs by a pixel or two, \fIpos\fR is the position at release time.)
.PP
Note that you must not delete any QListBoxItem objects in slots connected to this signal.
-.SH "void QListBox::mouseButtonPressed ( int button, QListBoxItem * item, const QPoint & pos )\fC [signal]\fR"
+.SH "void QListBox::mouseButtonPressed ( int button, QListBoxItem * item, const TQPoint & pos )\fC [signal]\fR"
This signal is emitted when the user presses mouse button \fIbutton\fR. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
\fIpos\fR is the position of the mouse cursor in the global coordinate system (QMouseEvent::globalPos()).
@@ -810,7 +810,7 @@ This signal is emitted when the user moves the mouse cursor from an item to an e
Provided for compatibility with the old QListBox. We recommend using QListBoxItem::paint() instead.
.PP
Repaints the cell at \fIrow\fR, \fIcol\fR using painter \fIp\fR.
-.SH "const QPixmap * QListBox::pixmap ( int index ) const"
+.SH "const TQPixmap * QListBox::pixmap ( int index ) const"
Returns a pointer to the pixmap at position \fIindex\fR, or 0 if there is no pixmap there.
.PP
See also text().
@@ -818,7 +818,7 @@ See also text().
This signal is emitted when the user presses any mouse button. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
.PP
Note that you must not delete any QListBoxItem objects in slots connected to this signal.
-.SH "void QListBox::pressed ( QListBoxItem * item, const QPoint & pnt )\fC [signal]\fR"
+.SH "void QListBox::pressed ( QListBoxItem * item, const TQPoint & pnt )\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 the user presses any mouse button. If \fIitem\fR is not 0, the cursor is on \fIitem\fR. If \fIitem\fR is 0, the mouse cursor isn't on any item.
@@ -834,9 +834,9 @@ Removes and deletes the item at position \fIindex\fR. If \fIindex\fR is equal to
See also insertItem() and clear().
.SH "void QListBox::returnPressed ( QListBoxItem * )\fC [signal]\fR"
This signal is emitted when Enter or Return is pressed. The argument is currentItem().
-.SH "void QListBox::rightButtonClicked ( QListBoxItem *, const QPoint & )\fC [signal]\fR"
+.SH "void QListBox::rightButtonClicked ( QListBoxItem *, const TQPoint & )\fC [signal]\fR"
This signal is emitted when the right button is clicked (i.e. when it's released at the same point where it was pressed). The arguments are the relevant QListBoxItem (may be 0) and the point in global coordinates.
-.SH "void QListBox::rightButtonPressed ( QListBoxItem *, const QPoint & )\fC [signal]\fR"
+.SH "void QListBox::rightButtonPressed ( QListBoxItem *, const TQPoint & )\fC [signal]\fR"
This signal is emitted when the right button is pressed. The arguments are the relevant QListBoxItem (may be 0) and the point in global coordinates.
.SH "LayoutMode QListBox::rowMode () const"
Returns the row layout mode for this list box. See the "rowMode" property for details.