class
#include <Corrade/Interconnect/Connection.h>
Connection Connection.
Returned by Interconnect::
Public functions
- auto isConnected() const -> bool deprecated in 2019.10
- Whether the connection exists.
- void disconnect() deprecated in 2019.10
- Remove the connection.
- auto isConnectionPossible() const -> bool deprecated in 2019.10
- Whether connection is possible.
- auto connect() -> bool deprecated in 2019.10
- Re-establish the connection.
Function documentation
bool Corrade:: Interconnect:: Connection:: isConnected() const
Whether the connection exists.
void Corrade:: Interconnect:: Connection:: disconnect()
Remove the connection.
bool Corrade:: Interconnect:: Connection:: isConnectionPossible() const
Whether connection is possible.
bool Corrade:: Interconnect:: Connection:: connect()
Re-establish the connection.