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/ntqmetaobject.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/ntqmetaobject.html')
| -rw-r--r-- | doc/html/ntqmetaobject.html | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/doc/html/ntqmetaobject.html b/doc/html/ntqmetaobject.html index b693c5c6a..78f008eaa 100644 --- a/doc/html/ntqmetaobject.html +++ b/doc/html/ntqmetaobject.html @@ -41,17 +41,17 @@ body { background: #ffffff; color: black; } <li class=fn>const char * <a href="#superClassName"><b>superClassName</b></a> () const</li> <li class=fn>TQMetaObject * <a href="#superClass"><b>superClass</b></a> () const</li> <li class=fn>bool <a href="#inherits"><b>inherits</b></a> ( const char * clname ) const</li> -<li class=fn>int <a href="#numSlots"><b>numSlots</b></a> ( bool super = FALSE ) const</li> -<li class=fn>int <a href="#numSignals"><b>numSignals</b></a> ( bool super = FALSE ) const</li> -<li class=fn>TQStrList <a href="#slotNames"><b>slotNames</b></a> ( bool super = FALSE ) const</li> -<li class=fn>TQStrList <a href="#signalNames"><b>signalNames</b></a> ( bool super = FALSE ) const</li> -<li class=fn>int <a href="#numClassInfo"><b>numClassInfo</b></a> ( bool super = FALSE ) const</li> -<li class=fn>const TQClassInfo * <a href="#classInfo"><b>classInfo</b></a> ( int index, bool super = FALSE ) const</li> -<li class=fn>const char * <a href="#classInfo-2"><b>classInfo</b></a> ( const char * name, bool super = FALSE ) const</li> -<li class=fn>const TQMetaProperty * <a href="#property"><b>property</b></a> ( int index, bool super = FALSE ) const</li> -<li class=fn>int <a href="#findProperty"><b>findProperty</b></a> ( const char * name, bool super = FALSE ) const</li> -<li class=fn>TQStrList <a href="#propertyNames"><b>propertyNames</b></a> ( bool super = FALSE ) const</li> -<li class=fn>int <a href="#numProperties"><b>numProperties</b></a> ( bool super = FALSE ) const</li> +<li class=fn>int <a href="#numSlots"><b>numSlots</b></a> ( bool super = false ) const</li> +<li class=fn>int <a href="#numSignals"><b>numSignals</b></a> ( bool super = false ) const</li> +<li class=fn>TQStrList <a href="#slotNames"><b>slotNames</b></a> ( bool super = false ) const</li> +<li class=fn>TQStrList <a href="#signalNames"><b>signalNames</b></a> ( bool super = false ) const</li> +<li class=fn>int <a href="#numClassInfo"><b>numClassInfo</b></a> ( bool super = false ) const</li> +<li class=fn>const TQClassInfo * <a href="#classInfo"><b>classInfo</b></a> ( int index, bool super = false ) const</li> +<li class=fn>const char * <a href="#classInfo-2"><b>classInfo</b></a> ( const char * name, bool super = false ) const</li> +<li class=fn>const TQMetaProperty * <a href="#property"><b>property</b></a> ( int index, bool super = false ) const</li> +<li class=fn>int <a href="#findProperty"><b>findProperty</b></a> ( const char * name, bool super = false ) const</li> +<li class=fn>TQStrList <a href="#propertyNames"><b>propertyNames</b></a> ( bool super = false ) const</li> +<li class=fn>int <a href="#numProperties"><b>numProperties</b></a> ( bool super = false ) const</li> </ul> <hr><a name="details"></a><h2>Detailed Description</h2> @@ -82,18 +82,18 @@ returned by <a href="#classInfo">classInfo</a>(). <p> <hr><h2>Member Function Documentation</h2> -<h3 class=fn>const TQClassInfo * <a name="classInfo"></a>TQMetaObject::classInfo ( int index, bool super = FALSE ) const +<h3 class=fn>const TQClassInfo * <a name="classInfo"></a>TQMetaObject::classInfo ( int index, bool super = false ) const </h3> Returns the class information with index <em>index</em> or 0 if no such information exists. -<p> If <em>super</em> is TRUE, inherited class information is included. +<p> If <em>super</em> is true, inherited class information is included. -<h3 class=fn>const char * <a name="classInfo-2"></a>TQMetaObject::classInfo ( const char * name, bool super = FALSE ) const +<h3 class=fn>const char * <a name="classInfo-2"></a>TQMetaObject::classInfo ( const char * name, bool super = false ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the class information with name <em>name</em> or 0 if no such information exists. -<p> If <em>super</em> is TRUE, inherited class information is included. +<p> If <em>super</em> is true, inherited class information is included. <h3 class=fn>const char * <a name="className"></a>TQMetaObject::className () const </h3> @@ -101,64 +101,64 @@ information exists. <p> Returns the class name. <p> <p>See also <a href="ntqobject.html#className">TQObject::className</a>() and <a href="#superClassName">superClassName</a>(). -<h3 class=fn>int <a name="findProperty"></a>TQMetaObject::findProperty ( const char * name, bool super = FALSE ) const +<h3 class=fn>int <a name="findProperty"></a>TQMetaObject::findProperty ( const char * name, bool super = false ) const </h3> Returns the index for the property with name <em>name</em> or -1 if no such property exists. -<p> If <em>super</em> is TRUE, inherited properties are included. +<p> If <em>super</em> is true, inherited properties are included. <p> <p>See also <a href="#property">property</a>() and <a href="#propertyNames">propertyNames</a>(). <h3 class=fn>bool <a name="inherits"></a>TQMetaObject::inherits ( const char * clname ) const </h3> -Returns TRUE if this class inherits <em>clname</em> within the <a href="metaobjects.html#meta-object">meta object</a> inheritance chain; otherwise returns FALSE. +Returns true if this class inherits <em>clname</em> within the <a href="metaobjects.html#meta-object">meta object</a> inheritance chain; otherwise returns false. <p> (A class is considered to inherit itself.) -<h3 class=fn>int <a name="numClassInfo"></a>TQMetaObject::numClassInfo ( bool super = FALSE ) const +<h3 class=fn>int <a name="numClassInfo"></a>TQMetaObject::numClassInfo ( bool super = false ) const </h3> Returns the number of items of class information available for this class. -<p> If <em>super</em> is TRUE, inherited class information is included. +<p> If <em>super</em> is true, inherited class information is included. -<h3 class=fn>int <a name="numProperties"></a>TQMetaObject::numProperties ( bool super = FALSE ) const +<h3 class=fn>int <a name="numProperties"></a>TQMetaObject::numProperties ( bool super = false ) const </h3> Returns the number of properties for this class. -<p> If <em>super</em> is TRUE, inherited properties are included. +<p> If <em>super</em> is true, inherited properties are included. <p> <p>See also <a href="#propertyNames">propertyNames</a>(). -<h3 class=fn>int <a name="numSignals"></a>TQMetaObject::numSignals ( bool super = FALSE ) const +<h3 class=fn>int <a name="numSignals"></a>TQMetaObject::numSignals ( bool super = false ) const </h3> Returns the number of signals for this class. -<p> If <em>super</em> is TRUE, inherited signals are included. +<p> If <em>super</em> is true, inherited signals are included. <p> <p>See also <a href="#signalNames">signalNames</a>(). -<h3 class=fn>int <a name="numSlots"></a>TQMetaObject::numSlots ( bool super = FALSE ) const +<h3 class=fn>int <a name="numSlots"></a>TQMetaObject::numSlots ( bool super = false ) const </h3> Returns the number of slots for this class. -<p> If <em>super</em> is TRUE, inherited slots are included. +<p> If <em>super</em> is true, inherited slots are included. <p> <p>See also <a href="#slotNames">slotNames</a>(). -<h3 class=fn>const <a href="qmetaproperty.html">TQMetaProperty</a> * <a name="property"></a>TQMetaObject::property ( int index, bool super = FALSE ) const +<h3 class=fn>const <a href="qmetaproperty.html">TQMetaProperty</a> * <a name="property"></a>TQMetaObject::property ( int index, bool super = false ) const </h3> Returns the property meta data for the property at index <em>index</em> or 0 if no such property exists. -<p> If <em>super</em> is TRUE, inherited properties are included. +<p> If <em>super</em> is true, inherited properties are included. <p> <p>See also <a href="#propertyNames">propertyNames</a>(). -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="propertyNames"></a>TQMetaObject::propertyNames ( bool super = FALSE ) const +<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="propertyNames"></a>TQMetaObject::propertyNames ( bool super = false ) const </h3> Returns a list with the names of all this class's properties. -<p> If <em>super</em> is TRUE, inherited properties are included. +<p> If <em>super</em> is true, inherited properties are included. <p> <p>See also <a href="#property">property</a>(). -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="signalNames"></a>TQMetaObject::signalNames ( bool super = FALSE ) const +<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="signalNames"></a>TQMetaObject::signalNames ( bool super = false ) const </h3> Returns a list with the names of all this class's signals. -<p> If <em>super</em> is TRUE, inherited signals are included. +<p> If <em>super</em> is true, inherited signals are included. -<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="slotNames"></a>TQMetaObject::slotNames ( bool super = FALSE ) const +<h3 class=fn><a href="ntqstrlist.html">TQStrList</a> <a name="slotNames"></a>TQMetaObject::slotNames ( bool super = false ) const </h3> Returns a list with the names of all this class's slots. -<p> If <em>super</em> is TRUE, inherited slots are included. +<p> If <em>super</em> is true, inherited slots are included. <p> <p>See also <a href="#numSlots">numSlots</a>(). <h3 class=fn><a href="ntqmetaobject.html">TQMetaObject</a> * <a name="superClass"></a>TQMetaObject::superClass () const |
