fw4spl
|
Class managing Signal-Slot connections. More...
#include <Connection.hpp>
Classes | |
struct | Blocker |
Class allowing to block a Connection. More... | |
Public Member Functions | |
Connection (const SlotConnectionBase::sptr &connection) | |
void | disconnect () |
Disconnect related Connection. | |
bool | expired () const |
Returns whether this Connection is expired or not. | |
Protected Member Functions | |
SlotConnectionBase::BlockerSptrType | getBlocker () |
Returns a Blocker. | |
Protected Attributes | |
SlotConnectionBase::wptr | m_connectionBase |
Class managing Signal-Slot connections.
Definition at line 17 of file Connection.hpp.