diff options
Diffstat (limited to 'doc/man/man3/tqsignalmapper.3qt')
-rw-r--r-- | doc/man/man3/tqsignalmapper.3qt | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/man/man3/tqsignalmapper.3qt b/doc/man/man3/tqsignalmapper.3qt index af0c40f77..ab1eadb33 100644 --- a/doc/man/man3/tqsignalmapper.3qt +++ b/doc/man/man3/tqsignalmapper.3qt @@ -1,5 +1,5 @@ '\" t -.TH QSignalMapper 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQSignalMapper 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,19 +7,19 @@ .ad l .nh .SH NAME -QSignalMapper \- Bundles signals from identifiable senders +TQSignalMapper \- Bundles signals from identifiable senders .SH SYNOPSIS -\fC#include <ntqsignalmapper.h>\fR +\fC#include <tqsignalmapper.h>\fR .PP Inherits TQObject. .PP .SS "Public Members" .in +1c .ti -1c -.BI "\fBQSignalMapper\fR ( TQObject * parent, const char * name = 0 )" +.BI "\fBTQSignalMapper\fR ( TQObject * parent, const char * name = 0 )" .br .ti -1c -.BI "\fB~QSignalMapper\fR ()" +.BI "\fB~TQSignalMapper\fR ()" .br .ti -1c .BI "virtual void \fBsetMapping\fR ( const TQObject * sender, int identifier )" @@ -47,44 +47,44 @@ Inherits TQObject. .br .in -1c .SH DESCRIPTION -The QSignalMapper class bundles signals from identifiable senders. +The TQSignalMapper class bundles signals from identifiable senders. .PP This class collects a set of parameterless signals, and re-emits them with integer or string parameters corresponding to the object that sent the signal. .PP See also Input/Output and Networking. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QSignalMapper::QSignalMapper ( TQObject * parent, const char * name = 0 )" -Constructs a QSignalMapper called \fIname\fR, with parent \fIparent\fR. Like all TQObjects, it will be deleted when the parent is deleted. -.SH "QSignalMapper::~QSignalMapper ()" -Destroys the QSignalMapper. -.SH "void QSignalMapper::map ()\fC [slot]\fR" +.SH "TQSignalMapper::TQSignalMapper ( TQObject * parent, const char * name = 0 )" +Constructs a TQSignalMapper called \fIname\fR, with parent \fIparent\fR. Like all TQObjects, it will be deleted when the parent is deleted. +.SH "TQSignalMapper::~TQSignalMapper ()" +Destroys the TQSignalMapper. +.SH "void TQSignalMapper::map ()\fC [slot]\fR" This slot emits signals based on which object sends signals to it. .PP Examples: .)l i18n/main.cpp and themes/themes.cpp. -.SH "void QSignalMapper::mapped ( int )\fC [signal]\fR" +.SH "void TQSignalMapper::mapped ( int )\fC [signal]\fR" This signal is emitted when map() is signaled from an object that has an integer mapping set. .PP See also setMapping(). .PP Examples: .)l i18n/main.cpp and themes/themes.cpp. -.SH "void QSignalMapper::mapped ( const TQString & )\fC [signal]\fR" +.SH "void TQSignalMapper::mapped ( const TQString & )\fC [signal]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP This signal is emitted when map() is signaled from an object that has a string mapping set. .PP See also setMapping(). -.SH "void QSignalMapper::removeMappings ( const TQObject * sender )" +.SH "void TQSignalMapper::removeMappings ( const TQObject * sender )" Removes all mappings for \fIsender\fR. This is done automatically when mapped objects are destroyed. -.SH "void QSignalMapper::setMapping ( const TQObject * sender, int identifier )\fC [virtual]\fR" +.SH "void TQSignalMapper::setMapping ( const TQObject * sender, int identifier )\fC [virtual]\fR" Adds a mapping so that when map() is signaled from the given \fIsender\fR, the signal mapped(\fIidentifier\fR) is emitted. .PP There may be at most one integer identifier for each object. .PP Examples: .)l i18n/main.cpp and themes/themes.cpp. -.SH "void QSignalMapper::setMapping ( const TQObject * sender, const TQString & identifier )\fC [virtual]\fR" +.SH "void TQSignalMapper::setMapping ( const TQObject * sender, const TQString & identifier )\fC [virtual]\fR" This is an overloaded member function, provided for convenience. It behaves essentially like the above function. .PP Adds a mapping so that when map() is signaled from the given \fIsender\fR, the signal mapper(\fIidentifier\fR) is emitted. @@ -93,7 +93,7 @@ There may be at most one string identifier for each object, and it may not be empty. .SH "SEE ALSO" -.BR http://doc.trolltech.com/ntqsignalmapper.html +.BR http://doc.trolltech.com/tqsignalmapper.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |