From 87d29563e3ccdeb7fea0197e262e667ef323ff9c Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 7 Jul 2024 14:56:09 +0900 Subject: Rename utility class nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqobject.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/tqobject.html') 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

Returns the name of this object, or defaultName if the object does not have a name. -

TQCString TQObject::normalizeSignalSlot ( const char * signalSlot ) [static protected] +

TQCString TQObject::normalizeSignalSlot ( const char * signalSlot ) [static protected]

Normlizes the signal or slot definition signalSlot by removing unnecessary whitespace. @@ -735,8 +735,8 @@ and returns a list of those objects that are named or that match objName and inherit inheritsClass. If inheritsClass is 0 (the default), all classes match. If objName is 0 (the default), all object names match. -

If regexpMatch is TRUE (the default), objName is a regular expression that the objects's names must match. The syntax is that -of a TQRegExp. If regexpMatch is FALSE, objName is a string +

If regexpMatch is TRUE (the default), objName is a regular expression that the objects's names must match. The syntax is that +of a TQRegExp. If regexpMatch is FALSE, objName is a string and object names must match it exactly.

Note that inheritsClass uses single inheritance from TQObject, the way inherits() does. According to inherits(), TQMenuBar @@ -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). -

See also child(), children(), parent(), inherits(), name, and TQRegExp. +

See also child(), children(), parent(), inherits(), name, and TQRegExp.

void TQObject::removeChild ( TQObject * obj ) [virtual]

@@ -909,7 +909,7 @@ so will probably result in crashes or other undesirable behavior.

See also tr() and TQApplication::translate().


Property Documentation

-

TQCString name

+

TQCString name

This property holds the name of this object.

You can find an object by name (and type) using child(). You can find a set of objects with queryList(). -- cgit v1.2.3