Qt.QGCacheIterator Class

public class QGCacheIterator: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QGCacheIterator

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QGCacheIterator Constructors

QGCacheIterator(Qt.QGCache) Constructor
QGCacheIterator(Qt.QGCacheIterator) Constructor
QGCacheIterator(void *) Constructor

QGCacheIterator Methods

QGCacheIterator.AtFirst Method
QGCacheIterator.AtLast Method
QGCacheIterator.Count Method
QGCacheIterator.Finalize Method
QGCacheIterator.Get Method
QGCacheIterator.GetKeyAscii Method
QGCacheIterator.GetKeyInt Method
QGCacheIterator.GetKeyString Method
QGCacheIterator.ToFirst Method
QGCacheIterator.ToLast Method


QGCacheIterator(Qt.QGCache) Constructor

protected void QGCacheIterator(Qt.QGCache arg1);

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator(Qt.QGCacheIterator) Constructor

protected void QGCacheIterator(Qt.QGCacheIterator arg1);

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator(void *) Constructor

public void QGCacheIterator(void * ptr);

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.AtFirst Method

protected bool AtFirst();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.AtLast Method

protected bool AtLast();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.Count Method

protected uint Count();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.Finalize Method

protected override void Finalize();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.Get Method

protected int Get();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.GetKeyAscii Method

protected System.String GetKeyAscii();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.GetKeyInt Method

protected long GetKeyInt();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.GetKeyString Method

protected System.String GetKeyString();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.ToFirst Method

protected int ToFirst();

See Also

Qt.QGCacheIterator Class, Qt Namespace

QGCacheIterator.ToLast Method

protected int ToLast();

See Also

Qt.QGCacheIterator Class, Qt Namespace