]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/debugrptz.tex
added vendor display name (for consistency with app display name &c) (patch 1831303)
[wxWidgets.git] / docs / latex / wx / debugrptz.tex
CommitLineData
4e0e7d39
VZ
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
14wxDebugReportCompress is a \helpref{wxDebugReport}{wxdebugreport} which
15compresses 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
a7af285d
VZ
26\wxheading{Library}
27
28\helpref{wxQa}{librarieslist}
29
4e0e7d39
VZ
30
31\latexignore{\rtfignore{\wxheading{Members}}}
32
33\membersection{wxDebugReportCompress::wxDebugReportCompress}\label{wxdebugreportcompresswxdebugreportcompress}
34
35\func{}{wxDebugReportCompress}{\void}
36
37Default constructor does nothing special.
38
39\membersection{wxDebugReportCompress::GetCompressedFileName}\label{wxdebugreportcompressgetcompressedfilename}
40
41\constfunc{const wxString\&}{GetCompressedFileName}{\void}
42
43Returns the full path of the compressed file (empty if creation failed).
44