Qt.QGListIterator Class

public class QGListIterator: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QGListIterator

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QGListIterator Constructors

QGListIterator(Qt.QGList) Constructor
QGListIterator(Qt.QGListIterator) Constructor
QGListIterator(void *) Constructor

QGListIterator Methods

QGListIterator.AtFirst Method
QGListIterator.AtLast Method
QGListIterator.Finalize Method
QGListIterator.Get Method
QGListIterator.ToFirst Method
QGListIterator.ToLast Method


QGListIterator(Qt.QGList) Constructor

protected void QGListIterator(Qt.QGList arg1);

See Also

Qt.QGListIterator Class, Qt Namespace

QGListIterator(Qt.QGListIterator) Constructor

protected void QGListIterator(Qt.QGListIterator arg1);

See Also

Qt.QGListIterator Class, Qt Namespace

QGListIterator(void *) Constructor

public void QGListIterator(void * ptr);

See Also

Qt.QGListIterator Class, Qt Namespace

QGListIterator.AtFirst Method

protected bool AtFirst();

See Also

Qt.QGListIterator Class, Qt Namespace

QGListIterator.AtLast Method

protected bool AtLast();

See Also

Qt.QGListIterator Class, Qt Namespace

QGListIterator.Finalize Method

protected override void Finalize();

See Also

Qt.QGListIterator Class, Qt Namespace

QGListIterator.Get Method

protected int Get();

See Also

Qt.QGListIterator Class, Qt Namespace

QGListIterator.ToFirst Method

protected int ToFirst();

See Also

Qt.QGListIterator Class, Qt Namespace

QGListIterator.ToLast Method

protected int ToLast();

See Also

Qt.QGListIterator Class, Qt Namespace