]> git.saurik.com Git - wxWidgets.git/blame - docs/latex/wx/debugrptpvwstd.tex
sorting support for generic version (patch 1765087 from Bo)
[wxWidgets.git] / docs / latex / wx / debugrptpvwstd.tex
CommitLineData
4e0e7d39
VZ
1%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2%% Name: debugrptpvwstd.tex
3%% Purpose: wxDebugReportPreviewStd documentation
4%% Author: Vadim Zeitlin
5%% Modified by:
6%% Created: 2005-03-21
7%% RCS-ID: $Id$
8%% Copyright: (c) Vadim Zeitlin 2005
9%% License: wxWindows license
10%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
11
12\section{\class{wxDebugReportPreviewStd}}\label{wxdebugreportpreviewstd}
13
14wxDebugReportPreviewStd is a standard debug report preview window. It displays
15a GUIdialog allowing the user to examine the contents of a debug report, remove
16files from and add notes to it.
17
18
19\wxheading{Derived from}
20
21\helpref{wxDebugReportPreview}{wxdebugreportpreview}
22
23\wxheading{Include files}
24
25<wx/debugrpt.h>
26
a7af285d
VZ
27\wxheading{Library}
28
29\helpref{wxQa}{librarieslist}
30
4e0e7d39
VZ
31
32
33\latexignore{\rtfignore{\wxheading{Members}}}
34
35
36\membersection{wxDebugReportPreviewStd::wxDebugReportPreviewStd}\label{wxdebugreportpreviewstdwxdebugreportpreviewstd}
37
38\func{}{wxDebugReportPreviewStd}{\void}
39
40Trivial default constructor.
41
42
43\membersection{wxDebugReportPreviewStd::Show}\label{wxdebugreportpreviewstdshow}
44
45\constfunc{bool}{Show}{\param{wxDebugReport\& }{dbgrpt}}
46
47Show the dialog, see
48\helpref{wxDebugReportPreview::Show()}{wxdebugreportpreviewshow} for more
49information.
50