.\" This is a wxWidgets manpage page generated from the XML docs .TH wxDebugReportPreview 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxDebugReportPreview \- Abstract base class for previewing the contents of a debug report. .SH DESCRIPTION This class presents the debug report to the user and allows him to veto report entirely or remove some parts of it. Although not mandatory, using this class is strongly recommended as data included in the debug report might contain sensitive private information and the user should be notified about it as well as having a possibility to examine the data which had been gathered to check whether this is effectively the case and discard the debug report if it is. wxDebugReportPreview is an abstract base class, currently the only concrete class deriving from it is wxDebugReportPreviewStd . .SH "PARENTS" .SH "INCLUDE FILES" wx/debugrpt.h .SH MEMBERS .SS wxDebugReportPreview () Trivial default constructor. .SS ~wxDebugReportPreview () dtor is trivial as well but should be virtual for a base class .SS bool Show (wxDebugReport& dbgrpt) Present the report to the user and allow him to modify it by removing some or all of the files and, potentially, adding some notes. Return true if the report should be processed or false if the user chose to cancel report generation or removed all files from it. .SH "SEE ALSO" .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.