Searched refs:OnMakeConnection (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtcpclint.tex12 so that a user-overridden \helpref{wxTCPClient::OnMakeConnection}{wxtcpclientonmakeconnection} member can return
46 the \helpref{wxTCPClient::OnMakeConnection}{wxtcpclientonmakeconnection} member to return your own
49 \membersection{wxTCPClient::OnMakeConnection}\label{wxtcpclientonmakeconnection}
51 \func{wxConnectionBase *}{OnMakeConnection}{\void}
54 be altered by deriving the {\bf OnMakeConnection} member to return your
H A Dddeclint.tex10 so that a user-overridden \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member can return
48 the \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} member to return your own
51 \membersection{wxDDEClient::OnMakeConnection}\label{wxddeclientonmakeconnection}
53 \func{wxConnectionBase *}{OnMakeConnection}{\void}
56 be altered by deriving the {\bf OnMakeConnection} member to return your
H A Dipcclint.tex14 \helpref{wxClient::OnMakeConnection}{wxclientonmakeconnection}
52 \helpref{wxClient::OnMakeConnection}{wxclientonmakeconnection}
65 \membersection{wxClient::OnMakeConnection}\label{wxclientonmakeconnection}
67 \func{wxConnectionBase *}{OnMakeConnection}{\void}
H A Dtipc.tex107 \item Derive a class from wxClient, overriding OnMakeConnection to
115 \helpref{OnMakeConnection}{wxddeclientonmakeconnection} to create
167 \helpref{wxClient::OnMakeConnection}{wxddeclientonmakeconnection}
185 wxConnectionBase *OnMakeConnection(void) { return new MyConnection; }
H A Dddeconn.tex73 and/or \helpref{wxDDEClient::OnMakeConnection}{wxddeclientonmakeconnection} members should be replaced by
H A Dipcconn.tex74 and/or \helpref{wxClient::OnMakeConnection}{wxclientonmakeconnection}
H A Dtcpconn.tex72 and/or \helpref{wxTCPClient::OnMakeConnection}{wxtcpclientonmakeconnection} members should be replaced by
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dsckipc.h142 virtual wxConnectionBase *OnMakeConnection();
H A Dipcbase.h159 virtual wxConnectionBase *OnMakeConnection(void) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/helpview/src/
H A Dremhelp.h38 wxConnectionBase *OnMakeConnection();
H A Dremhelp.cpp54 wxConnectionBase *rhhcClient::OnMakeConnection() function in class:rhhcClient
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.h101 wxConnectionBase *OnMakeConnection();
H A Dclient.cpp390 wxConnectionBase *MyClient::OnMakeConnection() function in class:MyClient
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Ddde.h121 virtual wxConnectionBase *OnMakeConnection(void); // Tailor this to return own connection.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckipc.cpp192 wxTCPConnection *connection = (wxTCPConnection *)OnMakeConnection ();
227 wxConnectionBase *wxTCPClient::OnMakeConnection() function in class:wxTCPClient
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddde.cpp447 wxDDEConnection *connection = (wxDDEConnection*) OnMakeConnection();
461 wxConnectionBase *wxDDEClient::OnMakeConnection() function in class:wxDDEClient

Completed in 87 milliseconds