Rabbit Remote Control
0.0.30
Loading...
Searching...
No Matches
Classes
Client application interface
Libraries
»
Client library
Client application interface.
More...
Classes
class
CClient
manage plugins and connecter
More...
class
CConnecter
Connecter interface.
More...
Detailed Description
Client application interface.
Class relationship
Sequence diagram
usge:
Instance class:
CClient
m_Client;
Handle
CClient::Handle::onProcess
to get the registered connection plugin
Use one of the following methods to create the connecter object:
CClient::CreateConnecter
CClient::LoadConnecter
Connect signal:
Connected
CConnecter::sigConnected
Disconnect
CConnecter::sigDisconnect
Disconnected
CConnecter::sigDisconnected
Open the connect:
CConnecter::Connect()
After receiving the
CConnecter::sigConnected
signal, do connection-related initialization work
After receiving the
CConnecter::sigDisconnect
signal, Call
CConnecter::DisConnect()
to close the connect.
Close the connect:
CConnecter::DisConnect()
After receiving the
CConnecter::sigDisconnected
signal, do connection-related cleanup work, and delete the connector object after completion (MUST use CConnecter::deleteLater )
作者:康林 (kl222@126.com)
版权所有(c) 康林工作室 保留所有权力