Searched refs:wxTCPConnection (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckipc.h55 class WXDLLIMPEXP_NET wxTCPConnection: public wxConnectionBase class in inherits:wxConnectionBase
57 DECLARE_DYNAMIC_CLASS(wxTCPConnection)
60 wxTCPConnection(wxChar *buffer, int size);
61 wxTCPConnection();
62 virtual ~wxTCPConnection();
99 DECLARE_NO_COPY_CLASS(wxTCPConnection)
105 wxTCPConnection *topLevelConnection;
H A Dipc.h38 #define wxConnection wxTCPConnection
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckipc.cpp142 IMPLEMENT_CLASS(wxTCPConnection, wxConnectionBase)
192 wxTCPConnection *connection = (wxTCPConnection *)OnMakeConnection ();
196 if (connection->IsKindOf(CLASSINFO(wxTCPConnection)))
229 return new wxTCPConnection();
332 return new wxTCPConnection();
336 // wxTCPConnection
339 wxTCPConnection::wxTCPConnection () : wxConnectionBase() function in class:wxTCPConnection
347 wxTCPConnection function in class:wxTCPConnection
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcpclint.tex9 you need to derive a class from wxTCPConnection and another from wxTCPClient.
10 The custom wxTCPConnection class will intercept communications in
13 a wxTCPConnection of the required class, when a connection is made.
26 \helpref{wxTCPServer}{wxtcpserver}, \helpref{wxTCPConnection}{wxtcpconnection},
44 server allows a connection, a wxTCPConnection object will be returned.
45 The type of wxTCPConnection returned can be altered by overriding
53 The type of \helpref{wxTCPConnection}{wxtcpconnection} returned from a \helpref{wxTCPClient::MakeConnection}{wxtcpclientmakeconnection} call can
55 own derived connection object. By default, a wxTCPConnection
60 as \helpref{wxTCPConnection::OnAdvise}{wxtcpconnectiononadvise}. You may also want to
H A Dtcpconn.tex1 \section{\class{wxTCPConnection}}\label{wxtcpconnection}
8 A wxTCPConnection object can be created by making a connection using a\rtfsp
11 calling members in a {\bf wxTCPConnection} object or by overriding its
15 wxTCPConnection, in order to override the communication event handlers
61 \membersection{wxTCPConnection::wxTCPConnection}\label{wxtcpconnectionctor}
63 \func{}{wxTCPConnection}{\void}
65 \func{}{wxTCPConnection}{\param{char* }{buffer}, \param{int}{ size}}
68 to be derived from wxTCPConnection, then the constructor should not be
74 the wxTCPConnection constructo
[all...]
H A Dtcpservr.tex19 \helpref{wxTCPClient}{wxtcpclient}, \helpref{wxTCPConnection}{wxtcpconnection}, \helpref{IPC overview}{ipcoverview}
45 either the standard wxTCPConnection type, or of a user-derived type. If the
H A Dlibs.tex40 \helpref{wxTCPConnection}{wxddeconnection}) }
H A Dddeconn.tex17 of this API is available using \helpref{wxTCPConnection}{wxtcpconnection}.
H A Dipcconn.tex12 available using wxTCPConnection, which has the same API.
H A Dtipc.tex6 %\helpref{wxTCPServer}{wxtcpserver}, \helpref{wxTCPConnection}{wxtcpconnection},

Completed in 67 milliseconds