#include <Handle.hpp>

Public Member Functions | |
| ScopedHandle (const Handle &hs) | |
| ~ScopedHandle () | |
Private Member Functions | |
| ScopedHandle () | |
A scoped connection Handle of a (connected) slot which disconnects a slot from a signal in its destructor.
This does not invalidate the connection if this handle is shared with another handle object. Meaning, if ScopedHandle disconnects(), another handle object may re-connect().
Definition at line 137 of file Handle.hpp.
| RTT::ScopedHandle::ScopedHandle | ( | ) | [private] |
| RTT::ScopedHandle::ScopedHandle | ( | const Handle & | hs | ) |
Definition at line 92 of file Handle.cpp.
If connected, disconnect the slot from the signal. Calls this->disconnect(), but keeps the connection object alive.
Definition at line 98 of file Handle.cpp.