• 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

12 wxDDEConnection, in order to override the communication event handlers
13 to do something interesting.
69 to be derived from wxDDEConnection, then the constructor should not be
77 a buffer and size of the buffer for the connection object to use in
84 Called by the server application to advise the client of a change in
87 member to be called. Returns true if successful.
93 Called by the client application to execute a command on the server. Can
94 also be used to transfer arbitrary data to the server (similar
95 to \helpref{wxDDEConnection::Poke}{wxddeconnectionpoke} in that respect). Causes the
96 server connection's \helpref{wxDDEConnection::OnExecute}{wxddeconnectiononexecute} member to be
103 Called by the client or server application to disconnect from the other
105 to be sent to the corresponding connection object in the other
106 program. The default behaviour of {\bf OnDisconnect} is to delete the
115 Message sent to the client application when the server notifies it of a
122 Message sent to the client or server application when the other
123 application notifies it to delete the connection. Default behaviour is
124 to delete the connection object.
130 Message sent to the server application when the client notifies it to
138 Message sent to the server application when the client notifies it to
145 Message sent to the server application when the client
148 or NULL to indicate no data.
154 Message sent to the server application by the client, when the client
155 wishes to start an `advise loop' for the given topic and item. The
156 server can refuse to participate by returning false.
162 Message sent to the server application by the client, when the client
163 wishes to stop an `advise loop' for the given topic and item. The
164 server can refuse to stop the advise loop by returning false, although
171 Called by the client application to poke data into the server. Can be
172 used to transfer arbitrary data to the server. Causes the server
174 to be called. Returns true if successful.
180 Called by the client application to request data from the server. Causes
181 the server connection's \helpref{wxDDEConnection::OnRequest}{wxddeconnectiononrequest} member to be called. Returns a
182 character string (actually a pointer to the connection's buffer) if
189 Called by the client application to ask if an advise loop can be started
191 member to be called. Returns true if the server okays it, false
198 Called by the client application to ask if an advise loop can be
200 to be called. Returns true if the server okays it, false otherwise.