Searched refs:wxstring (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/cocoa/
H A Dstring.h25 inline NSString* wxNSStringWithWxString(const wxString &wxstring) argument
28 return [NSString stringWithUTF8String: wxstring.mb_str(wxConvUTF8)];
30 return [NSString stringWithCString: wxstring.c_str() length:wxstring.Len()];
35 inline NSString* wxInitNSStringWithWxString(NSString *nsstring, const wxString &wxstring) argument
38 return [nsstring initWithUTF8String: wxstring.mb_str(wxConvUTF8)];
40 return [nsstring initWithCString: wxstring.c_str() length:wxstring.Len()];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlibs.tex24 \helpref{wxString}{wxstring}) and portability classes that abstract
H A Dtcontain.tex57 uses its knowledge about \helpref{wxString}{wxstring} reference counting
H A Dtrefcount.tex67 \helpref{wxString}{wxstring}\\
H A Darrstrng.tex4 \helpref{wxString}{wxstring} objects. It has the same features as all
55 \helpref{wxArray}{wxarray}, \helpref{wxString}{wxstring}, \helpref{wxString overview}{wxstringoverview}
H A Dtstring.tex3 Classes: \helpref{wxString}{wxstring}, \helpref{wxArrayString}{wxarraystring}, \helpref{wxStringTokenizer}{wxstringtokenizer}
22 insertion functions as well as much more - see \helpref{wxString}{wxstring}
H A Dclasses.tex385 \input wxstring.tex
H A Dcolour.tex118 Converts this colour to a \helpref{wxString}{wxstring}
H A Dtunicode.tex130 \helpref{wxString}{wxstring} supports Unicode, i.e. it stores either ANSI or
H A Dwxstring.tex1 \section{\class{wxString}}\label{wxstring}
1522 This tiny class allows to conveniently access the \helpref{wxString}{wxstring}
1586 This tiny class allows to conveniently access the \helpref{wxString}{wxstring}
H A Dcategory.tex336 \twocolitem{\helpref{wxArrayString}{wxarraystring}}{An efficient container for storing \helpref{wxString}{wxstring} objects}
350 \twocolitem{\helpref{wxString}{wxstring}}{A string class}
H A Dfunction.tex1579 This function is deprecated, use \helpref{wxString}{wxstring} class instead.
1658 {\bf NB:} This function is obsolete, use \helpref{wxString}{wxstring} instead.

Completed in 176 milliseconds