4e0e7d3935
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
41 lines
1.2 KiB
TeX
41 lines
1.2 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Name: debugrptz.tex
|
|
%% Purpose: wxDebugReportCompress documentation
|
|
%% Author: Vadim Zeitlin
|
|
%% Modified by:
|
|
%% Created: 2005-03-21
|
|
%% RCS-ID: $Id$
|
|
%% Copyright: (c) Vadim Zeitlin 2005
|
|
%% License: wxWindows license
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
\section{\class{wxDebugReportCompress}}\label{wxdebugreportcompress}
|
|
|
|
wxDebugReportCompress is a \helpref{wxDebugReport}{wxdebugreport} which
|
|
compresses all the files in this debug report into a single .ZIP file in its
|
|
\texttt{\textit{Process()}} function.
|
|
|
|
\wxheading{Derived from}
|
|
|
|
\helpref{wxDebugReport}{wxdebugreport}
|
|
|
|
\wxheading{Include files}
|
|
|
|
<wx/debugrpt.h>
|
|
|
|
|
|
\latexignore{\rtfignore{\wxheading{Members}}}
|
|
|
|
\membersection{wxDebugReportCompress::wxDebugReportCompress}\label{wxdebugreportcompresswxdebugreportcompress}
|
|
|
|
\func{}{wxDebugReportCompress}{\void}
|
|
|
|
Default constructor does nothing special.
|
|
|
|
\membersection{wxDebugReportCompress::GetCompressedFileName}\label{wxdebugreportcompressgetcompressedfilename}
|
|
|
|
\constfunc{const wxString\&}{GetCompressedFileName}{\void}
|
|
|
|
Returns the full path of the compressed file (empty if creation failed).
|
|
|