#include <Pt/Connection.h>
Public Member Functions | |
| Connection (Connectable &sender, Slot *slot) | |
| Connection (const Connection &connection) | |
| bool | valid () const |
| const Connectable & | sender () const |
| const Slot & | slot () const |
| bool | operator! () const |
| void | close () |
| Connection & | operator= (const Connection &connection) |
| bool | operator== (const Connection &connection) const |