diff options
Diffstat (limited to 'doc/html/tqobject.html')
-rw-r--r-- | doc/html/tqobject.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqobject.html b/doc/html/tqobject.html index 7c3fe2664..0c3428a16 100644 --- a/doc/html/tqobject.html +++ b/doc/html/tqobject.html @@ -699,7 +699,7 @@ This is an overloaded member function, provided for convenience. It behaves esse <p> Returns the name of this object, or <em>defaultName</em> if the object does not have a name. -<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="normalizeSignalSlot"></a>TQObject::normalizeSignalSlot ( const char * signalSlot )<tt> [static protected]</tt> +<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="normalizeSignalSlot"></a>TQObject::normalizeSignalSlot ( const char * signalSlot )<tt> [static protected]</tt> </h3> Normlizes the signal or slot definition <em>signalSlot</em> by removing unnecessary whitespace. @@ -735,8 +735,8 @@ and returns a list of those objects that are named or that match <em>objName</em> and inherit <em>inheritsClass</em>. If <em>inheritsClass</em> is 0 (the default), all classes match. If <em>objName</em> is 0 (the default), all object names match. -<p> If <em>regexpMatch</em> is TRUE (the default), <em>objName</em> is a <a href="ntqregexp.html#regular-expression">regular expression</a> that the objects's names must match. The syntax is that -of a <a href="ntqregexp.html">TQRegExp</a>. If <em>regexpMatch</em> is FALSE, <em>objName</em> is a string +<p> If <em>regexpMatch</em> is TRUE (the default), <em>objName</em> is a <a href="tqregexp.html#regular-expression">regular expression</a> that the objects's names must match. The syntax is that +of a <a href="tqregexp.html">TQRegExp</a>. If <em>regexpMatch</em> is FALSE, <em>objName</em> is a string and object names must match it exactly. <p> Note that <em>inheritsClass</em> uses single inheritance from TQObject, the way <a href="#inherits">inherits</a>() does. According to inherits(), <a href="tqmenubar.html">TQMenuBar</a> @@ -768,7 +768,7 @@ file. list contains pointers that may become invalid at almost any time without notice (as soon as the user closes a window you may have dangling pointers, for example). -<p> <p>See also <a href="#child">child</a>(), <a href="#children">children</a>(), <a href="#parent">parent</a>(), <a href="#inherits">inherits</a>(), <a href="#name-prop">name</a>, and <a href="ntqregexp.html">TQRegExp</a>. +<p> <p>See also <a href="#child">child</a>(), <a href="#children">children</a>(), <a href="#parent">parent</a>(), <a href="#inherits">inherits</a>(), <a href="#name-prop">name</a>, and <a href="tqregexp.html">TQRegExp</a>. <h3 class=fn>void <a name="removeChild"></a>TQObject::removeChild ( <a href="tqobject.html">TQObject</a> * obj )<tt> [virtual]</tt> </h3> @@ -909,7 +909,7 @@ so will probably result in crashes or other undesirable behavior. <p> <p>See also <a href="#tr">tr</a>() and <a href="ntqapplication.html#translate">TQApplication::translate</a>(). <hr><h2>Property Documentation</h2> -<h3 class=fn><a href="ntqcstring.html">TQCString</a> <a name="name-prop"></a>name</h3> +<h3 class=fn><a href="tqcstring.html">TQCString</a> <a name="name-prop"></a>name</h3> <p>This property holds the name of this object. <p>You can find an object by name (and type) using <a href="#child">child</a>(). You can find a set of objects with <a href="#queryList">queryList</a>(). |