X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a7af285d1ab87e908454bfabbbe063ab1756912b..3694bb76c11d1ed1518f20a42f8907c948e190bd:/docs/latex/wx/mbconv.tex diff --git a/docs/latex/wx/mbconv.tex b/docs/latex/wx/mbconv.tex index dd419ed0e9..554ccde92e 100644 --- a/docs/latex/wx/mbconv.tex +++ b/docs/latex/wx/mbconv.tex @@ -82,6 +82,15 @@ No base class Trivial default constructor. +\membersection{wxMBConv::Clone}\label{wxmbconvclone} + +\constfunc{virtual wxMBConv *}{Clone}{\void} + +This pure virtual function is overridden in each of the derived classes to +return a new copy of the object it is called on. It is used for copying the +conversion objects while preserving their dynamic type. + + \membersection{wxMBConv::MB2WC}\label{wxmbconvmb2wc} \constfunc{virtual size\_t}{MB2WC}{\param{wchar\_t *}{out}, \param{const char *}{in}, \param{size\_t }{outLen}}