wxDebugReportCompress Class Reference
[Debugging]

#include <wx/debugrpt.h>

Inheritance diagram for wxDebugReportCompress:

Inheritance graph
[legend]

Detailed Description

wxDebugReportCompress is a wxDebugReport which compresses all the files in this debug report into a single ZIP file in its wxDebugReport::Process() function.

Library:  wxQA

Category:  Debugging

Public Member Functions

 wxDebugReportCompress ()
 Default constructor does nothing special.
const wxStringGetCompressedFileName () const
 Returns the full path of the compressed file (empty if creation failed).

List of all members.


Constructor & Destructor Documentation

wxDebugReportCompress::wxDebugReportCompress (  ) 

Default constructor does nothing special.


Member Function Documentation

const wxString& wxDebugReportCompress::GetCompressedFileName (  )  const

Returns the full path of the compressed file (empty if creation failed).



wxWidgets logo

[ top ]