]>
Commit | Line | Data |
---|---|---|
e2a6f233 JS |
1 | % ----------------------------------------------------------------------------- |
2 | % wxFilterOutputStream | |
3 | % ----------------------------------------------------------------------------- | |
4 | \section{\class{wxFilterOutputStream}}\label{wxfilteroutputstream} | |
5 | ||
6 | \wxheading{Derived from} | |
7 | ||
8 | \helpref{wxOutputStream}{wxoutputstream} | |
9 | ||
10 | \wxheading{Note} | |
11 | ||
12 | The use of this class is exactly the same as of wxOutputStream. Only a constructor | |
13 | differs and it is documented below. | |
14 | ||
15 | % ----------- | |
16 | % ctor & dtor | |
17 | % ----------- | |
18 | \membersection{wxFilterOutputStream::wxFilterOutputStream} | |
19 | ||
20 | \func{}{wxFilterOutputStream}{\param{wxOutputStream\&}{ stream}} | |
21 |