]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/mbconv.tex
remove wine path from doxygen_chm: instead add some comments with urls about where...
[wxWidgets.git] / docs / latex / wx / mbconv.tex
index 0a968d4179b0431f2145f872b4d67b3522a0bc99..1b862f527cf1b402d776fd53be18ab79faa1e509 100644 (file)
@@ -61,6 +61,10 @@ No base class
 
 <wx/strconv.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 \wxheading{See also}
 
 \helpref{wxCSConv}{wxcsconv}, 
@@ -78,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}}
@@ -218,7 +231,7 @@ return type (without const).
 
 \membersection{wxMBConv::FromWChar}\label{wxmbconvfromwchar}
 
-\constfunc{virtual size\_t}{FromWChar}{\param{char\_t *}{dst}, \param{size\_t }{dstLen}, \param{const wchar\_t *}{src}, \param{size\_t }{srcLen = wxNO\_LEN}}
+\constfunc{virtual size\_t}{FromWChar}{\param{char *}{dst}, \param{size\_t }{dstLen}, \param{const wchar\_t *}{src}, \param{size\_t }{srcLen = wxNO\_LEN}}
 
 This function has the same semantics as \helpref{ToWChar}{wxmbconvtowchar} 
 except that it converts a wide string to multibyte one.
@@ -273,3 +286,4 @@ The number of characters written to \arg{dst} (or the number of characters
 which would have been written to it if it were non-\NULL) on success or 
 \texttt{wxCONV\_FAILED} on error.
 
+