summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmetaproperty.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqmetaproperty.html')
-rw-r--r--doc/html/tqmetaproperty.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/tqmetaproperty.html b/doc/html/tqmetaproperty.html
index c721aad88..c3f77e680 100644
--- a/doc/html/tqmetaproperty.html
+++ b/doc/html/tqmetaproperty.html
@@ -73,8 +73,8 @@ details.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn>bool <a name="designable"></a>TQMetaProperty::designable ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
-</h3> Returns TRUE if the property is designable for object <em>o</em>;
-otherwise returns FALSE.
+</h3> Returns true if the property is designable for object <em>o</em>;
+otherwise returns false.
<p> If no object <em>o</em> is given, the function returns a static
approximation.
@@ -87,16 +87,16 @@ enumeration type (or a set type).
<h3 class=fn>bool <a name="isEnumType"></a>TQMetaProperty::isEnumType () const
</h3>
-<p> Returns TRUE if the property's type is an enumeration value;
-otherwise returns FALSE.
+<p> Returns true if the property's type is an enumeration value;
+otherwise returns false.
<p> <p>See also <a href="#isSetType">isSetType</a>() and <a href="#enumKeys">enumKeys</a>().
<h3 class=fn>bool <a name="isSetType"></a>TQMetaProperty::isSetType () const
</h3>
-<p> Returns TRUE if the property's type is an enumeration value that
+<p> Returns true if the property's type is an enumeration value that
is used as set, i.e. if the enumeration values can be OR-ed
-together; otherwise returns FALSE. A set type is implicitly also
+together; otherwise returns false. A set type is implicitly also
an enum type.
<p> <p>See also <a href="#isEnumType">isEnumType</a>() and <a href="#enumKeys">enumKeys</a>().
@@ -120,21 +120,21 @@ integer value.
<h3 class=fn>bool <a name="reset"></a>TQMetaProperty::reset ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o ) const
</h3>
Tries to reset the property for object <em>o</em> with a reset method.
-On success, returns TRUE; otherwise returns FALSE.
+On success, returns true; otherwise returns false.
<p> Reset methods are optional, usually only a few properties support
them.
<h3 class=fn>bool <a name="scriptable"></a>TQMetaProperty::scriptable ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
</h3>
-Returns TRUE if the property is scriptable for object <em>o</em>;
-otherwise returns FALSE.
+Returns true if the property is scriptable for object <em>o</em>;
+otherwise returns false.
<p> If no object <em>o</em> is given, the function returns a static
approximation.
<h3 class=fn>bool <a name="stored"></a>TQMetaProperty::stored ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;o = 0 ) const
</h3>
-Returns TRUE if the property shall be stored for object <em>o</em>;
-otherwise returns FALSE.
+Returns true if the property shall be stored for object <em>o</em>;
+otherwise returns false.
<p> If no object <em>o</em> is given, the function returns a static
approximation.
@@ -157,7 +157,7 @@ Converts the set value <em>value</em> to a list of keys.
<h3 class=fn>bool <a name="writable"></a>TQMetaProperty::writable () const
</h3>
-<p> Returns TRUE if the property is writable; otherwise returns FALSE.
+<p> Returns true if the property is writable; otherwise returns false.
<p>
<!-- eof -->
<hr><p>