]>
Commit | Line | Data |
---|---|---|
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 | ||
14 | wxDebugReportPreviewStd is a standard debug report preview window. It displays | |
15 | a GUIdialog allowing the user to examine the contents of a debug report, remove | |
16 | files 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 | ||
40 | Trivial default constructor. | |
41 | ||
42 | ||
43 | \membersection{wxDebugReportPreviewStd::Show}\label{wxdebugreportpreviewstdshow} | |
44 | ||
45 | \constfunc{bool}{Show}{\param{wxDebugReport\& }{dbgrpt}} | |
46 | ||
47 | Show the dialog, see | |
48 | \helpref{wxDebugReportPreview::Show()}{wxdebugreportpreviewshow} for more | |
49 | information. | |
50 |