Searched refs:wxTCPClient (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.h53 class WXDLLIMPEXP_FWD_NET wxTCPClient; variable in typeref:class:WXDLLIMPEXP_FWD_NET
96 friend class wxTCPClient;
128 class WXDLLIMPEXP_NET wxTCPClient: public wxClientBase class in inherits:wxClientBase
131 wxTCPClient();
132 virtual ~wxTCPClient();
145 DECLARE_DYNAMIC_CLASS(wxTCPClient)
H A Dipc.h40 #define wxClient wxTCPClient
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcpclint.tex1 \section{\class{wxTCPClient}}\label{wxtcpclient}
3 A wxTCPClient object represents the client part of a client-server conversation.
9 you need to derive a class from wxTCPConnection and another from wxTCPClient.
12 so that a user-overridden \helpref{wxTCPClient::OnMakeConnection}{wxtcpclientonmakeconnection} member can return
31 \membersection{wxTCPClient::wxTCPClient}\label{wxtcpclientctor}
33 \func{}{wxTCPClient}{\void}
37 \membersection{wxTCPClient::MakeConnection}\label{wxtcpclientmakeconnection}
46 the \helpref{wxTCPClient::OnMakeConnection}{wxtcpclientonmakeconnection} member to return your own
49 \membersection{wxTCPClient
[all...]
H A Dtcpservr.tex19 \helpref{wxTCPClient}{wxtcpclient}, \helpref{wxTCPConnection}{wxtcpconnection}, \helpref{IPC overview}{ipcoverview}
H A Dtcpconn.tex3 A wxTCPClient object represents the connection between a client and a server.
9 \helpref{wxTCPClient}{wxtcpclient} object, or by the acceptance of a connection by a\rtfsp
57 \helpref{wxTCPClient}{wxtcpclient}, \helpref{wxTCPServer}{wxtcpserver}, \helpref{Interprocess communications overview}{ipcoverview}
72 and/or \helpref{wxTCPClient::OnMakeConnection}{wxtcpclientonmakeconnection} members should be replaced by
H A Dddeclint.tex15 of this API is available using \helpref{wxTCPClient}{wxtcpclient}.
H A Dipcclint.tex7 API is available using wxTCPClient, which has the same API.
H A Dlibs.tex39 \helpref{wxTCPClient}{wxddeclient} and
H A Dtipc.tex7 %\helpref{wxTCPClient}{wxtcpclient}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckipc.cpp141 IMPLEMENT_DYNAMIC_CLASS(wxTCPClient, wxClientBase)
145 // wxTCPClient
148 wxTCPClient::wxTCPClient () : wxClientBase() function in class:wxTCPClient
152 wxTCPClient::~wxTCPClient ()
156 bool wxTCPClient::ValidHost(const wxString& host)
163 wxConnectionBase *wxTCPClient::MakeConnection (const wxString& host,
227 wxConnectionBase *wxTCPClient::OnMakeConnection()

Completed in 80 milliseconds