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/qdatasource.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/qdatasource.html')
| -rw-r--r-- | doc/html/qdatasource.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qdatasource.html b/doc/html/qdatasource.html index da27d4c88..5a17481e9 100644 --- a/doc/html/qdatasource.html +++ b/doc/html/qdatasource.html @@ -61,14 +61,14 @@ it is currently able to provide. <hr><h2>Member Function Documentation</h2> <h3 class=fn>void <a name="enableRewind"></a>TQDataSource::enableRewind ( bool on )<tt> [virtual]</tt> </h3> -If this function is called with <em>on</em> set to TRUE, and <a href="#rewindable">rewindable</a>() -is TRUE, then the data source must take measures to allow the <a href="#rewind">rewind</a>() -function to subsequently operate as described. If rewindable() is FALSE, +If this function is called with <em>on</em> set to true, and <a href="#rewindable">rewindable</a>() +is true, then the data source must take measures to allow the <a href="#rewind">rewind</a>() +function to subsequently operate as described. If rewindable() is false, the function should call <a href="#enableRewind">TQDataSource::enableRewind</a>(), which aborts with a <a href="ntqapplication.html#qFatal">tqFatal</a>() error. <p> For example, a network connection may choose to use a disk cache of input only if rewinding is enabled before the first buffer-full of -data is discarded, returning FALSE in rewindable() if that first buffer +data is discarded, returning false in rewindable() if that first buffer is discarded. <p>Reimplemented in <a href="qiodevicesource.html#enableRewind">TQIODeviceSource</a>. @@ -88,13 +88,13 @@ able to provide any more data (until after a <a href="#rewind">rewind</a>()), it <h3 class=fn>void <a name="rewind"></a>TQDataSource::rewind ()<tt> [virtual]</tt> </h3> This function rewinds the data source. This may only be called if -<a href="#enableRewind">enableRewind</a>(TRUE) has been previously called. +<a href="#enableRewind">enableRewind</a>(true) has been previously called. <p>Reimplemented in <a href="qiodevicesource.html#rewind">TQIODeviceSource</a>. <h3 class=fn>bool <a name="rewindable"></a>TQDataSource::rewindable () const<tt> [virtual]</tt> </h3> -This function should return TRUE if the data source can be rewound. -<p> The default returns FALSE. +This function should return true if the data source can be rewound. +<p> The default returns false. <p>Reimplemented in <a href="qiodevicesource.html#rewindable">TQIODeviceSource</a>. <h3 class=fn>void <a name="sendTo"></a>TQDataSource::sendTo ( <a href="qdatasink.html">TQDataSink</a> *, int count )<tt> [pure virtual]</tt> |
