X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/605d715ddd84ddc3e78423e3f3ae5c27c8ff4d43..c8499e53d820ed68ad6a1e9b25d963107641af14:/docs/latex/wx/inputstr.tex diff --git a/docs/latex/wx/inputstr.tex b/docs/latex/wx/inputstr.tex index 1df6d394dc..e830886624 100644 --- a/docs/latex/wx/inputstr.tex +++ b/docs/latex/wx/inputstr.tex @@ -13,6 +13,8 @@ wxInputStream is an abstract base class which may not be used directly. +\latexignore{\rtfignore{\wxheading{Members}}} + % ----------- % ctor & dtor % ----------- @@ -34,6 +36,12 @@ Destructor. Returns the first character in the input queue and removes it. +\membersection{wxInputStream::Eof}\label{wxinputstreameof} + +\constfunc{wxInputStream}{Eof}{\void} + +Returns TRUE if the end of stream has been reached. + \membersection{wxInputStream::LastRead}\label{wxinputstreamlastread} \constfunc{size\_t}{LastRead}{\void} @@ -83,7 +91,7 @@ Changes the stream current position. Returns the current stream position. -\membersection{wxInputStream::Ungetch}\label{wxinputstream_ungetch} +\membersection{wxInputStream::Ungetch}\label{wxinputstreamungetch} \func{size\_t}{Ungetch}{\param{const char*}{ buffer}, \param{size\_t}{ size}}