summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqsignal.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-07 21:22:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-07 21:22:27 +0900
commitf2b3ea52ef97d4d6f75d60d48f98a35bc1469368 (patch)
tree596c51468ab6339193f2b22de8e174ffef28be60 /doc/man/man3/tqsignal.3qt
parentfb6884ead2891c09ee54fca2d753fb8d34359e28 (diff)
downloadtqt3-f2b3ea52ef97d4d6f75d60d48f98a35bc1469368.tar.gz
tqt3-f2b3ea52ef97d4d6f75d60d48f98a35bc1469368.zip
Drop compatibility code for TQSignal
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqsignal.3qt')
-rw-r--r--doc/man/man3/tqsignal.3qt32
1 files changed, 0 insertions, 32 deletions
diff --git a/doc/man/man3/tqsignal.3qt b/doc/man/man3/tqsignal.3qt
index 767915703..095283c3c 100644
--- a/doc/man/man3/tqsignal.3qt
+++ b/doc/man/man3/tqsignal.3qt
@@ -31,18 +31,6 @@ Inherits QObject.
.BI "void \fBactivate\fR ()"
.br
.ti -1c
-.BI "bool isBlocked () const \fI(obsolete)\fR"
-.br
-.ti -1c
-.BI "void block ( bool b ) \fI(obsolete)\fR"
-.br
-.ti -1c
-.BI "void setParameter ( int value ) \fI(obsolete)\fR"
-.br
-.ti -1c
-.BI "int parameter () const \fI(obsolete)\fR"
-.br
-.ti -1c
.BI "void \fBsetValue\fR ( const QVariant & value )"
.br
.ti -1c
@@ -138,14 +126,6 @@ Constructs a signal object called \fIname\fR, with the parent object \fIparent\f
Destroys the signal. All connections are removed, as is the case with all QObjects.
.SH "void QSignal::activate ()"
Emits the signal. If the platform supports QVariant and a parameter has been set with setValue(), this value is passed in the signal.
-.SH "void QSignal::block ( bool b )"
-\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.PP
-Blocks the signal if \fIb\fR is TRUE, or unblocks the signal if \fIb\fR is FALSE.
-.PP
-An activated signal disappears into hyperspace if it is blocked.
-.PP
-See also isBlocked(), activate(), and QObject::blockSignals().
.SH "bool QSignal::connect ( const QObject * receiver, const char * member )"
Connects the signal to \fImember\fR in object \fIreceiver\fR.
.PP
@@ -154,18 +134,6 @@ See also disconnect() and QObject::connect().
Disonnects the signal from \fImember\fR in object \fIreceiver\fR.
.PP
See also connect() and QObject::disconnect().
-.SH "bool QSignal::isBlocked () const"
-\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.PP
-Returns TRUE if the signal is blocked, or FALSE if it is not blocked.
-.PP
-The signal is not blocked by default.
-.PP
-See also block() and QObject::signalsBlocked().
-.SH "int QSignal::parameter () const"
-\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
-.SH "void QSignal::setParameter ( int value )"
-\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.SH "void QSignal::setValue ( const QVariant & value )"
Sets the signal's parameter to \fIvalue\fR
.SH "QVariant QSignal::value () const"