• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:to

14 wxDebugReport is used to generate a debug report, containing information about
20 class itself but more can be created from the outside and then added to the
21 report. Also note that several virtual functions may be overridden to further
25 directory so that the user can email it to the developers (in which case you
26 should still use \helpref{wxDebugReportCompress}{wxdebugreportcompress} to
27 compress it in a single file) or uploaded to a Web server using
29 to accept uploads is your responsibility, of course). Other handlers, for example for
40 report.AddCurrentDump(); // to do both at once
76 \helpref{IsOk()}{wxdebugreportisok} to check for errors.
84 with all the files it contains. Call \helpref{Reset()}{wxdebugreportreset} to
92 Adds all available information to the report. Currently this includes a
123 Adds the minidump file to the debug report.
126 can be installed under older systems to make minidumps available).
147 Add another file to the report. If \arg{filename} is an absolute path, it is
148 copied to a file in the debug report directory with the same name. Otherwise
151 \arg{description} only exists to be displayed to the user in the report summary
165 creates the file with the given \arg{name} and writes \arg{text} to it, then
166 adds the file to the report. The \arg{filename} shouldn't contain the path.
176 This function may be overridden to add arbitrary custom context to the XML
185 This function may be overridden to modify the contents of the exception tag in
193 This function may be overridden to modify the contents of the modules tag in
201 This function may be overridden to modify the contents of the system tag in
211 This method should be used to construct the full name of the files which you
212 wish to add to the report using \helpref{AddFile}{wxdebugreportaddfile}.
219 Retrieves the name (relative to
221 file with the given index. If \arg{n} is greater than or equal to the number of
254 should override this method to do something more useful to you.
262 \helpref{wxDebugReportPreview}{wxdebugreportpreview} to allow the user to