• 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:to

15 wxConnection, in order to override the communication event
16 handlers to do something interesting.
69 object is to be derived from wxConnection, then the constructor
89 Called by the server application to advise the client of a change
92 to be called. Returns true if successful.
98 Called by the client application to execute a command on the
99 server. Can also be used to transfer arbitrary data to the server
100 (similar to \helpref{wxConnection::Poke}{wxconnectionpoke} in
102 member to be called. Returns true if successful.
108 Called by the client or server application to disconnect from the
110 message to be sent to the corresponding connection object in the
119 Message sent to the client application when the server notifies
127 Message sent to the client or server application when the other
128 application notifies it to end the connection. The default
129 behaviour is to delete the connection object and return true, so
138 Message sent to the server application when the client notifies
139 it to execute the given data, using \helpref{Execute}{wxconnectionexecute}.
146 Message sent to the server application when the client notifies it to
153 Message sent to the server application when the client calls
156 should respond by returning a character string, or NULL to
164 Message sent to the server application by the client, when the client
165 wishes to start an `advise loop' for the given topic and item. The
166 server can refuse to participate by returning false.
172 Message sent to the server application by the client, when the client
173 wishes to stop an `advise loop' for the given topic and item. The
174 server can refuse to stop the advise loop by returning false, although
181 Called by the client application to poke data into the server.
182 Can be used to transfer arbitrary data to the server. Causes the
183 server connection's \helpref{wxConnection::OnPoke}{wxconnectiononpoke} member to
193 Called by the client application to request data from the server.
195 member to be called. Size may be NULL or a pointer to a variable
196 to receive the size of the requested item.
198 Returns a character string (actually a pointer to the
200 does not need to be deleted.
206 Called by the client application to ask if an advise loop can be
209 member to be called. Returns true if the server okays it, false
216 Called by the client application to ask if an advise loop can be
218 member to be called. Returns true if the server okays it, false