X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/716b1f7091622187312a86257eac0570d0ccd8a2..302511a3ca8d831ee26c7dfc47c928e8fed8fef6:/docs/latex/wx/archive.tex diff --git a/docs/latex/wx/archive.tex b/docs/latex/wx/archive.tex index 770071328a..4bf1f0fc26 100644 --- a/docs/latex/wx/archive.tex +++ b/docs/latex/wx/archive.tex @@ -31,6 +31,10 @@ using \helpref{GetFirst() and GetNext()}{wxarchiveclassfactorygetfirst}. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Data structures} \begin{verbatim} @@ -227,6 +231,10 @@ in archive files such as zips and tars. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{Archive formats such as zip}{wxarc}\\ @@ -399,12 +407,18 @@ When there are no more entries, GetNextEntry() returns NULL and sets Eof(). \wxheading{Derived from} -\helpref{wxFilterInputStream}{wxfilterinputstream} +\helpref{wxFilterInputStream}{wxfilterinputstream}\\ +\helpref{wxInputStream}{wxinputstream}\\ +\helpref{wxStreamBase}{wxstreambase} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{Data structures} \begin{verbatim} typedef wxArchiveEntry entry_type @@ -642,6 +656,10 @@ No base class +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{Archives on non-seekable streams}{wxarcnoseek}\\ @@ -676,12 +694,18 @@ closes the current entry and begins the next. \wxheading{Derived from} -\helpref{wxFilterOutputStream}{wxfilteroutputstream} +\helpref{wxFilterOutputStream}{wxfilteroutputstream}\\ +\helpref{wxOutputStream}{wxoutputstream}\\ +\helpref{wxStreamBase}{wxstreambase} \wxheading{Include files} +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + \wxheading{See also} \helpref{Archive formats such as zip}{wxarc}\\