diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qiconview-h.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qiconview-h.html')
| -rw-r--r-- | doc/html/qiconview-h.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/qiconview-h.html b/doc/html/qiconview-h.html index 153d7b7ac..1361e3dd1 100644 --- a/doc/html/qiconview-h.html +++ b/doc/html/qiconview-h.html @@ -213,8 +213,8 @@ public: int height() const; TQSize size() const; TQPoint pos() const; - TQRect textRect( bool relative = TRUE ) const; - TQRect pixmapRect( bool relative = TRUE ) const; + TQRect textRect( bool relative = true ) const; + TQRect pixmapRect( bool relative = true ) const; bool contains( const TQPoint& pnt ) const; bool intersects( const TQRect& r ) const; @@ -231,8 +231,8 @@ public: #ifndef TQT_NO_PICTURE virtual void setPicture( const TQPicture &icon ); #endif - virtual void setText( const TQString &text, bool recalc, bool redraw = TRUE ); - virtual void setPixmap( const TQPixmap &icon, bool recalc, bool redraw = TRUE ); + virtual void setText( const TQString &text, bool recalc, bool redraw = true ); + virtual void setPixmap( const TQPixmap &icon, bool recalc, bool redraw = true ); virtual void setKey( const TQString &k ); virtual int rtti() const; @@ -354,7 +354,7 @@ public: TQIconViewItem *lastItem() const; TQIconViewItem *currentItem() const; virtual void setCurrentItem( TQIconViewItem *item ); - virtual void setSelected( TQIconViewItem *item, bool s, bool cb = FALSE ); + virtual void setSelected( TQIconViewItem *item, bool s, bool cb = false ); uint count() const; @@ -402,7 +402,7 @@ public: virtual void setShowToolTips( bool b ); bool showToolTips() const; - void setSorting( bool sort, bool ascending = TRUE ); + void setSorting( bool sort, bool ascending = true ); bool sorting() const; bool sortDirection() const; @@ -416,7 +416,7 @@ public: TQSize minimumSizeHint() const; TQSize sizeHint() const; - virtual void sort( bool ascending = TRUE ); + virtual void sort( bool ascending = true ); virtual void setFont( const TQFont & ); virtual void setPalette( const TQPalette & ); @@ -424,8 +424,8 @@ public: bool isRenaming() const; public slots: - virtual void arrangeItemsInGrid( const TQSize &grid, bool update = TRUE ); - virtual void arrangeItemsInGrid( bool update = TRUE ); + virtual void arrangeItemsInGrid( const TQSize &grid, bool update = true ); + virtual void arrangeItemsInGrid( bool update = true ); virtual void setContentsPos( int x, int y ); virtual void updateContents(); @@ -509,7 +509,7 @@ private: void drawContents( TQPainter* ); TQIconViewItem* findItemByName( TQIconViewItem *start ); void handleItemChange( TQIconViewItem *old, bool shift, - bool control, bool homeend = FALSE); + bool control, bool homeend = false); int calcGridNum( int w, int x ) const; TQIconViewItem *rowBegin( TQIconViewItem *item ) const; |
