1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
3 %% Purpose: wxDebugReportCompress documentation
4 %% Author: Vadim Zeitlin
8 %% Copyright: (c) Vadim Zeitlin 2005
9 %% License: wxWindows license
10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
12 \section{\class{wxDebugReportCompress
}}\label{wxdebugreportcompress
}
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.
18 \wxheading{Derived from
}
20 \helpref{wxDebugReport
}{wxdebugreport
}
22 \wxheading{Include files
}
28 \helpref{wxQa
}{librarieslist
}
31 \latexignore{\rtfignore{\wxheading{Members
}}}
33 \membersection{wxDebugReportCompress::wxDebugReportCompress
}\label{wxdebugreportcompresswxdebugreportcompress
}
35 \func{}{wxDebugReportCompress
}{\void}
37 Default constructor does nothing special.
39 \membersection{wxDebugReportCompress::GetCompressedFileName
}\label{wxdebugreportcompressgetcompressedfilename
}
41 \constfunc{const wxString\&
}{GetCompressedFileName
}{\void}
43 Returns the full path of the compressed file (empty if creation failed).