Qt.QGLayoutIterator Class

public class QGLayoutIterator: QShared, System.IDisposable

Base Types

System.Object
  QtSupport
    QShared
      QGLayoutIterator

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QGLayoutIterator Constructors

QGLayoutIterator Constructor

QGLayoutIterator Methods

QGLayoutIterator.Current Method
QGLayoutIterator.Finalize Method
QGLayoutIterator.Next Method
QGLayoutIterator.TakeCurrent Method


QGLayoutIterator Constructor

public void QGLayoutIterator(void * ptr);

See Also

Qt.QGLayoutIterator Class, Qt Namespace

QGLayoutIterator.Current Method

public Qt.QLayoutItem Current();

See Also

Qt.QGLayoutIterator Class, Qt Namespace

QGLayoutIterator.Finalize Method

protected override void Finalize();

See Also

Qt.QGLayoutIterator Class, Qt Namespace

QGLayoutIterator.Next Method

public Qt.QLayoutItem Next();

See Also

Qt.QGLayoutIterator Class, Qt Namespace

QGLayoutIterator.TakeCurrent Method

public Qt.QLayoutItem TakeCurrent();

See Also

Qt.QGLayoutIterator Class, Qt Namespace