diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqsound.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsound.html')
-rw-r--r-- | doc/html/tqsound.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqsound.html b/doc/html/tqsound.html index e876b1c52..58cf733ae 100644 --- a/doc/html/tqsound.html +++ b/doc/html/tqsound.html @@ -108,7 +108,7 @@ Destroys the sound object. If the sound is not finished playing <a href="#stop"> <h3 class=fn>bool <a name="available"></a>TQSound::available ()<tt> [static]</tt> </h3> -<p> Returns TRUE if sound support is available; otherwise returns FALSE. +<p> Returns true if sound support is available; otherwise returns false. <h3 class=fn><a href="tqstring.html">TQString</a> <a name="fileName"></a>TQSound::fileName () const </h3> @@ -116,8 +116,8 @@ Returns the filename associated with the sound. <h3 class=fn>bool <a name="isAvailable"></a>TQSound::isAvailable ()<tt> [static]</tt> </h3> -Returns TRUE if sound facilities exist on the platform; otherwise -returns FALSE. An application may choose either to notify the user +Returns true if sound facilities exist on the platform; otherwise +returns false. An application may choose either to notify the user if sound is crucial to the application or to operate silently without bothering the user. <p> If no sound is available, all TQSound operations work silently and @@ -125,8 +125,8 @@ quickly. <h3 class=fn>bool <a name="isFinished"></a>TQSound::isFinished () const </h3> -Returns TRUE if the sound has finished playing; otherwise returns FALSE. -<p> <b>Warning:</b> On Windows this function always returns TRUE for unlooped sounds. +Returns true if the sound has finished playing; otherwise returns false. +<p> <b>Warning:</b> On Windows this function always returns true for unlooped sounds. <h3 class=fn>int <a name="loops"></a>TQSound::loops () const </h3> |