wxWidgets/docs/latex/wx/debugrptpvwstd.tex
2005-03-21 18:28:27 +00:00

47 lines
1.3 KiB
TeX

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Name: debugrptpvwstd.tex
%% Purpose: wxDebugReportPreviewStd documentation
%% Author: Vadim Zeitlin
%% Modified by:
%% Created: 2005-03-21
%% RCS-ID: $Id$
%% Copyright: (c) Vadim Zeitlin 2005
%% License: wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxDebugReportPreviewStd}}\label{wxdebugreportpreviewstd}
wxDebugReportPreviewStd is a standard debug report preview window. It displays
a GUIdialog allowing the user to examine the contents of a debug report, remove
files from and add notes to it.
\wxheading{Derived from}
\helpref{wxDebugReportPreview}{wxdebugreportpreview}
\wxheading{Include files}
<wx/debugrpt.h>
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxDebugReportPreviewStd::wxDebugReportPreviewStd}\label{wxdebugreportpreviewstdwxdebugreportpreviewstd}
\func{}{wxDebugReportPreviewStd}{\void}
Trivial default constructor.
\membersection{wxDebugReportPreviewStd::Show}\label{wxdebugreportpreviewstdshow}
\constfunc{bool}{Show}{\param{wxDebugReport\& }{dbgrpt}}
Show the dialog, see
\helpref{wxDebugReportPreview::Show()}{wxdebugreportpreviewshow} for more
information.