• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:wxConnection

1 \section{\class{wxConnection}}\label{wxconnection}
3 A wxConnection object represents the connection between a client
8 controlled by calling members in a {\bf wxConnection} object or
15 wxConnection, in order to override the communication event
62 \membersection{wxConnection::wxConnection}\label{wxconnectionctor}
64 \func{}{wxConnection}{\void}
66 \func{}{wxConnection}{\param{char* }{buffer}, \param{int}{ size}}
69 object is to be derived from wxConnection, then the constructor
78 If the arguments of the wxConnection constructor are void then
79 the wxConnection object manages its own connection buffer,
85 \membersection{wxConnection::Advise}\label{wxconnectionadvise}
91 connection's \helpref{wxConnection::OnAdvise}{wxconnectiononadvise} member
94 \membersection{wxConnection::Execute}\label{wxconnectionexecute}
100 (similar to \helpref{wxConnection::Poke}{wxconnectionpoke} in
101 that respect). Causes the server connection's \helpref{wxConnection::OnExecute}{wxconnectiononexecute}
104 \membersection{wxConnection::Disconnect}\label{wxconnectiondisconnect}
109 other program; it causes the \helpref{wxConnection::OnDisconnect}{wxconnectionondisconnect}
115 \membersection{wxConnection::OnAdvise}\label{wxconnectiononadvise}
123 \membersection{wxConnection::OnDisconnect}\label{wxconnectionondisconnect}
134 \membersection{wxConnection::OnExecute}\label{wxconnectiononexecute}
142 \membersection{wxConnection::OnPoke}\label{wxconnectiononpoke}
149 \membersection{wxConnection::OnRequest}\label{wxconnectiononrequest}
154 \helpref{wxConnection::Request}{wxconnectionrequest}. The
160 \membersection{wxConnection::OnStartAdvise}\label{wxconnectiononstartadvise}
168 \membersection{wxConnection::OnStopAdvise}\label{wxconnectiononstopadvise}
177 \membersection{wxConnection::Poke}\label{wxconnectionpoke}
183 server connection's \helpref{wxConnection::OnPoke}{wxconnectiononpoke} member to
189 \membersection{wxConnection::Request}\label{wxconnectionrequest}
194 Causes the server connection's \helpref{wxConnection::OnRequest}{wxconnectiononrequest}
202 \membersection{wxConnection::StartAdvise}\label{wxconnectionstartadvise}
208 \helpref{wxConnection::OnStartAdvise}{wxconnectiononstartadvise}\rtfsp
212 \membersection{wxConnection::StopAdvise}\label{wxconnectionstopadvise}
217 stopped. Causes the server connection's \helpref{wxConnection::OnStopAdvise}{wxconnectiononstopadvise}