diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqiconview.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqiconview.3qt')
-rw-r--r-- | doc/man/man3/tqiconview.3qt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/man/man3/tqiconview.3qt b/doc/man/man3/tqiconview.3qt index b58d7bae4..da29c87fe 100644 --- a/doc/man/man3/tqiconview.3qt +++ b/doc/man/man3/tqiconview.3qt @@ -124,10 +124,10 @@ Inherits QScrollView. .BI "ItemTextPos \fBitemTextPos\fR () const" .br .ti -1c -.BI "virtual void \fBsetItemTextBackground\fR ( const QBrush & b )" +.BI "virtual void \fBsetItemTextBackground\fR ( const TQBrush & b )" .br .ti -1c -.BI "QBrush \fBitemTextBackground\fR () const" +.BI "TQBrush \fBitemTextBackground\fR () const" .br .ti -1c .BI "virtual void \fBsetArrangement\fR ( Arrangement am )" @@ -283,7 +283,7 @@ Inherits QScrollView. .BI "int \fBgridY\fR - the vertical grid of the icon view" .br .ti -1c -.BI "QBrush \fBitemTextBackground\fR - the brush to use when drawing the background of an item's text" +.BI "TQBrush \fBitemTextBackground\fR - the brush to use when drawing the background of an item's text" .br .ti -1c .BI "ItemTextPos \fBitemTextPos\fR - the position where the text of each item is drawn" @@ -322,7 +322,7 @@ Inherits QScrollView. .SS "Protected Members" .in +1c .ti -1c -.BI "virtual void \fBdrawRubber\fR ( QPainter * p )" +.BI "virtual void \fBdrawRubber\fR ( TQPainter * p )" .br .ti -1c .BI "virtual TQDragObject * \fBdragObject\fR ()" @@ -334,7 +334,7 @@ Inherits QScrollView. .BI "virtual void \fBinsertInGrid\fR ( TQIconViewItem * item )" .br .ti -1c -.BI "virtual void \fBdrawBackground\fR ( QPainter * p, const QRect & r )" +.BI "virtual void \fBdrawBackground\fR ( TQPainter * p, const QRect & r )" .br .ti -1c .BI "void \fBemitSelectionChanged\fR ( TQIconViewItem * i = 0 )" @@ -580,13 +580,13 @@ See also TQIconDrag. .PP Examples: .)l fileiconview/tqfileiconview.cpp and iconview/simple_dd/main.cpp. -.SH "void TQIconView::drawBackground ( QPainter * p, const QRect & r )\fC [virtual protected]\fR" +.SH "void TQIconView::drawBackground ( TQPainter * p, const QRect & r )\fC [virtual protected]\fR" This function is called to draw the rectangle \fIr\fR of the background using the painter \fIp\fR. .PP The default implementation fills \fIr\fR with the viewport's backgroundBrush(). Subclasses may reimplement this to draw custom backgrounds. .PP See also contentsX, contentsY, and drawContents(). -.SH "void TQIconView::drawRubber ( QPainter * p )\fC [virtual protected]\fR" +.SH "void TQIconView::drawRubber ( TQPainter * p )\fC [virtual protected]\fR" Draws the rubber band using the painter \fIp\fR. .SH "void TQIconView::dropped ( TQDropEvent * e, const TQValueList<TQIconDragItem> & lst )\fC [signal]\fR" This signal is emitted when a drop event occurs in the viewport (but not on any icon) which the icon view itself can't handle. @@ -657,7 +657,7 @@ This is an overloaded member function, provided for convenience. It behaves esse This signal is emitted when \fIitem\fR has been renamed, usually by in-place renaming. .PP See also TQIconViewItem::setRenameEnabled() and TQIconViewItem::rename(). -.SH "QBrush TQIconView::itemTextBackground () const" +.SH "TQBrush TQIconView::itemTextBackground () const" Returns the brush to use when drawing the background of an item's text. See the "itemTextBackground" property for details. .SH "ItemTextPos TQIconView::itemTextPos () const" Returns the position where the text of each item is drawn. See the "itemTextPos" property for details. @@ -749,7 +749,7 @@ Makes \fIitem\fR the new current item of the icon view. Sets the horizontal grid of the icon view to \fIrx\fR. See the "gridX" property for details. .SH "void TQIconView::setGridY ( int ry )\fC [virtual]\fR" Sets the vertical grid of the icon view to \fIry\fR. See the "gridY" property for details. -.SH "void TQIconView::setItemTextBackground ( const QBrush & b )\fC [virtual]\fR" +.SH "void TQIconView::setItemTextBackground ( const TQBrush & b )\fC [virtual]\fR" Sets the brush to use when drawing the background of an item's text to \fIb\fR. See the "itemTextBackground" property for details. .SH "void TQIconView::setItemTextPos ( ItemTextPos pos )\fC [virtual]\fR" Sets the position where the text of each item is drawn to \fIpos\fR. See the "itemTextPos" property for details. @@ -852,7 +852,7 @@ This property holds the vertical grid of the icon view. If the value is -1, (the default), TQIconView computes suitable column heights based on the icon view's contents. .PP Set this property's value with setGridY() and get this property's value with gridY(). -.SH "QBrush itemTextBackground" +.SH "TQBrush itemTextBackground" This property holds the brush to use when drawing the background of an item's text. .PP By default this brush is set to NoBrush, meaning that only the normal icon view background is used. |