From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqiconset.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqiconset.html') diff --git a/doc/html/tqiconset.html b/doc/html/tqiconset.html index c69e4017b..71b377d15 100644 --- a/doc/html/tqiconset.html +++ b/doc/html/tqiconset.html @@ -110,7 +110,7 @@ is to supply pixmaps in both large and small sizes. size of the generated large/small icons. The default small size is 22 x 22, while the default large size is 32 x 32. These sizes only affect generated icons. -

The isGenerated() function returns TRUE if an icon was generated by +

The isGenerated() function returns true if an icon was generated by TQIconSet or by a factory; clearGenerated() clears all cached pixmaps.

Making Classes that Use TQIconSet @@ -245,14 +245,14 @@ is used.

bool TQIconSet::isGenerated ( Size size, Mode mode, State state = Off ) const

-Returns TRUE if the pixmap with size size, mode mode and +Returns true if the pixmap with size size, mode mode and state state is generated from other pixmaps; otherwise returns -FALSE. +false.

A pixmap obtained from a TQIconFactory is considered non-generated.

bool TQIconSet::isNull () const

-Returns TRUE if the icon set is empty; otherwise returns FALSE. +Returns true if the icon set is empty; otherwise returns false.

TQIconSet & TQIconSet::operator= ( const TQIconSet & other )

-- cgit v1.2.3