]>
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 | ||
27 | ||
28 | ||
29 | \latexignore{\rtfignore{\wxheading{Members}}} | |
30 | ||
31 | ||
32 | \membersection{wxDebugReportPreviewStd::wxDebugReportPreviewStd}\label{wxdebugreportpreviewstdwxdebugreportpreviewstd} | |
33 | ||
34 | \func{}{wxDebugReportPreviewStd}{\void} | |
35 | ||
36 | Trivial default constructor. | |
37 | ||
38 | ||
39 | \membersection{wxDebugReportPreviewStd::Show}\label{wxdebugreportpreviewstdshow} | |
40 | ||
41 | \constfunc{bool}{Show}{\param{wxDebugReport\& }{dbgrpt}} | |
42 | ||
43 | Show the dialog, see | |
44 | \helpref{wxDebugReportPreview::Show()}{wxdebugreportpreviewshow} for more | |
45 | information. | |
46 |