summaryrefslogtreecommitdiffstats
path: root/doc/html/tqvaluelist.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqvaluelist.html')
-rw-r--r--doc/html/tqvaluelist.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/tqvaluelist.html b/doc/html/tqvaluelist.html
index fc3c1289d..d659bf43b 100644
--- a/doc/html/tqvaluelist.html
+++ b/doc/html/tqvaluelist.html
@@ -383,7 +383,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>().
@@ -444,8 +444,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="tqvaluelist.html#iterator">iterator</a> <a name="end"></a>TQValueList::end ()
@@ -522,7 +522,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>().
@@ -569,7 +569,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>().
@@ -598,8 +598,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-tqfont-demo/viewer.cpp</a> and <a href="mail-example.html#x720">network/mail/smtp.cpp</a>.
@@ -607,7 +607,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 &amp; <a name="last-2"></a>TQValueList::last () const
</h3>
@@ -618,8 +618,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="tqvaluelist.html">TQValueList</a>&lt;T&gt; <a name="operator+"></a>TQValueList::operator+ ( const&nbsp;<a href="tqvaluelist.html">TQValueList</a>&lt;T&gt;&nbsp;&amp;&nbsp;l ) const
</h3>
@@ -666,15 +666,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&nbsp;std::list&lt;T&gt;&nbsp;&amp;&nbsp;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 &amp; <a name="operator[]"></a>TQValueList::operator[] ( <a href="tqvaluelist.html#size_type">size_type</a>&nbsp;i ) const