Searched refs:wxConnection (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dipc.h32 #define wxConnection wxDDEConnection macro
38 #define wxConnection wxTCPConnection macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dipcconn.tex1 \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 constructo
[all...]
H A Dipcclint.tex10 you need to derive a class from wxConnection and another from
11 wxClient. The custom wxConnection class will intercept
15 member can return a wxConnection of the required class, when a
32 \helpref{wxConnection}{wxconnection}, \helpref{Interprocess communications overview}{ipcoverview}
49 server allows a connection, a wxConnection object will be
50 returned. The type of wxConnection returned can be altered by
70 default this simply returns a new wxConnection object. Override
71 this method to return a wxConnection descendant customised for the
76 such as \helpref{wxConnection::OnAdvise}{wxconnectiononadvise}. You
H A Dipcservr.tex10 you need to derive a class from wxConnection and another from
11 wxServer. The custom wxConnection class will intercept
14 member can return a wxConnection of the required class, when a
29 \helpref{wxConnection}{wxddeconnection}, \helpref{IPC
59 either the standard wxConnection type, or (more likely) of a
H A Dtipc.tex4 \helpref{wxConnection}{wxddeconnection},
35 thing for {\tt wxClient} and {\tt wxConnection}.
54 \item wxConnection. This represents the connection from the
79 wxConnection objects which persist until the connection is
83 wxConnection allows you to handle the DDE messages.
88 \item Derive a class from wxConnection, providing handlers for various messages sent to the server
89 side of a wxConnection (e.g. OnExecute, OnRequest, OnPoke). Only
103 \item Derive a class from wxConnection, providing handlers for various
104 messages sent to the client side of a wxConnection (e.g.
118 \item Use the wxConnection membe
[all...]
H A Dcategory.tex444 \twocolitem{\helpref{wxConnection}{wxconnection}, \helpref{wxDDEConnection}{wxddeconnection}}{Represents the connection between a client and a server}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dhelpview.h69 class hvConnection : public wxConnection
H A Dremhelp.h21 class rhhcConnection : public wxConnection
H A Dremhelp.cpp60 : wxConnection()
80 return wxConnection::OnDisconnect();
H A Dhelpview.cpp420 : wxConnection()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.h81 class MyConnection: public wxConnection
H A Dserver.h66 class MyConnection : public wxConnection
H A Dclient.cpp462 bool retval = wxConnection::Execute(data, size, format);
470 wxChar *data = wxConnection::Request(item, size, format);
478 return wxConnection::Poke(item, data, size, format);
H A Dserver.cpp305 : wxConnection()
324 return wxConnection::OnPoke(topic, item, data, size, format);
410 return wxConnection::Advise(item, data, size, format);

Completed in 108 milliseconds