Fcitx
|
Connection that will disconnection when it goes out of scope. More...
#include <fcitx-utils/signals.h>
Public Member Functions | |
ScopedConnection (ScopedConnection &&other) noexcept | |
ScopedConnection (Connection &&other) noexcept | |
ScopedConnection (const ScopedConnection &)=delete | |
ScopedConnection & | operator= (ScopedConnection &&other) noexcept |
ScopedConnection & | operator= (const ScopedConnection &other)=delete |
Connection | release () |
![]() | |
Connection (TrackableObjectReference< ConnectionBody > body) | |
bool | connected () |
bool | connected () const |
void | disconnect () |
bool | operator== (const Connection &other) const |
bool | operator!= (const Connection &other) const |
Additional Inherited Members | |
![]() | |
TrackableObjectReference< ConnectionBody > | body_ |
Connection that will disconnection when it goes out of scope.