fltinstr.tex

来自「很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.」· TEX 代码 · 共 45 行

TEX
45
字号
% -----------------------------------------------------------------------------% wxFilterInputStream% -----------------------------------------------------------------------------\section{\class{wxFilterInputStream}}\label{wxfilterinputstream}A filter stream has the capability of a normal stream but it can be placed on topof another stream. So, for example, it can uncompress or decrypt the data which are readfrom another stream and pass it to the requester.\wxheading{Derived from}\helpref{wxInputStream}{wxinputstream}\\\helpref{wxStreamBase}{wxstreambase}\wxheading{Include files}<wx/stream.h>\wxheading{Note}The interface of this class is the same as that of wxInputStream. Only a constructordiffers and it is documented below.\wxheading{See also}\helpref{wxFilterClassFactory}{wxfilterclassfactory}\\\helpref{wxFilterOutputStream}{wxfilteroutputstream}\latexignore{\rtfignore{\wxheading{Members}}}% -----------% ctor & dtor% -----------\membersection{wxFilterInputStream::wxFilterInputStream}\label{wxfilterinputstreamctor}\func{}{wxFilterInputStream}{\param{wxInputStream\&}{ stream}}\func{}{wxFilterInputStream}{\param{wxInputStream*}{ stream}}Initializes a "filter" stream.If the parent stream is passed as a pointer then the new filter streamtakes ownership of it. If it is passed by reference then it does not.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?