diff options
Diffstat (limited to 'doc/html/ntqsignal.html')
-rw-r--r-- | doc/html/ntqsignal.html | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/doc/html/ntqsignal.html b/doc/html/ntqsignal.html index e57bb471d..67d2d3d39 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 TQObject * receiver, const char * member )</li> <li class=fn>bool <a href="#disconnect"><b>disconnect</b></a> ( const TQObject * receiver, const char * member = 0 )</li> <li class=fn>void <a href="#activate"><b>activate</b></a> ()</li> -<li class=fn>bool isBlocked () const <em>(obsolete)</em></li> -<li class=fn>void block ( bool b ) <em>(obsolete)</em></li> -<li class=fn>void setParameter ( int value ) <em>(obsolete)</em></li> -<li class=fn>int parameter () const <em>(obsolete)</em></li> <li class=fn>void <a href="#setValue"><b>setValue</b></a> ( const TQVariant & 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 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 <a href="ntqobject.html">TQObject</a> * receiver, const char * 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 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 <a href="ntqvariant.html">TQVariant</a> & value ) </h3> Sets the signal's parameter to <em>value</em> |