Cute   Learning Hub


  • IRemoteObjectConnection
  • IRemoteObjectConnection Class

    class Cute::Client::IRemoteObjectConnection

    The Cute::Client::IRemoteObjectConnection class allows monitoring a remote signal slot connection using signals. More...

    Header: #include <CuteClient.h>

    Signals

    void connected()
    void disconnected()
    void failed(Cute::ErrorInfo error)

    Detailed Description

    Member Function Documentation

    [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.