以下成员源于类 Q3Signal 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
void
|
block (bool b ) |
(obsolete)
bool
|
isBlocked () const |
(obsolete)
int
|
参数 () const |
(obsolete)
void
|
setParameter (int value ) |
Blocks the signal if b is true, or unblocks the signal if b 为 false。
An activated signal disappears into hyperspace if it is blocked.
另请参阅 isBlocked (), activate (),和 QObject::blockSignals ().
Returns true if the signal is blocked, or false if it is not blocked.
The signal is not blocked by default.
另请参阅 block () 和 QObject::signalsBlocked ().
另请参阅 setParameter ().
另请参阅 参数 ().