X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf085665fd6a214feb7c5bba7e5da827dd5e034d..fc715b5088d317ad09cad84f0d9d375bfac055fd:/docs/latex/wx/ffilestr.tex?ds=sidebyside diff --git a/docs/latex/wx/ffilestr.tex b/docs/latex/wx/ffilestr.tex index 7f80db6131..a323fea6ba 100644 --- a/docs/latex/wx/ffilestr.tex +++ b/docs/latex/wx/ffilestr.tex @@ -31,7 +31,7 @@ can seek beyond the end of the stream (file) and will thus not return \membersection{wxFFileInputStream::wxFFileInputStream}\label{wxffileinputstreamctor} -\func{}{wxFFileInputStream}{\param{const wxString\&}{ filename}, \param{const wxChar *}{ mode = "rb"}} +\func{}{wxFFileInputStream}{\param{const wxString\&}{ filename}, \param{const wxString\&}{ mode = "rb"}} Opens the specified file using its {\it filename} name using the specified mode. @@ -49,9 +49,9 @@ Initializes a file stream in read-only mode using the specified file pointer {\i Destructor. -\membersection{wxFFileInputStream::Ok}\label{wxffileinputstreamok} +\membersection{wxFFileInputStream::IsOk}\label{wxffileinputstreamisok} -\constfunc{bool}{Ok}{\void} +\constfunc{bool}{IsOk}{\void} Returns true if the stream is initialized and ready. @@ -88,7 +88,7 @@ can seek beyond the end of the stream (file) and will thus not return \membersection{wxFFileOutputStream::wxFFileOutputStream}\label{wxffileoutputstreamctor} -\func{}{wxFFileOutputStream}{\param{const wxString\&}{ filename}, \param{const wxChar *}{ mode="w+b"}} +\func{}{wxFFileOutputStream}{\param{const wxString\&}{ filename}, \param{const wxString\&}{ mode="w+b"}} Opens the file with the given {\it filename} name in the specified mode. @@ -106,9 +106,9 @@ Initializes a file stream in write-only mode using the file descriptor {\it fp}. Destructor. -\membersection{wxFFileOutputStream::Ok}\label{wxffileoutputstreamok} +\membersection{wxFFileOutputStream::IsOk}\label{wxffileoutputstreamisok} -\constfunc{bool}{Ok}{\void} +\constfunc{bool}{IsOk}{\void} Returns true if the stream is initialized and ready.