public class QCString: QByteArray, System.IDisposable
System.Object
QtSupport
QGArray
QMemArray
QByteArray
QCStringThis type implements System.IDisposable.
Qt Namespace
QCString Constructors
QCString() Constructor
QCString(int) Constructor
QCString(Qt.QCString) Constructor
QCString(System.String) Constructor
QCString(System.String, uint) Constructor
QCString(void *) Constructor
QCString Methods
QCString.Append Method
QCString.Contains(char, bool) Method
QCString.Contains(System.String, bool) Method
QCString.Contains(Qt.QRegExp) Method
QCString.Contains(char) Method
QCString.Contains(System.String) Method
QCString.Copy Method
QCString.Fill(char, int) Method
QCString.Fill(char) Method
QCString.Finalize Method
QCString.Find(char, int, bool) Method
QCString.Find(System.String, int, bool) Method
QCString.Find(Qt.QRegExp, int) Method
QCString.Find(char) Method
QCString.Find(char, int) Method
QCString.Find(System.String) Method
QCString.Find(System.String, int) Method
QCString.Find(Qt.QRegExp) Method
QCString.FindRev(char, int, bool) Method
QCString.FindRev(System.String, int, bool) Method
QCString.FindRev(Qt.QRegExp, int) Method
QCString.FindRev(char) Method
QCString.FindRev(char, int) Method
QCString.FindRev(System.String) Method
QCString.FindRev(System.String, int) Method
QCString.FindRev(Qt.QRegExp) Method
QCString.Insert(uint, System.String) Method
QCString.Insert(uint, char) Method
QCString.IsEmpty Method
QCString.IsNull Method
QCString.Left Method
QCString.LeftJustify(uint, char, bool) Method
QCString.LeftJustify(uint) Method
QCString.LeftJustify(uint, char) Method
QCString.Length Method
QCString.Lower Method
QCString.Mid(uint, uint) Method
QCString.Mid(uint) Method
QCString.Prepend Method
QCString.Remove Method
QCString.Replace(uint, uint, System.String) Method
QCString.Replace(Qt.QRegExp, System.String) Method
QCString.Resize Method
QCString.Right Method
QCString.RightJustify(uint, char, bool) Method
QCString.RightJustify(uint) Method
QCString.RightJustify(uint, char) Method
QCString.SetExpand Method
QCString.SetNum(short) Method
QCString.SetNum(ushort) Method
QCString.SetNum(int) Method
QCString.SetNum(uint) Method
QCString.SetNum(long) Method
QCString.SetNum(ulong) Method
QCString.SetNum(float, char, int) Method
QCString.SetNum(double, char, int) Method
QCString.SetNum(float) Method
QCString.SetNum(float, char) Method
QCString.SetNum(double) Method
QCString.SetNum(double, char) Method
QCString.SetStr Method
QCString.SimplifyWhiteSpace Method
QCString.StripWhiteSpace Method
QCString.ToDouble(bool) Method
QCString.ToDouble() Method
QCString.ToFloat(bool) Method
QCString.ToFloat() Method
QCString.ToInt(bool) Method
QCString.ToInt() Method
QCString.ToLong(bool) Method
QCString.ToLong() Method
QCString.ToShort(bool) Method
QCString.ToShort() Method
QCString.ToUInt(bool) Method
QCString.ToUInt() Method
QCString.ToULong(bool) Method
QCString.ToULong() Method
QCString.ToUShort(bool) Method
QCString.ToUShort() Method
QCString.Truncate Method
QCString.Upper Method
public void QCString();
Qt.QCString Class, Qt Namespace
public void QCString(int size);
Qt.QCString Class, Qt Namespace
public void QCString(Qt.QCString s);
Qt.QCString Class, Qt Namespace
public void QCString(System.String str);
Qt.QCString Class, Qt Namespace
public void QCString(System.String str, uint maxlen);
Qt.QCString Class, Qt Namespace
public void QCString(void * ptr);
Qt.QCString Class, Qt Namespace
public Qt.QCString Append(System.String arg1);
Qt.QCString Class, Qt Namespace
public int Contains(char c, bool cs);
Qt.QCString Class, Qt Namespace
public int Contains(System.String str, bool cs);
Qt.QCString Class, Qt Namespace
public int Contains(Qt.QRegExp arg1);
Qt.QCString Class, Qt Namespace
public int Contains(char c);
Qt.QCString Class, Qt Namespace
public int Contains(System.String str);
Qt.QCString Class, Qt Namespace
public Qt.QCString Copy();
Qt.QCString Class, Qt Namespace
public bool Fill(char c, int len);
Qt.QCString Class, Qt Namespace
public bool Fill(char c);
Qt.QCString Class, Qt Namespace
protected override void Finalize();
Qt.QCString Class, Qt Namespace
public int Find(char c, int index, bool cs);
Qt.QCString Class, Qt Namespace
public int Find(System.String str, int index, bool cs);
Qt.QCString Class, Qt Namespace
public int Find(Qt.QRegExp arg1, int index);
Qt.QCString Class, Qt Namespace
public int Find(char c);
Qt.QCString Class, Qt Namespace
public int Find(char c, int index);
Qt.QCString Class, Qt Namespace
public int Find(System.String str);
Qt.QCString Class, Qt Namespace
public int Find(System.String str, int index);
Qt.QCString Class, Qt Namespace
public int Find(Qt.QRegExp arg1);
Qt.QCString Class, Qt Namespace
public int FindRev(char c, int index, bool cs);
Qt.QCString Class, Qt Namespace
public int FindRev(System.String str, int index, bool cs);
Qt.QCString Class, Qt Namespace
public int FindRev(Qt.QRegExp arg1, int index);
Qt.QCString Class, Qt Namespace
public int FindRev(char c);
Qt.QCString Class, Qt Namespace
public int FindRev(char c, int index);
Qt.QCString Class, Qt Namespace
public int FindRev(System.String str);
Qt.QCString Class, Qt Namespace
public int FindRev(System.String str, int index);
Qt.QCString Class, Qt Namespace
public int FindRev(Qt.QRegExp arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString Insert(uint index, System.String arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString Insert(uint index, char arg1);
Qt.QCString Class, Qt Namespace
public bool IsEmpty();
Qt.QCString Class, Qt Namespace
public bool IsNull();
Qt.QCString Class, Qt Namespace
public Qt.QCString Left(uint len);
Qt.QCString Class, Qt Namespace
public Qt.QCString LeftJustify(uint width, char fill, bool trunc);
Qt.QCString Class, Qt Namespace
public Qt.QCString LeftJustify(uint width);
Qt.QCString Class, Qt Namespace
public Qt.QCString LeftJustify(uint width, char fill);
Qt.QCString Class, Qt Namespace
public uint Length();
Qt.QCString Class, Qt Namespace
public Qt.QCString Lower();
Qt.QCString Class, Qt Namespace
public Qt.QCString Mid(uint index, uint len);
Qt.QCString Class, Qt Namespace
public Qt.QCString Mid(uint index);
Qt.QCString Class, Qt Namespace
public Qt.QCString Prepend(System.String arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString Remove(uint index, uint len);
Qt.QCString Class, Qt Namespace
public Qt.QCString Replace(uint index, uint len, System.String arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString Replace(Qt.QRegExp arg1, System.String arg2);
Qt.QCString Class, Qt Namespace
public bool Resize(uint newlen);
Qt.QCString Class, Qt Namespace
public Qt.QCString Right(uint len);
Qt.QCString Class, Qt Namespace
public Qt.QCString RightJustify(uint width, char fill, bool trunc);
Qt.QCString Class, Qt Namespace
public Qt.QCString RightJustify(uint width);
Qt.QCString Class, Qt Namespace
public Qt.QCString RightJustify(uint width, char fill);
Qt.QCString Class, Qt Namespace
public bool SetExpand(uint index, char c);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(short arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(ushort arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(int arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(uint arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(long arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(ulong arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(float arg1, char f, int prec);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(double arg1, char f, int prec);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(float arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(float arg1, char f);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(double arg1);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetNum(double arg1, char f);
Qt.QCString Class, Qt Namespace
public Qt.QCString SetStr(System.String s);
Qt.QCString Class, Qt Namespace
public Qt.QCString SimplifyWhiteSpace();
Qt.QCString Class, Qt Namespace
public Qt.QCString StripWhiteSpace();
Qt.QCString Class, Qt Namespace
public double ToDouble(bool ok);
Qt.QCString Class, Qt Namespace
public double ToDouble();
Qt.QCString Class, Qt Namespace
public float ToFloat(bool ok);
Qt.QCString Class, Qt Namespace
public float ToFloat();
Qt.QCString Class, Qt Namespace
public int ToInt(bool ok);
Qt.QCString Class, Qt Namespace
public int ToInt();
Qt.QCString Class, Qt Namespace
public long ToLong(bool ok);
Qt.QCString Class, Qt Namespace
public long ToLong();
Qt.QCString Class, Qt Namespace
public short ToShort(bool ok);
Qt.QCString Class, Qt Namespace
public short ToShort();
Qt.QCString Class, Qt Namespace
public uint ToUInt(bool ok);
Qt.QCString Class, Qt Namespace
public uint ToUInt();
Qt.QCString Class, Qt Namespace
public ulong ToULong(bool ok);
Qt.QCString Class, Qt Namespace
public ulong ToULong();
Qt.QCString Class, Qt Namespace
public ushort ToUShort(bool ok);
Qt.QCString Class, Qt Namespace
public ushort ToUShort();
Qt.QCString Class, Qt Namespace
public bool Truncate(uint pos);
Qt.QCString Class, Qt Namespace
public Qt.QCString Upper();
Qt.QCString Class, Qt Namespace