|
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 () |
Public Member Functions inherited from fcitx::Connection | |
| 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 | |
Protected Attributes inherited from fcitx::Connection | |
| TrackableObjectReference< ConnectionBody > | body_ |
Connection that will disconnection when it goes out of scope.
1.8.13