Cute   Learning Hub


Client Namespace

Cute::Client
Header: #include <CuteClient.h>

Classes

class IRemoteObjectConnection
class IRemoteSlotResponse
class RemoteObject

Detailed Description

Classes used by client SDK.

Classes

class IRemoteObjectConnection

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

class IRemoteSlotResponse

The Cute::Client::IRemoteSlotResponse class allows monitoring a remote slot call using signals. More...

class RemoteObject

The Cute::Client::RemoteObject class acts as a proxy to a remote object exposed by a server and abstracts away from clients that they are interacting over a network. More...