From f2b3ea52ef97d4d6f75d60d48f98a35bc1469368 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 7 Aug 2023 21:22:27 +0900 Subject: Drop compatibility code for TQSignal Signed-off-by: Michele Calgaro --- doc/html/ntqsignal.html | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'doc/html/ntqsignal.html') 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.
  • bool connect ( const TQObject * receiver, const char * member )
  • bool disconnect ( const TQObject * receiver, const char * member = 0 )
  • void activate ()
  • -
  • bool isBlocked () const  (obsolete)
  • -
  • void block ( bool b )  (obsolete)
  • -
  • void setParameter ( int value )  (obsolete)
  • -
  • int parameter () const  (obsolete)
  • void setValue ( const TQVariant & value )
  • TQVariant value () const
  • @@ -129,14 +125,6 @@ with all TQObjects. parameter has been set with setValue(), this value is passed in the signal. -

    void TQSignal::block ( bool b ) -

    - -This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. -

    Blocks the signal if b is TRUE, or unblocks the signal if b is FALSE. -

    An activated signal disappears into hyperspace if it is blocked. -

    See also isBlocked(), activate(), and TQObject::blockSignals(). -

    bool TQSignal::connect ( const TQObject * receiver, const char * member )

    Connects the signal to member in object receiver. @@ -147,20 +135,6 @@ Connects the signal to member in object receiver. Disonnects the signal from member in object receiver.

    See also connect() and TQObject::disconnect(). -

    bool TQSignal::isBlocked () const -

    - -This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. -

    Returns TRUE if the signal is blocked, or FALSE if it is not blocked. -

    The signal is not blocked by default. -

    See also block() and TQObject::signalsBlocked(). - -

    int TQSignal::parameter () const -

    This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. - -

    void TQSignal::setParameter ( int value ) -

    This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code. -

    void TQSignal::setValue ( const TQVariant & value )

    Sets the signal's parameter to value -- cgit v1.2.1