]>
Commit | Line | Data |
---|---|---|
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 | ||
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 | ||
27 | \latexignore{\rtfignore{\wxheading{Members}}} | |
28 | ||
29 | \membersection{wxDebugReportCompress::wxDebugReportCompress}\label{wxdebugreportcompresswxdebugreportcompress} | |
30 | ||
31 | \func{}{wxDebugReportCompress}{\void} | |
32 | ||
33 | Default constructor does nothing special. | |
34 | ||
35 | \membersection{wxDebugReportCompress::GetCompressedFileName}\label{wxdebugreportcompressgetcompressedfilename} | |
36 | ||
37 | \constfunc{const wxString\&}{GetCompressedFileName}{\void} | |
38 | ||
39 | Returns the full path of the compressed file (empty if creation failed). | |
40 |