Searched refs:GetOutputStream (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 Dprocess.h73 // GetOutputStream() to get access to them
85 wxOutputStream *GetOutputStream() const { return m_outputStream; } function in class:wxProcess
H A Dstream.h462 wxOutputStream *GetOutputStream() const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h96 virtual wxOutputStream *GetOutputStream(const wxString& path);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dprocess.tex21 \helpref{GetOutputStream}{wxprocessgetoutputstream} and
116 \membersection{wxProcess::GetOutputStream}\label{wxprocessgetoutputstream}
118 \constfunc{wxOutputStream* }{GetOutputStream}{\void}
275 GetOutputStream() as a non-seekable stream. The caught output stream is returned
H A Dftp.tex68 wxOutputStream *out = ftp.GetOutputStream("filename");
351 \membersection{wxFTP::GetOutputStream}\label{wxftpgetoutputstream}
353 \func{wxOutputStream *}{GetOutputStream}{\param{const wxString\&}{ file}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstream.cpp136 wxOutputStream *wxStreamBuffer::GetOutputStream() const function in class:wxStreamBuffer
223 wxOutputStream *outStream = GetOutputStream();
301 wxOutputStream *outStream = GetOutputStream();
467 wxOutputStream *outStream = GetOutputStream();
H A Dftp.cpp787 wxOutputStream *wxFTP::GetOutputStream(const wxString& path) function in class:wxFTP
H A Dzipstrm.cpp1287 wxZipOutputStream *GetOutputStream() const { return m_stream; }
1605 if (m_streamlink && !m_streamlink->GetOutputStream()) {
1644 m_streamlink->GetOutputStream()->SetComment(endrec.GetComment());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dprntdlgg.h113 wxOutputStream *GetOutputStream() { return m_outputStream; } function in class:wxPostScriptPrintNativeData
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp785 wxOutputStream *out = process->GetOutputStream();
1065 wxTextOutputStream os(*GetOutputStream());
1088 m_out(*process->GetOutputStream()),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddcpsg.cpp2221 wxOutputStream* outputstream = data->GetOutputStream();
2246 wxOutputStream* outputstream = data->GetOutputStream();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp504 wxOutputStream * out = ftp.GetOutputStream( fileName.GetFullName () );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2681 wxOutputStream *out = ftp.GetOutputStream(file1);
2700 out = ftp.GetOutputStream(file2);

Completed in 85 milliseconds