Qt.QConstString Class

public class QConstString: QString, System.IDisposable

Base Types

System.Object
  QtSupport
    QString
      QConstString

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QConstString Constructors

QConstString(Qt.QChar, uint) Constructor
QConstString(void *) Constructor

QConstString Methods

QConstString.Finalize Method
QConstString.Q_string Method


QConstString(Qt.QChar, uint) Constructor

public void QConstString(Qt.QChar unicode, uint length);

See Also

Qt.QConstString Class, Qt Namespace

QConstString(void *) Constructor

public void QConstString(void * ptr);

See Also

Qt.QConstString Class, Qt Namespace

QConstString.Finalize Method

protected override void Finalize();

See Also

Qt.QConstString Class, Qt Namespace

QConstString.Q_string Method

public System.String Q_string();

See Also

Qt.QConstString Class, Qt Namespace