summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsignalmapper.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsignalmapper.html')
-rw-r--r--doc/html/ntqsignalmapper.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqsignalmapper.html b/doc/html/ntqsignalmapper.html
index 54c4c57aa..994908e39 100644
--- a/doc/html/ntqsignalmapper.html
+++ b/doc/html/ntqsignalmapper.html
@@ -34,7 +34,7 @@ body { background: #ffffff; color: black; }
<p>The TQSignalMapper class bundles signals from identifiable senders.
<a href="#details">More...</a>
<p><tt>#include &lt;<a href="qsignalmapper-h.html">ntqsignalmapper.h</a>&gt;</tt>
-<p>Inherits <a href="ntqobject.html">TQObject</a>.
+<p>Inherits <a href="tqobject.html">TQObject</a>.
<p><a href="qsignalmapper-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -64,7 +64,7 @@ that sent the signal.
<p>See also <a href="io.html">Input/Output and Networking</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQSignalMapper"></a>TQSignalMapper::TQSignalMapper ( <a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQSignalMapper"></a>TQSignalMapper::TQSignalMapper ( <a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a TQSignalMapper called <em>name</em>, with parent <em>parent</em>.
Like all TQObjects, it will be deleted when the parent is deleted.
@@ -93,18 +93,18 @@ This is an overloaded member function, provided for convenience. It behaves esse
has a string mapping set.
<p> <p>See also <a href="#setMapping">setMapping</a>().
-<h3 class=fn>void <a name="removeMappings"></a>TQSignalMapper::removeMappings ( const&nbsp;<a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;sender )
+<h3 class=fn>void <a name="removeMappings"></a>TQSignalMapper::removeMappings ( const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;sender )
</h3>
Removes all mappings for <em>sender</em>. This is done automatically
when mapped objects are destroyed.
-<h3 class=fn>void <a name="setMapping"></a>TQSignalMapper::setMapping ( const&nbsp;<a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;sender, int&nbsp;identifier )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setMapping"></a>TQSignalMapper::setMapping ( const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;sender, int&nbsp;identifier )<tt> [virtual]</tt>
</h3>
Adds a mapping so that when <a href="#map">map</a>() is signaled from the given <em>sender</em>, the signal <a href="#mapped">mapped</a>(<em>identifier</em>) is emitted.
<p> There may be at most one integer identifier for each object.
<p>Examples: <a href="i18n-example.html#x1947">i18n/main.cpp</a> and <a href="themes-example.html#x336">themes/themes.cpp</a>.
-<h3 class=fn>void <a name="setMapping-2"></a>TQSignalMapper::setMapping ( const&nbsp;<a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;sender, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;identifier )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setMapping-2"></a>TQSignalMapper::setMapping ( const&nbsp;<a href="tqobject.html">TQObject</a>&nbsp;*&nbsp;sender, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;identifier )<tt> [virtual]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Adds a mapping so that when <a href="#map">map</a>() is signaled from the given <em>sender</em>, the signal mapper(<em>identifier</em>) is emitted.