3DCoat Python API
The 3DCoat Python API documentation.
Loading...
Searching...
No Matches
coat.cStr Member List

This is the complete list of members for coat.cStr, including all inherited members.

__assign__(self, str _0)coat.cStr
__assign__(self)coat.cStr
__assign__(self, any _0)coat.cStr
__assign__(self, any _0)coat.cStr
__getitem__(self, int CharIndex)coat.cStr
__iadd__(self, str _0)coat.cStr
__iadd__(self, any _0)coat.cStr
__iadd__(self, any _0)coat.cStr
__iadd__(self, bool _0)coat.cStr
__iadd__(self, int _0)coat.cStr
__iadd__(self, float _0)coat.cStr
__iadd__(self, float _0)coat.cStr
__iadd__(self, str _0)coat.cStr
__iadd__(self, any _0)coat.cStr
__init__(self)coat.cStr
__init__(self, str Src)coat.cStr
__init__(self, str Src, int StartIndex, int Count)coat.cStr
__init__(self, any Src)coat.cStr
__init__(self, int Length, any Fill)coat.cStr
__init__(self)coat.cStr
__init__(self, any Src)coat.cStr
__init__(self, str Src)coat.cStr
__setitem__(self, int CharIndex)coat.cStr
Append(self, str _0)coat.cStr
Append(self, any _0)coat.cStr
Append(self, str _0, any StartIndex, any Count)coat.cStr
Append(self, any _0)coat.cStr
Append(self, any _0, any Count)coat.cStr
Append(self, bool _0)coat.cStr
Append(self, int _0)coat.cStr
Append(self, float _0, int Prec=2)coat.cStr
Append(self, float _0, int Prec=6)coat.cStr
Append(self, str _0)coat.cStr
Append(self, any _0)coat.cStr
AppendFileRelPath(self, str RelPath)coat.cStr
AppendPath(self, str Path)coat.cStr
BackSlashesToSlashes(self)coat.cStr
CalcLength(self)coat.cStr
CalcUTF8Length(self, int StartIndex)coat.cStr
CharIsAlpha(int c)coat.cStrstatic
CharIsDecimalPoint(int c)coat.cStrstatic
CharIsExponent(int c)coat.cStrstatic
CharIsHexadecimal(int c)coat.cStrstatic
CharIsLower(int c)coat.cStrstatic
CharIsNewLine(int c)coat.cStrstatic
CharIsNumeric(int c)coat.cStrstatic
CharIsSign(int c)coat.cStrstatic
CharIsTab(int c)coat.cStrstatic
CharIsUpper(int c)coat.cStrstatic
CharIsWhitespace(int c)coat.cStrstatic
Clear(self)coat.cStr
Compare(str _0, str _1)coat.cStrstatic
Compare(str _0, str _1, any MaxLength)coat.cStrstatic
CompareNoCase(str _0, str _1)coat.cStrstatic
CompareNoCase(str _0, str _1, any MaxLength)coat.cStrstatic
ComparePath(str _0, str _1)coat.cStrstatic
ComparePath(str _0, str _1, any MaxLength)coat.cStrstatic
Contains(self, any c)coat.cStr
Contains(self, str Str, bool NoCase=False)coat.cStr
Copy(self, str _0)coat.cStr
Copy(self, str _0, any StartIndex, any Count)coat.cStr
Copy(self, any _0)coat.cStr
Copy(self, any _0)coat.cStr
Copy(self, any _0)coat.cStr
empty(self)coat.cStr
EndsWith(self, str Str, bool NoCase=False)coat.cStr
EnsureTrailingBackslash(self)coat.cStr
EnsureTrailingPlatformSlash(self)coat.cStr
EnsureTrailingSlash(self)coat.cStr
Equals(str _0, str _1)coat.cStrstatic
EqualsNoCase(str _0, str _1)coat.cStrstatic
EqualsNoCase(str _0, str _1, any MaxLength)coat.cStrstatic
EqualsPath(str _0, str _1)coat.cStrstatic
EqualsPath(str _0, str _1, any MaxLength)coat.cStrstatic
Fill(self, any c)coat.cStr
Free(self)coat.cStr
GetHashCode(self, bool NoCase=False)coat.cStr
IndexOf(self, any c)coat.cStr
IndexOfAny(self, str Chars)coat.cStr
IndexOfAny(self, str Chars, int StartIndex)coat.cStr
IndexOfAny(self, str Chars, int StartIndex, int Count)coat.cStr
Init(self)coat.cStr
Insert(self, int Index, str _1)coat.cStr
Insert(self, int Index, str _1, any StartIndex, any Count)coat.cStr
Insert(self, int Index, any _1)coat.cStr
Insert(self, int Index, any _1, any Count)coat.cStr
Insert(self, int Index, bool _1)coat.cStr
Insert(self, int Index, int _1)coat.cStr
Insert(self, int Index, float _1, int Prec=2)coat.cStr
Insert(self, int Index, float _1, int Prec=6)coat.cStr
IsEmpty(self)coat.cStr
LastIndexOf(self, any c)coat.cStr
LastIndexOf(self, any c, int StartIndex)coat.cStr
LastIndexOf(self, any c, int StartIndex, int Count)coat.cStr
LastIndexOf(self, str Str, bool NoCase=False)coat.cStr
LastIndexOf(self, str Str, int StartIndex, bool NoCase=False)coat.cStr
LastIndexOf(self, str Str, int StartIndex, int Count, bool NoCase=False)coat.cStr
LastIndexOfAny(self, str Chars)coat.cStr
LastIndexOfAny(self, str Chars, int StartIndex)coat.cStr
LastIndexOfAny(self, str Chars, int StartIndex, int Count)coat.cStr
Length(self)coat.cStr
MakeLower(self, int start=0)coat.cStr
MakePlatformSlashes(self)coat.cStr
MakeUpper(self, int start=0)coat.cStr
PadLeft(self, int TotalWidth, any PaddingChar)coat.cStr
PadRight(self, int TotalWidth, any PaddingChar)coat.cStr
Remove(self, int StartIndex)coat.cStr
Remove(self, int StartIndex, int Count)coat.cStr
RemoveFileAbsPath(self, str AbsPath)coat.cStr
RemoveFileExtension(self)coat.cStr
RemoveFileName(self)coat.cStr
RemoveFilePath(self)coat.cStr
Replace(self, any Char, any WithChar)coat.cStr
Replace(self, any Char, any WithChar, int StartIndex, int Count)coat.cStr
Replace(self, str String, str WithString, bool NoCase=False)coat.cStr
Replace(self, str String, str WithString, int StartIndex, bool NoCase=False)coat.cStr
Replace(self, str String, str WithString, int StartIndex, int Count, bool NoCase=False)coat.cStr
ReplaceAny(self, str Chars, any WithChar)coat.cStr
ReplaceAny(self, str Chars, any WithChar, int StartIndex, int Count)coat.cStr
ReplaceCommaWithDot(self)coat.cStr
ReplaceFirst(self, str String, str WithString, bool NoCase=False)coat.cStr
ReplaceFirst(self, str String, str WithString, int StartIndex, int Count, bool NoCase=False)coat.cStr
SetFileDefaultExtension(self, str DefaultExtension)coat.cStr
SetFileDefaultPath(self, str DefaultPath)coat.cStr
SetFileExtension(self, str Extension)coat.cStr
SetFilePath(self, str Path)coat.cStr
SetLength(self, int Length, any Fill)coat.cStr
SlashesToBackSlashes(self)coat.cStr
StartsWith(self, str Str, bool NoCase=False)coat.cStr
ToCharPtr(self)coat.cStr
ToFloat(str Str, float Value)coat.cStrstatic
ToInt(str Str, int Value)coat.cStrstatic
ToLower(any c)coat.cStrstatic
ToNonConstCharPtr(self)coat.cStr
ToUpper(any c)coat.cStrstatic
toWstring(self, any ws)coat.cStr
toWstring(self)coat.cStr
Trim(self, str TrimChars)coat.cStr
TrimEnd(self, str TrimChars)coat.cStr
TrimStart(self, str TrimChars)coat.cStr