Version: 3.2.2
wxDebugReportPreviewStd Class Reference

#include <wx/debugrpt.h>

+ Inheritance diagram for wxDebugReportPreviewStd:

Detailed Description

wxDebugReportPreviewStd is a standard debug report preview window.

It displays a dialog allowing the user to examine the contents of a debug report, remove files from and add notes to it.

Library:  wxQA
Category:  Debugging

Public Member Functions

 wxDebugReportPreviewStd ()
 Trivial default constructor. More...
 
bool Show (wxDebugReport &dbgrpt) const
 Shows the dialog. More...
 
- Public Member Functions inherited from wxDebugReportPreview
 wxDebugReportPreview ()
 Default constructor. More...
 
virtual ~wxDebugReportPreview ()
 Destructor is trivial as well but should be virtual for a base class. More...
 
virtual bool Show (wxDebugReport &dbgrpt) const =0
 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. More...
 

Constructor & Destructor Documentation

◆ wxDebugReportPreviewStd()

wxDebugReportPreviewStd::wxDebugReportPreviewStd ( )

Trivial default constructor.

Member Function Documentation

◆ Show()

bool wxDebugReportPreviewStd::Show ( wxDebugReport dbgrpt) const
virtual

Shows the dialog.

See also
wxDebugReportPreview::Show()

Implements wxDebugReportPreview.