Qt.QPtrListIterator Class

public class QPtrListIterator: QGListIterator, System.IDisposable

Base Types

System.Object
  QtSupport
    QGListIterator
      QPtrListIterator

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPtrListIterator Constructors

QPtrListIterator Constructor

QPtrListIterator Methods

QPtrListIterator.AtFirst Method
QPtrListIterator.AtLast Method
QPtrListIterator.Count Method
QPtrListIterator.Current Method
QPtrListIterator.Finalize Method
QPtrListIterator.IsEmpty Method


QPtrListIterator Constructor

public void QPtrListIterator(void * ptr);

See Also

Qt.QPtrListIterator Class, Qt Namespace

QPtrListIterator.AtFirst Method

public bool AtFirst();

See Also

Qt.QPtrListIterator Class, Qt Namespace

QPtrListIterator.AtLast Method

public bool AtLast();

See Also

Qt.QPtrListIterator Class, Qt Namespace

QPtrListIterator.Count Method

public uint Count();

See Also

Qt.QPtrListIterator Class, Qt Namespace

QPtrListIterator.Current Method

public void * Current();

See Also

Qt.QPtrListIterator Class, Qt Namespace

QPtrListIterator.Finalize Method

protected override void Finalize();

See Also

Qt.QPtrListIterator Class, Qt Namespace

QPtrListIterator.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QPtrListIterator Class, Qt Namespace