From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqmetaproperty.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'doc/html/tqmetaproperty.html') 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.

Member Function Documentation

bool TQMetaProperty::designable ( TQObject * o = 0 ) const -

Returns TRUE if the property is designable for object o; -otherwise returns FALSE. + Returns true if the property is designable for object o; +otherwise returns false.

If no object o is given, the function returns a static approximation. @@ -87,16 +87,16 @@ enumeration type (or a set type).

bool TQMetaProperty::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.

See also isSetType() and enumKeys().

bool TQMetaProperty::isSetType () const

-

Returns TRUE if the property's type is an enumeration value that +

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.

See also isEnumType() and enumKeys(). @@ -120,21 +120,21 @@ integer value.

bool TQMetaProperty::reset ( TQObject * o ) const

Tries to reset the property for object o with a reset method. -On success, returns TRUE; otherwise returns FALSE. +On success, returns true; otherwise returns false.

Reset methods are optional, usually only a few properties support them.

bool TQMetaProperty::scriptable ( TQObject * o = 0 ) const

-Returns TRUE if the property is scriptable for object o; -otherwise returns FALSE. +Returns true if the property is scriptable for object o; +otherwise returns false.

If no object o is given, the function returns a static approximation.

bool TQMetaProperty::stored ( TQObject * o = 0 ) const

-Returns TRUE if the property shall be stored for object o; -otherwise returns FALSE. +Returns true if the property shall be stored for object o; +otherwise returns false.

If no object o is given, the function returns a static approximation. @@ -157,7 +157,7 @@ Converts the set value value to a list of keys.

bool TQMetaProperty::writable () const

-

Returns TRUE if the property is writable; otherwise returns FALSE. +

Returns true if the property is writable; otherwise returns false.


-- cgit v1.2.3