• 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 defs:wxDDEConnection

1 \section{\class{wxDDEConnection}}\label{wxddeconnection}
3 A wxDDEConnection object represents the connection between a client and a
8 calling members in a {\bf wxDDEConnection} object or by overriding its
12 wxDDEConnection, in order to override the communication event handlers
62 \membersection{wxDDEConnection::wxDDEConnection}\label{wxddeconnectionctor}
64 \func{}{wxDDEConnection}{\void}
66 \func{}{wxDDEConnection}{\param{char* }{buffer}, \param{int}{ size}}
69 to be derived from wxDDEConnection, then the constructor should not be
75 the wxDDEConnection constructor are void, then a default buffer is
80 \membersection{wxDDEConnection::Advise}\label{wxddeconnectionadvise}
86 connection's \helpref{wxDDEConnection::OnAdvise}{wxddeconnectiononadvise}
89 \membersection{wxDDEConnection::Execute}\label{wxddeconnectionexecute}
95 to \helpref{wxDDEConnection::Poke}{wxddeconnectionpoke} in that respect). Causes the
96 server connection's \helpref{wxDDEConnection::OnExecute}{wxddeconnectiononexecute} member to be
99 \membersection{wxDDEConnection::Disconnect}\label{wxddeconnectiondisconnect}
104 program; it causes the \helpref{wxDDEConnection::OnDisconnect}{wxddeconnectionondisconnect} message
111 \membersection{wxDDEConnection::OnAdvise}\label{wxddeconnectiononadvise}
118 \membersection{wxDDEConnection::OnDisconnect}\label{wxddeconnectionondisconnect}
126 \membersection{wxDDEConnection::OnExecute}\label{wxddeconnectiononexecute}
134 \membersection{wxDDEConnection::OnPoke}\label{wxddeconnectiononpoke}
141 \membersection{wxDDEConnection::OnRequest}\label{wxddeconnectiononrequest}
146 calls \helpref{wxDDEConnection::Request}{wxddeconnectionrequest}. The server
150 \membersection{wxDDEConnection::OnStartAdvise}\label{wxddeconnectiononstartadvise}
158 \membersection{wxDDEConnection::OnStopAdvise}\label{wxddeconnectiononstopadvise}
167 \membersection{wxDDEConnection::Poke}\label{wxddeconnectionpoke}
173 connection's \helpref{wxDDEConnection::OnPoke}{wxddeconnectiononpoke} member
176 \membersection{wxDDEConnection::Request}\label{wxddeconnectionrequest}
181 the server connection's \helpref{wxDDEConnection::OnRequest}{wxddeconnectiononrequest} member to be called. Returns a
185 \membersection{wxDDEConnection::StartAdvise}\label{wxddeconnectionstartadvise}
190 with the server. Causes the server connection's \helpref{wxDDEConnection::OnStartAdvise}{wxddeconnectiononstartadvise}\rtfsp
194 \membersection{wxDDEConnection::StopAdvise}\label{wxddeconnectionstopadvise}
199 stopped. Causes the server connection's \helpref{wxDDEConnection::OnStopAdvise}{wxddeconnectiononstopadvise} member