]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/debugrptz.tex
Added automatic dialog scrolling ability
[wxWidgets.git] / docs / latex / wx / debugrptz.tex
1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %% Name: debugrptz.tex
3 %% Purpose: wxDebugReportCompress documentation
4 %% Author: Vadim Zeitlin
5 %% Modified by:
6 %% Created: 2005-03-21
7 %% RCS-ID: $Id$
8 %% Copyright: (c) Vadim Zeitlin 2005
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12 \section{\class{wxDebugReportCompress}}\label{wxdebugreportcompress}
13
14 wxDebugReportCompress is a \helpref{wxDebugReport}{wxdebugreport} which
15 compresses all the files in this debug report into a single .ZIP file in its
16 \texttt{\textit{Process()}} function.
17
18 \wxheading{Derived from}
19
20 \helpref{wxDebugReport}{wxdebugreport}
21
22 \wxheading{Include files}
23
24 <wx/debugrpt.h>
25
26 \wxheading{Library}
27
28 \helpref{wxQa}{librarieslist}
29
30
31 \latexignore{\rtfignore{\wxheading{Members}}}
32
33 \membersection{wxDebugReportCompress::wxDebugReportCompress}\label{wxdebugreportcompresswxdebugreportcompress}
34
35 \func{}{wxDebugReportCompress}{\void}
36
37 Default constructor does nothing special.
38
39 \membersection{wxDebugReportCompress::GetCompressedFileName}\label{wxdebugreportcompressgetcompressedfilename}
40
41 \constfunc{const wxString\&}{GetCompressedFileName}{\void}
42
43 Returns the full path of the compressed file (empty if creation failed).
44