Starshatter_Open
Open source Starshatter engine
|
This is the complete list of members for Text, including all inherited members.
append(char c) | Text | |
append(const char *s) | Text | |
append(const Text &s) | Text | |
compare(const char *s) const | Text | inline |
compare(const Text &s) const | Text | inline |
contains(char c) const | Text | |
contains(const char *s) const | Text | |
containsAnyOf(const char *charSet) const | Text | |
data() const | Text | inline |
hash() const | Text | inline |
indexOf(char c) const | Text | |
indexOf(const char *s) const | Text | |
isSensitive() const | Text | |
length() const | Text | inline |
operator const char *() const | Text | inline |
operator()(int index) const | Text | |
operator()(int index) | Text | |
operator()(int start, int len) const | Text | |
operator+(char c) | Text | |
operator+(const char *s) | Text | |
operator+(const Text &s) | Text | |
operator+=(char c) | Text | inline |
operator+=(const char *s) | Text | inline |
operator+=(const Text &s) | Text | inline |
operator=(const char *s) | Text | |
operator=(const Text &s) | Text | |
operator[](int index) const | Text | |
operator[](int index) | Text | |
replace(const char *pattern, const char *substitution) | Text | |
setSensitive(bool s) | Text | |
substring(int start, int length) | Text | |
Text() | Text | |
Text(char c) | Text | |
Text(const char *s) | Text | |
Text(const char *s, int len) | Text | |
Text(char c, int len) | Text | |
Text(const Text &s) | Text | |
toLower() | Text | |
toUpper() | Text | |
trim() | Text | |
TYPENAME() | Text | inlinestatic |
~Text() | Text |