Alphabetical Class Reference
This is the Alphabetical Class Reference: wxString That was a link.
wxStringwxString
wxString is a class representing a character string. Please see the
for more information about it.
As explained there, wxString implements most of the methods of the
std::string class. These standard functions are not documented in this
manual, please see the
STL documentation
. The behaviour of all these functions is identical to the behaviour
described there.
You may notice that wxString sometimes has many functions which do the same
thing like, for example,
Length()
, ...
Derived fromInclude Files
<wx/string.h>
Window styleswxHLB_DEFAULT_STYLE
The default style: wxSUNKEN_BORDER
wxHLB_MULTIPLE
Multiple-selection list:
: the user can toggle multiple items on and off.
wxHLB_ANOTHER_ONE
The default style: wxSUNKEN_BORDER
See also \helpref{window styles overview}{windowstyles}. TODO make this a proper link
Predefs
Objects:
wxEmptyString
See alsoMemberswxString::wxString wxString ()
Default constructor. Initializes the string to
""
(empty string).
wxString::~wxString ~wxString ()
Dtor.
wxString::Allocbool ToDouble (double* val)
Attempts to convert the string to a floating point number. Returns
true
on success (the number is stored in the location pointed to by
val
) or
false
if the string does not represent such number.
wxString::Afuncbool Afunc (int a, int* b, const wxString& test = wxT('a string'))bool Afunc ()static bool Afunc ()int Afunc (int a)See alsowxString::Lengthbool Length ()
no docbook tags here, but tags that can be xslt'ed to docbook:
ABCDEFG
tables:
test
test2
test
test2
wxString::operator=bool operator= ()
dummy desc
wxString::Len()bool Len() ()
dummy desc
wxString::IsEmptybool IsEmpty ()
dummy desc
wxString::operator!bool operator! ()
dummy desc
wxString::EmptywxString Empty (const wxObject* anObject, wxTest[] theTest = someDefValue)
dummy desc
wxString::Clearbool Clear ()
dummy desc