documented AddText
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2bae4332e7
commit
3fb3e5e595
@ -151,6 +151,18 @@ is relative to \helpref{GetDirectory()}{wxdebugreportgetdirectory}.
|
|||||||
shown by \helpref{wxDebugReportPreview}{wxdebugreportpreview}.
|
shown by \helpref{wxDebugReportPreview}{wxdebugreportpreview}.
|
||||||
|
|
||||||
|
|
||||||
|
\membersection{wxDebugReport::AddText}\label{wxdebugreportaddtext}
|
||||||
|
|
||||||
|
\func{bool}{AddText}{\param{const wxString\& }{name}, \param{const wxString\& }{text}, \param{const wxString\& }{description}}
|
||||||
|
|
||||||
|
This is a convenient wrapper around \helpref{AddFile}{wxdebugreportaddfile}. It
|
||||||
|
creates the file with the given \arg{name} and writes \arg{text} to it, then
|
||||||
|
adds the file to the report.
|
||||||
|
|
||||||
|
Returns \true if file could be added successfully, \false if an IO error
|
||||||
|
occured.
|
||||||
|
|
||||||
|
|
||||||
\membersection{wxDebugReport::DoAddCustomContext}\label{wxdebugreportdoaddcustomcontext}
|
\membersection{wxDebugReport::DoAddCustomContext}\label{wxdebugreportdoaddcustomcontext}
|
||||||
|
|
||||||
\func{void}{DoAddCustomContext}{\param{wxXmlNode * }{nodeRoot}}
|
\func{void}{DoAddCustomContext}{\param{wxXmlNode * }{nodeRoot}}
|
||||||
|
Loading…
Reference in New Issue
Block a user