Qt.QCString Class

public class QCString: QByteArray, System.IDisposable

Base Types

System.Object
  QtSupport
    QGArray
      QMemArray
        QByteArray
          QCString

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QCString() Constructor

public void QCString();

See Also

Qt.QCString Class, Qt Namespace

QCString(int) Constructor

public void QCString(int size);

See Also

Qt.QCString Class, Qt Namespace

QCString(Qt.QCString) Constructor

public void QCString(Qt.QCString s);

See Also

Qt.QCString Class, Qt Namespace

QCString(System.String) Constructor

public void QCString(System.String str);

See Also

Qt.QCString Class, Qt Namespace

QCString(System.String, uint) Constructor

public void QCString(System.String str, uint maxlen);

See Also

Qt.QCString Class, Qt Namespace

QCString(void *) Constructor

public void QCString(void * ptr);

See Also

Qt.QCString Class, Qt Namespace

QCString.Append Method

public Qt.QCString Append(System.String arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.Contains(char, bool) Method

public int Contains(char c, bool cs);

See Also

Qt.QCString Class, Qt Namespace

QCString.Contains(System.String, bool) Method

public int Contains(System.String str, bool cs);

See Also

Qt.QCString Class, Qt Namespace

QCString.Contains(Qt.QRegExp) Method

public int Contains(Qt.QRegExp arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.Contains(char) Method

public int Contains(char c);

See Also

Qt.QCString Class, Qt Namespace

QCString.Contains(System.String) Method

public int Contains(System.String str);

See Also

Qt.QCString Class, Qt Namespace

QCString.Copy Method

public Qt.QCString Copy();

See Also

Qt.QCString Class, Qt Namespace

QCString.Fill(char, int) Method

public bool Fill(char c, int len);

See Also

Qt.QCString Class, Qt Namespace

QCString.Fill(char) Method

public bool Fill(char c);

See Also

Qt.QCString Class, Qt Namespace

QCString.Finalize Method

protected override void Finalize();

See Also

Qt.QCString Class, Qt Namespace

QCString.Find(char, int, bool) Method

public int Find(char c, int index, bool cs);

See Also

Qt.QCString Class, Qt Namespace

QCString.Find(System.String, int, bool) Method

public int Find(System.String str, int index, bool cs);

See Also

Qt.QCString Class, Qt Namespace

QCString.Find(Qt.QRegExp, int) Method

public int Find(Qt.QRegExp arg1, int index);

See Also

Qt.QCString Class, Qt Namespace

QCString.Find(char) Method

public int Find(char c);

See Also

Qt.QCString Class, Qt Namespace

QCString.Find(char, int) Method

public int Find(char c, int index);

See Also

Qt.QCString Class, Qt Namespace

QCString.Find(System.String) Method

public int Find(System.String str);

See Also

Qt.QCString Class, Qt Namespace

QCString.Find(System.String, int) Method

public int Find(System.String str, int index);

See Also

Qt.QCString Class, Qt Namespace

QCString.Find(Qt.QRegExp) Method

public int Find(Qt.QRegExp arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.FindRev(char, int, bool) Method

public int FindRev(char c, int index, bool cs);

See Also

Qt.QCString Class, Qt Namespace

QCString.FindRev(System.String, int, bool) Method

public int FindRev(System.String str, int index, bool cs);

See Also

Qt.QCString Class, Qt Namespace

QCString.FindRev(Qt.QRegExp, int) Method

public int FindRev(Qt.QRegExp arg1, int index);

See Also

Qt.QCString Class, Qt Namespace

QCString.FindRev(char) Method

public int FindRev(char c);

See Also

Qt.QCString Class, Qt Namespace

QCString.FindRev(char, int) Method

public int FindRev(char c, int index);

See Also

Qt.QCString Class, Qt Namespace

QCString.FindRev(System.String) Method

public int FindRev(System.String str);

See Also

Qt.QCString Class, Qt Namespace

QCString.FindRev(System.String, int) Method

public int FindRev(System.String str, int index);

See Also

Qt.QCString Class, Qt Namespace

QCString.FindRev(Qt.QRegExp) Method

public int FindRev(Qt.QRegExp arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.Insert(uint, System.String) Method

public Qt.QCString Insert(uint index, System.String arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.Insert(uint, char) Method

public Qt.QCString Insert(uint index, char arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QCString Class, Qt Namespace

QCString.IsNull Method

public bool IsNull();

See Also

Qt.QCString Class, Qt Namespace

QCString.Left Method

public Qt.QCString Left(uint len);

See Also

Qt.QCString Class, Qt Namespace

QCString.LeftJustify(uint, char, bool) Method

public Qt.QCString LeftJustify(uint width, char fill, bool trunc);

See Also

Qt.QCString Class, Qt Namespace

QCString.LeftJustify(uint) Method

public Qt.QCString LeftJustify(uint width);

See Also

Qt.QCString Class, Qt Namespace

QCString.LeftJustify(uint, char) Method

public Qt.QCString LeftJustify(uint width, char fill);

See Also

Qt.QCString Class, Qt Namespace

QCString.Length Method

public uint Length();

See Also

Qt.QCString Class, Qt Namespace

QCString.Lower Method

public Qt.QCString Lower();

See Also

Qt.QCString Class, Qt Namespace

QCString.Mid(uint, uint) Method

public Qt.QCString Mid(uint index, uint len);

See Also

Qt.QCString Class, Qt Namespace

QCString.Mid(uint) Method

public Qt.QCString Mid(uint index);

See Also

Qt.QCString Class, Qt Namespace

QCString.Prepend Method

public Qt.QCString Prepend(System.String arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.Remove Method

public Qt.QCString Remove(uint index, uint len);

See Also

Qt.QCString Class, Qt Namespace

QCString.Replace(uint, uint, System.String) Method

public Qt.QCString Replace(uint index, uint len, System.String arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.Replace(Qt.QRegExp, System.String) Method

public Qt.QCString Replace(Qt.QRegExp arg1, System.String arg2);

See Also

Qt.QCString Class, Qt Namespace

QCString.Resize Method

public bool Resize(uint newlen);

See Also

Qt.QCString Class, Qt Namespace

QCString.Right Method

public Qt.QCString Right(uint len);

See Also

Qt.QCString Class, Qt Namespace

QCString.RightJustify(uint, char, bool) Method

public Qt.QCString RightJustify(uint width, char fill, bool trunc);

See Also

Qt.QCString Class, Qt Namespace

QCString.RightJustify(uint) Method

public Qt.QCString RightJustify(uint width);

See Also

Qt.QCString Class, Qt Namespace

QCString.RightJustify(uint, char) Method

public Qt.QCString RightJustify(uint width, char fill);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetExpand Method

public bool SetExpand(uint index, char c);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(short) Method

public Qt.QCString SetNum(short arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(ushort) Method

public Qt.QCString SetNum(ushort arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(int) Method

public Qt.QCString SetNum(int arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(uint) Method

public Qt.QCString SetNum(uint arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(long) Method

public Qt.QCString SetNum(long arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(ulong) Method

public Qt.QCString SetNum(ulong arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(float, char, int) Method

public Qt.QCString SetNum(float arg1, char f, int prec);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(double, char, int) Method

public Qt.QCString SetNum(double arg1, char f, int prec);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(float) Method

public Qt.QCString SetNum(float arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(float, char) Method

public Qt.QCString SetNum(float arg1, char f);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(double) Method

public Qt.QCString SetNum(double arg1);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetNum(double, char) Method

public Qt.QCString SetNum(double arg1, char f);

See Also

Qt.QCString Class, Qt Namespace

QCString.SetStr Method

public Qt.QCString SetStr(System.String s);

See Also

Qt.QCString Class, Qt Namespace

QCString.SimplifyWhiteSpace Method

public Qt.QCString SimplifyWhiteSpace();

See Also

Qt.QCString Class, Qt Namespace

QCString.StripWhiteSpace Method

public Qt.QCString StripWhiteSpace();

See Also

Qt.QCString Class, Qt Namespace

QCString.ToDouble(bool) Method

public double ToDouble(bool ok);

See Also

Qt.QCString Class, Qt Namespace

QCString.ToDouble() Method

public double ToDouble();

See Also

Qt.QCString Class, Qt Namespace

QCString.ToFloat(bool) Method

public float ToFloat(bool ok);

See Also

Qt.QCString Class, Qt Namespace

QCString.ToFloat() Method

public float ToFloat();

See Also

Qt.QCString Class, Qt Namespace

QCString.ToInt(bool) Method

public int ToInt(bool ok);

See Also

Qt.QCString Class, Qt Namespace

QCString.ToInt() Method

public int ToInt();

See Also

Qt.QCString Class, Qt Namespace

QCString.ToLong(bool) Method

public long ToLong(bool ok);

See Also

Qt.QCString Class, Qt Namespace

QCString.ToLong() Method

public long ToLong();

See Also

Qt.QCString Class, Qt Namespace

QCString.ToShort(bool) Method

public short ToShort(bool ok);

See Also

Qt.QCString Class, Qt Namespace

QCString.ToShort() Method

public short ToShort();

See Also

Qt.QCString Class, Qt Namespace

QCString.ToUInt(bool) Method

public uint ToUInt(bool ok);

See Also

Qt.QCString Class, Qt Namespace

QCString.ToUInt() Method

public uint ToUInt();

See Also

Qt.QCString Class, Qt Namespace

QCString.ToULong(bool) Method

public ulong ToULong(bool ok);

See Also

Qt.QCString Class, Qt Namespace

QCString.ToULong() Method

public ulong ToULong();

See Also

Qt.QCString Class, Qt Namespace

QCString.ToUShort(bool) Method

public ushort ToUShort(bool ok);

See Also

Qt.QCString Class, Qt Namespace

QCString.ToUShort() Method

public ushort ToUShort();

See Also

Qt.QCString Class, Qt Namespace

QCString.Truncate Method

public bool Truncate(uint pos);

See Also

Qt.QCString Class, Qt Namespace

QCString.Upper Method

public Qt.QCString Upper();

See Also

Qt.QCString Class, Qt Namespace