The Cute::Client::IRemoteObjectConnection class allows monitoring a remote signal slot connection using signals. More...
| Header: | #include <CuteClient.h> |
| void | connected() |
| void | disconnected() |
| void | failed(Cute::ErrorInfo error) |
[signal] void IRemoteObjectConnection::connected()This signal is emitted when the remote signal slot connection gets established.
See also RemoteObject.
[signal] void IRemoteObjectConnection::disconnected()This signal is emitted when the remote signal slot connection gets terminated.
See also RemoteObject.
[signal] void IRemoteObjectConnection::failed(Cute::ErrorInfo error)This signal is emitted when the remote signal slot connection fails. error contains information about what went wrong.
See also RemoteObject.