diff options
Diffstat (limited to 'doc/html/tqmetaobject.html')
-rw-r--r-- | doc/html/tqmetaobject.html | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/doc/html/tqmetaobject.html b/doc/html/tqmetaobject.html index fe0eab0b6..cd51b5f21 100644 --- a/doc/html/tqmetaobject.html +++ b/doc/html/tqmetaobject.html @@ -40,17 +40,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> @@ -81,18 +81,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> @@ -100,64 +100,64 @@ information exists. <p> Returns the class name. <p> <p>See also <a href="tqobject.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="tqmetaproperty.html">TQMetaProperty</a> * <a name="property"></a>TQMetaObject::property ( int index, bool super = FALSE ) const +<h3 class=fn>const <a href="tqmetaproperty.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="tqstrlist.html">TQStrList</a> <a name="propertyNames"></a>TQMetaObject::propertyNames ( bool super = FALSE ) const +<h3 class=fn><a href="tqstrlist.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="tqstrlist.html">TQStrList</a> <a name="signalNames"></a>TQMetaObject::signalNames ( bool super = FALSE ) const +<h3 class=fn><a href="tqstrlist.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="tqstrlist.html">TQStrList</a> <a name="slotNames"></a>TQMetaObject::slotNames ( bool super = FALSE ) const +<h3 class=fn><a href="tqstrlist.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="tqmetaobject.html">TQMetaObject</a> * <a name="superClass"></a>TQMetaObject::superClass () const |