]> git.saurik.com Git - wxWidgets.git/commitdiff
added Clone() method documentation
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Aug 2007 20:47:54 +0000 (20:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 26 Aug 2007 20:47:54 +0000 (20:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mbconv.tex

index dd419ed0e9c07465df8b57a0b1e6afcadb8f3653..554ccde92e57ed59aced05bd02cfc218273945ea 100644 (file)
@@ -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}}