Searched refs:wxDDEClient (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddde.h17 class WXDLLIMPEXP_FWD_BASE wxDDEClient; variable in typeref:class:WXDLLIMPEXP_FWD_BASE
21 WX_DECLARE_USER_EXPORTED_LIST(wxDDEClient, wxDDEClientList, WXDLLIMPEXP_BASE);
H A Dipc.h34 #define wxClient wxDDEClient
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dddeclint.tex1 \section{\class{wxDDEClient}}\label{wxddeclient}
3 A wxDDEClient object represents the client part of a client-server DDE
7 you need to derive a class from wxDDEConnection and another from wxDDEClient.
10 so that a user-overridden \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member can return
33 \membersection{wxDDEClient::wxDDEClient}\label{wxddeclientctor}
35 \func{}{wxDDEClient}{\void}
39 \membersection{wxDDEClient::MakeConnection}\label{wxddeclientmakeconnection}
48 the \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member to return your own
51 \membersection{wxDDEClient
[all...]
H A Dddeservr.tex20 \helpref{wxDDEClient}{wxddeclient}, \helpref{wxDDEConnection}{wxddeconnection}, \helpref{IPC overview}{ipcoverview}
H A Dtcpclint.tex6 A DDE-based implementation for Windows is available using \helpref{wxDDEClient}{wxddeclient}.
H A Dddeconn.tex5 \helpref{wxDDEClient}{wxddeclient} object, or by the acceptance of a connection by a\rtfsp
58 \helpref{wxDDEClient}{wxddeclient}, \helpref{wxDDEServer}{wxddeserver}, \helpref{Interprocess communications overview}{ipcoverview}
73 and/or \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} members should be replaced by
H A Dipcclint.tex5 DDE-based implementation using wxDDEClient is available on Windows
H A Dcategory.tex443 \twocolitem{\helpref{wxClient}{wxclient}, \helpref{wxDDEClient}{wxddeclient}}{Represents a client}
H A Dfunction.tex3007 See also \helpref{wxDDEServer}{wxddeserver}, \helpref{wxDDEClient}{wxddeclient}, \helpref{wxDDEConnection}{wxddeconnection},\rtfsp
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddde.h42 class WXDLLIMPEXP_FWD_BASE wxDDEClient; variable in typeref:class:WXDLLIMPEXP_FWD_BASE
72 wxDDEClient* m_client;
111 class WXDLLIMPEXP_BASE wxDDEClient: public wxClientBase class in inherits:wxClientBase
113 DECLARE_DYNAMIC_CLASS(wxDDEClient)
115 wxDDEClient(void);
116 virtual ~wxDDEClient(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddde.cpp139 IMPLEMENT_DYNAMIC_CLASS(wxDDEClient, wxClientBase)
210 wxDDEClient *object = clientNode->GetData();
236 wxDDEClient *object = clientNode->GetData();
384 // wxDDEClient
387 wxDDEClient::wxDDEClient() function in class:wxDDEClient
394 wxDDEClient::~wxDDEClient()
406 bool wxDDEClient::ValidHost(const wxString& /* host */)
411 wxConnectionBase *wxDDEClient
[all...]
H A Dutilsexc.cpp504 wxDDEClient client;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp899 wxDDEClient client;
925 wxDDEClient client;

Completed in 133 milliseconds