dart
|
class ScopedConnection More...
#include <Signal.hpp>
Public Member Functions | |
ScopedConnection (const Connection &_other) | |
Default constructor. | |
ScopedConnection (Connection &&_other) | |
Move constructor. | |
virtual | ~ScopedConnection () |
Destructor. | |
![]() | |
Connection () | |
Default constructor. | |
Connection (const Connection &_other) | |
Copy constructor. | |
Connection (Connection &&_other) | |
Move constructor. | |
Connection & | operator= (const Connection &_other) |
Assignment operator. | |
Connection & | operator= (Connection &&_other) |
Move assignment operator. | |
virtual | ~Connection () |
Destructor. | |
bool | isConnected () const |
Get true if the slot is connected. | |
void | disconnect () const |
Disconnect the connection. | |
Additional Inherited Members | |
![]() | |
Connection (const std::weak_ptr< signal::detail::ConnectionBodyBase > &_connectionBody) | |
Constructor given connection body. | |
Connection (std::weak_ptr< signal::detail::ConnectionBodyBase > &&_connectionBody) | |
Move constructor given connection body. | |
class ScopedConnection