summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqmetaproperty.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqmetaproperty.3qt')
-rw-r--r--doc/man/man3/tqmetaproperty.3qt14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqmetaproperty.3qt b/doc/man/man3/tqmetaproperty.3qt
index 1ea8f6b23..ddad65ec5 100644
--- a/doc/man/man3/tqmetaproperty.3qt
+++ b/doc/man/man3/tqmetaproperty.3qt
@@ -70,7 +70,7 @@ You receive meta property data through an object's meta object. See QMetaObject:
See also Object Model.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "bool QMetaProperty::designable ( TQObject * o = 0 ) const"
-Returns TRUE if the property is designable for object \fIo\fR; otherwise returns FALSE.
+Returns true if the property is designable for object \fIo\fR; otherwise returns false.
.PP
If no object \fIo\fR is given, the function returns a static approximation.
.SH "QStrList QMetaProperty::enumKeys () const"
@@ -78,11 +78,11 @@ Returns the possible enumeration keys if this property is an enumeration type (o
.PP
See also isEnumType().
.SH "bool QMetaProperty::isEnumType () const"
-Returns TRUE if the property's type is an enumeration value; otherwise returns FALSE.
+Returns true if the property's type is an enumeration value; otherwise returns false.
.PP
See also isSetType() and enumKeys().
.SH "bool QMetaProperty::isSetType () const"
-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 an enum type.
+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 an enum type.
.PP
See also isEnumType() and enumKeys().
.SH "int QMetaProperty::keyToValue ( const char * key ) const"
@@ -98,15 +98,15 @@ See also isSetType() and valueToKey().
.SH "const char * QMetaProperty::name () const"
Returns the name of the property.
.SH "bool QMetaProperty::reset ( TQObject * o ) const"
-Tries to reset the property for object \fIo\fR with a reset method. On success, returns TRUE; otherwise returns FALSE.
+Tries to reset the property for object \fIo\fR with a reset method. On success, returns true; otherwise returns false.
.PP
Reset methods are optional, usually only a few properties support them.
.SH "bool QMetaProperty::scriptable ( TQObject * o = 0 ) const"
-Returns TRUE if the property is scriptable for object \fIo\fR; otherwise returns FALSE.
+Returns true if the property is scriptable for object \fIo\fR; otherwise returns false.
.PP
If no object \fIo\fR is given, the function returns a static approximation.
.SH "bool QMetaProperty::stored ( TQObject * o = 0 ) const"
-Returns TRUE if the property shall be stored for object \fIo\fR; otherwise returns FALSE.
+Returns true if the property shall be stored for object \fIo\fR; otherwise returns false.
.PP
If no object \fIo\fR is given, the function returns a static approximation.
.SH "const char * QMetaProperty::type () const"
@@ -122,7 +122,7 @@ Converts the set value \fIvalue\fR to a list of keys.
.PP
See also isSetType() and valueToKey().
.SH "bool QMetaProperty::writable () const"
-Returns TRUE if the property is writable; otherwise returns FALSE.
+Returns true if the property is writable; otherwise returns false.
.PP
.SH "SEE ALSO"