1. wxProcess changes to make capturing subprocess output easier (and more
reliable), now works in both sync and async modes 2. wxSafeYieldBug() corrected, wxWindowDisabler which is now used in it added and documented 3. exec sample updated to illustrate capturing the subprocess output 4. wxStreamBase::IsOk() added 5. wxInputStream::Eof() added and non-blocking Eof() implementation in wxPipeInputStream used by wxExecute git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -39,6 +39,16 @@ Creates a dummy stream object. It doesn't do anything.
|
||||
|
||||
Destructor.
|
||||
|
||||
\membersection{wxStreamBase::IsOk}\label{wxstreambaseisok}
|
||||
|
||||
\constfunc{wxStreamError}{IsOk}{\void}
|
||||
|
||||
Returns TRUE if no error occured on the stream.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{LastError}{wxstreambaselasterror}
|
||||
|
||||
\membersection{wxStreamBase::LastError}\label{wxstreambaselasterror}
|
||||
|
||||
\constfunc{wxStreamError}{LastError}{\void}
|
||||
@@ -84,7 +94,7 @@ See \helpref{OnSysRead}{wxstreambaseonsysread}.
|
||||
\constfunc{size\_t}{GetSize}{\void}
|
||||
|
||||
This function returns the size of the stream. For example, for a file it is the size of
|
||||
the file).
|
||||
the file.
|
||||
|
||||
\wxheading{Warning}
|
||||
|
||||
|
Reference in New Issue
Block a user