summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqsignal.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqsignal.html')
-rw-r--r--doc/html/ntqsignal.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/html/ntqsignal.html b/doc/html/ntqsignal.html
index e57bb471..67d2d3d3 100644
--- a/doc/html/ntqsignal.html
+++ b/doc/html/ntqsignal.html
@@ -44,10 +44,6 @@ that don't inherit TQObject.
<li class=fn>bool <a href="#connect"><b>connect</b></a> ( const&nbsp;TQObject&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member )</li>
<li class=fn>bool <a href="#disconnect"><b>disconnect</b></a> ( const&nbsp;TQObject&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member = 0 )</li>
<li class=fn>void <a href="#activate"><b>activate</b></a> ()</li>
-<li class=fn>bool isBlocked () const &nbsp;<em>(obsolete)</em></li>
-<li class=fn>void block ( bool&nbsp;b ) &nbsp;<em>(obsolete)</em></li>
-<li class=fn>void setParameter ( int&nbsp;value ) &nbsp;<em>(obsolete)</em></li>
-<li class=fn>int parameter () const &nbsp;<em>(obsolete)</em></li>
<li class=fn>void <a href="#setValue"><b>setValue</b></a> ( const&nbsp;TQVariant&nbsp;&amp;&nbsp;value )</li>
<li class=fn>TQVariant <a href="#value"><b>value</b></a> () const</li>
</ul>
@@ -129,14 +125,6 @@ with all TQObjects.
parameter has been set with <a href="#setValue">setValue</a>(), this value is passed in
the signal.
-<h3 class=fn>void <a name="block"></a>TQSignal::block ( bool&nbsp;b )
-</h3>
-
-<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> Blocks the signal if <em>b</em> is TRUE, or unblocks the signal if <em>b</em> is FALSE.
-<p> An activated signal disappears into hyperspace if it is blocked.
-<p> <p>See also <a href="#isBlocked">isBlocked</a>(), <a href="#activate">activate</a>(), and <a href="ntqobject.html#blockSignals">TQObject::blockSignals</a>().
-
<h3 class=fn>bool <a name="connect"></a>TQSignal::connect ( const&nbsp;<a href="ntqobject.html">TQObject</a>&nbsp;*&nbsp;receiver, const&nbsp;char&nbsp;*&nbsp;member )
</h3>
Connects the signal to <em>member</em> in object <em>receiver</em>.
@@ -147,20 +135,6 @@ Connects the signal to <em>member</em> in object <em>receiver</em>.
Disonnects the signal from <em>member</em> in object <em>receiver</em>.
<p> <p>See also <a href="#connect">connect</a>() and <a href="ntqobject.html#disconnect">TQObject::disconnect</a>().
-<h3 class=fn>bool <a name="isBlocked"></a>TQSignal::isBlocked () const
-</h3>
-
-<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-<p> Returns TRUE if the signal is blocked, or FALSE if it is not blocked.
-<p> The signal is not blocked by default.
-<p> <p>See also <a href="#block">block</a>() and <a href="ntqobject.html#signalsBlocked">TQObject::signalsBlocked</a>().
-
-<h3 class=fn>int <a name="parameter"></a>TQSignal::parameter () const
-</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-
-<h3 class=fn>void <a name="setParameter"></a>TQSignal::setParameter ( int&nbsp;value )
-</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
-
<h3 class=fn>void <a name="setValue"></a>TQSignal::setValue ( const&nbsp;<a href="ntqvariant.html">TQVariant</a>&nbsp;&amp;&nbsp;value )
</h3>
Sets the signal's parameter to <em>value</em>