diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqlistviewitem.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlistviewitem.3qt')
-rw-r--r-- | doc/man/man3/tqlistviewitem.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqlistviewitem.3qt b/doc/man/man3/tqlistviewitem.3qt index 5b46ae97a..a432851df 100644 --- a/doc/man/man3/tqlistviewitem.3qt +++ b/doc/man/man3/tqlistviewitem.3qt @@ -78,10 +78,10 @@ Inherited by QCheckListItem. .BI "virtual TQString \fBtext\fR ( int column ) const" .br .ti -1c -.BI "virtual void \fBsetPixmap\fR ( int column, const QPixmap & pm )" +.BI "virtual void \fBsetPixmap\fR ( int column, const TQPixmap & pm )" .br .ti -1c -.BI "virtual const QPixmap * \fBpixmap\fR ( int column ) const" +.BI "virtual const TQPixmap * \fBpixmap\fR ( int column ) const" .br .ti -1c .BI "virtual TQString \fBkey\fR ( int column, bool ascending ) const" @@ -117,7 +117,7 @@ Inherited by QCheckListItem. .BI "virtual void \fBpaintBranches\fR ( TQPainter * p, const TQColorGroup & cg, int w, int y, int h )" .br .ti -1c -.BI "virtual void \fBpaintFocus\fR ( TQPainter * p, const TQColorGroup & cg, const QRect & r )" +.BI "virtual void \fBpaintFocus\fR ( TQPainter * p, const TQColorGroup & cg, const TQRect & r )" .br .ti -1c .BI "QListViewItem * \fBfirstChild\fR () const" @@ -219,7 +219,7 @@ Inherited by QCheckListItem. .BI "virtual void \fBactivate\fR ()" .br .ti -1c -.BI "bool \fBactivatedPos\fR ( QPoint & pos )" +.BI "bool \fBactivatedPos\fR ( TQPoint & pos )" .br .ti -1c .BI "virtual void \fBdropped\fR ( TQDropEvent * e )" @@ -356,7 +356,7 @@ This virtual function is called whenever the user presses the mouse on this item See also activatedPos(). .PP Reimplemented in QCheckListItem. -.SH "bool QListViewItem::activatedPos ( QPoint & pos )\fC [protected]\fR" +.SH "bool QListViewItem::activatedPos ( TQPoint & pos )\fC [protected]\fR" When called from a reimplementation of activate(), this function gives information on how the item was activated. Otherwise the behavior is undefined. .PP If activate() was caused by a mouse press, the function sets \fIpos\fR to where the user clicked and returns TRUE; otherwise it returns FALSE and does not change \fIpos\fR. @@ -539,7 +539,7 @@ See also paintBranches() and QListView::drawContentsOffset(). Example: listviews/listviews.cpp. .PP Reimplemented in QCheckListItem. -.SH "void QListViewItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const QRect & r )\fC [virtual]\fR" +.SH "void QListViewItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const TQRect & r )\fC [virtual]\fR" Paints a focus indicator on the rectangle \fIr\fR using painter \fIp\fR and colors \fIcg\fR. .PP \fIp\fR is already clipped. @@ -554,7 +554,7 @@ See also firstChild() and nextSibling(). .PP Examples: .)l dirview/dirview.cpp and qutlook/centralwidget.cpp. -.SH "const QPixmap * QListViewItem::pixmap ( int column ) const\fC [virtual]\fR" +.SH "const TQPixmap * QListViewItem::pixmap ( int column ) const\fC [virtual]\fR" Returns the pixmap for \fIcolumn\fR, or 0 if there is no pixmap for \fIcolumn\fR. .PP See also setText() and setPixmap(). @@ -609,7 +609,7 @@ See also height(), totalHeight(), and isOpen(). .PP Examples: .)l checklists/checklists.cpp, dirview/dirview.cpp, dirview/main.cpp, fileiconview/mainwindow.cpp, and xml/tagreader-with-features/structureparser.cpp. -.SH "void QListViewItem::setPixmap ( int column, const QPixmap & pm )\fC [virtual]\fR" +.SH "void QListViewItem::setPixmap ( int column, const TQPixmap & pm )\fC [virtual]\fR" Sets the pixmap in column \fIcolumn\fR to \fIpm\fR, if \fIpm\fR is non-null and different from the current pixmap, and if \fIcolumn\fR is non-negative. .PP See also pixmap() and setText(). |