diff options
author | Michele Calgaro <[email protected]> | 2024-05-23 14:04:45 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-27 16:08:54 +0900 |
commit | 04913ce7a46fd027856e83a96205fdc388742a19 (patch) | |
tree | a04a117317c14854a6b91072658ba0eb3ad8b3fc /doc/man/man3/tqobjectcleanuphandler.3qt | |
parent | c11c0f228b65f7471a26513ef8dbde413e75f8fa (diff) | |
download | tqt3-04913ce7a46fd027856e83a96205fdc388742a19.tar.gz tqt3-04913ce7a46fd027856e83a96205fdc388742a19.zip |
Rename ntqobject*.h and qobject*.cpp to tqobject*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqobjectcleanuphandler.3qt')
-rw-r--r-- | doc/man/man3/tqobjectcleanuphandler.3qt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/man/man3/tqobjectcleanuphandler.3qt b/doc/man/man3/tqobjectcleanuphandler.3qt index b3ef904a8..3b5e53e76 100644 --- a/doc/man/man3/tqobjectcleanuphandler.3qt +++ b/doc/man/man3/tqobjectcleanuphandler.3qt @@ -1,5 +1,5 @@ '\" t -.TH QObjectCleanupHandler 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQObjectCleanupHandler 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,9 +7,9 @@ .ad l .nh .SH NAME -QObjectCleanupHandler \- Watches the lifetime of multiple QObjects +TQObjectCleanupHandler \- Watches the lifetime of multiple TQObjects .SH SYNOPSIS -\fC#include <ntqobjectcleanuphandler.h>\fR +\fC#include <tqobjectcleanuphandler.h>\fR .PP Inherits TQObject. .PP @@ -19,7 +19,7 @@ Inherits TQObject. .BI "\fBQObjectCleanupHandler\fR ()" .br .ti -1c -.BI "\fB~QObjectCleanupHandler\fR ()" +.BI "\fB~TQObjectCleanupHandler\fR ()" .br .ti -1c .BI "TQObject * \fBadd\fR ( TQObject * object )" @@ -35,9 +35,9 @@ Inherits TQObject. .br .in -1c .SH DESCRIPTION -The QObjectCleanupHandler class watches the lifetime of multiple QObjects. +The TQObjectCleanupHandler class watches the lifetime of multiple TQObjects. .PP -A QObjectCleanupHandler is useful whenever you need to know when a number of QObjects that are owned by someone else have been deleted. This is important, for example, when referencing memory in an application that has been allocated in a shared library. +A TQObjectCleanupHandler is useful whenever you need to know when a number of TQObjects that are owned by someone else have been deleted. This is important, for example, when referencing memory in an application that has been allocated in a shared library. .PP Example: .PP @@ -64,7 +64,7 @@ Example: .br private: .br - QObjectCleanupHandler objects; + TQObjectCleanupHandler objects; .br }; .br @@ -112,22 +112,22 @@ Example: .PP See also Object Model. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QObjectCleanupHandler::QObjectCleanupHandler ()" -Constructs an empty QObjectCleanupHandler. -.SH "QObjectCleanupHandler::~QObjectCleanupHandler ()" +.SH "TQObjectCleanupHandler::TQObjectCleanupHandler ()" +Constructs an empty TQObjectCleanupHandler. +.SH "TQObjectCleanupHandler::~TQObjectCleanupHandler ()" Destroys the cleanup handler. All objects in this cleanup handler will be deleted. -.SH "TQObject * QObjectCleanupHandler::add ( TQObject * object )" +.SH "TQObject * TQObjectCleanupHandler::add ( TQObject * object )" Adds \fIobject\fR to this cleanup handler and returns the pointer to the object. -.SH "void QObjectCleanupHandler::clear ()" +.SH "void TQObjectCleanupHandler::clear ()" Deletes all objects in this cleanup handler. The cleanup handler becomes empty. -.SH "bool QObjectCleanupHandler::isEmpty () const" +.SH "bool TQObjectCleanupHandler::isEmpty () const" Returns TRUE if this cleanup handler is empty or if all objects in this cleanup handler have been destroyed; otherwise return FALSE. -.SH "void QObjectCleanupHandler::remove ( TQObject * object )" +.SH "void TQObjectCleanupHandler::remove ( TQObject * object )" Removes the \fIobject\fR from this cleanup handler. The object will not be destroyed. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqobjectcleanuphandler.html +.BR http://doc.trolltech.com/tqobjectcleanuphandler.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |