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/ntqvaluelist.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/ntqvaluelist.html')
| -rw-r--r-- | doc/html/ntqvaluelist.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/ntqvaluelist.html b/doc/html/ntqvaluelist.html index 4d161c08d..b8d4544d1 100644 --- a/doc/html/ntqvaluelist.html +++ b/doc/html/ntqvaluelist.html @@ -384,7 +384,7 @@ list, or an undefined value if the index is out of range. </h3> <p> Returns a reference to the last item. If the list contains no last -item (i.e. <a href="#empty">empty</a>() returns TRUE), the return value is undefined. +item (i.e. <a href="#empty">empty</a>() returns true), the return value is undefined. <p> This function is provided for STL compatibility. It is equivalent to <a href="#last">last</a>(). <p> <p>See also <a href="#front">front</a>(). @@ -445,8 +445,8 @@ This iterator equals <a href="#constBegin">constBegin</a>() if the list is empty <h3 class=fn>bool <a name="empty"></a>TQValueList::empty () const </h3> -<p> Returns TRUE if the list contains no items; otherwise returns -FALSE. +<p> Returns true if the list contains no items; otherwise returns +false. <p> <p>See also <a href="#size">size</a>(). <h3 class=fn><a href="ntqvaluelist.html#iterator">iterator</a> <a name="end"></a>TQValueList::end () @@ -523,7 +523,7 @@ Returns -1 if no item matched. </h3> <p> Returns a reference to the first item. If the list contains no -first item (i.e. <a href="#isEmpty">isEmpty</a>() returns TRUE), the return value is +first item (i.e. <a href="#isEmpty">isEmpty</a>() returns true), the return value is undefined. <p> <p>See also <a href="#last">last</a>(). @@ -570,7 +570,7 @@ there is no last item. </h3> <p> Returns a reference to the first item. If the list contains no -first item (i.e. <a href="#empty">empty</a>() returns TRUE), the return value is +first item (i.e. <a href="#empty">empty</a>() returns true), the return value is undefined. <p> This function is provided for STL compatibility. It is equivalent to <a href="#first">first</a>(). @@ -599,8 +599,8 @@ iterator, <em>it</em>. <h3 class=fn>bool <a name="isEmpty"></a>TQValueList::isEmpty () const </h3> -<p> Returns TRUE if the list contains no items; otherwise returns -FALSE. +<p> Returns true if the list contains no items; otherwise returns +false. <p> <p>See also <a href="#count">count</a>(). <p>Examples: <a href="simple-font-demo-example.html#x2856">fonts/simple-qfont-demo/viewer.cpp</a> and <a href="mail-example.html#x720">network/mail/smtp.cpp</a>. @@ -608,7 +608,7 @@ FALSE. </h3> <p> Returns a reference to the last item. If the list contains no last -item (i.e. <a href="#empty">empty</a>() returns TRUE), the return value is undefined. +item (i.e. <a href="#empty">empty</a>() returns true), the return value is undefined. <h3 class=fn>const T & <a name="last-2"></a>TQValueList::last () const </h3> @@ -619,8 +619,8 @@ item (i.e. <a href="#empty">empty</a>() returns TRUE), the return value is undef </h3> <p> Compares both lists. -<p> Returns TRUE if this list and <em>l</em> are unequal; otherwise returns -FALSE. +<p> Returns true if this list and <em>l</em> are unequal; otherwise returns +false. <h3 class=fn><a href="ntqvaluelist.html">TQValueList</a><T> <a name="operator+"></a>TQValueList::operator+ ( const <a href="ntqvaluelist.html">TQValueList</a><T> & l ) const </h3> @@ -667,15 +667,15 @@ operation. </h3> <p> Compares both lists. -<p> Returns TRUE if this list and <em>l</em> are equal; otherwise returns -FALSE. +<p> Returns true if this list and <em>l</em> are equal; otherwise returns +false. <h3 class=fn>bool <a name="operator-eq-eq-2"></a>TQValueList::operator== ( const std::list<T> & l ) const </h3> <p> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<p> Returns TRUE if this list and <em>l</em> are equal; otherwise returns -FALSE. +<p> Returns true if this list and <em>l</em> are equal; otherwise returns +false. <p> This operator is provided for compatibility with STL containers. <h3 class=fn>const T & <a name="operator[]"></a>TQValueList::operator[] ( <a href="ntqvaluelist.html#size_type">size_type</a> i ) const |
