Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Connection Class Reference

\inmodule QtCore Represents a handle to a signal-slot (or signal-functor) connection. More...

+ Inheritance diagram for Connection:
+ Collaboration diagram for Connection:

Detailed Description

\inmodule QtCore Represents a handle to a signal-slot (or signal-functor) connection.

It can be used to check if the connection is valid and to disconnect it using QObject::disconnect(). For a signal-functor connection without a context object, it is the only way to selectively disconnect that connection.

As Connection is just a handle, the underlying signal-slot connection is unaffected when Connection is destroyed or reassigned.


The documentation for this class was generated from the following file: