Qt.QLayoutIterator Class

public class QLayoutIterator: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QLayoutIterator

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QLayoutIterator Constructors

QLayoutIterator(Qt.QGLayoutIterator) Constructor
QLayoutIterator(Qt.QLayoutIterator) Constructor
QLayoutIterator(void *) Constructor

QLayoutIterator Methods

QLayoutIterator.Current Method
QLayoutIterator.DeleteCurrent Method
QLayoutIterator.Finalize Method
QLayoutIterator.TakeCurrent Method


QLayoutIterator(Qt.QGLayoutIterator) Constructor

public void QLayoutIterator(Qt.QGLayoutIterator i);

See Also

Qt.QLayoutIterator Class, Qt Namespace

QLayoutIterator(Qt.QLayoutIterator) Constructor

public void QLayoutIterator(Qt.QLayoutIterator i);

See Also

Qt.QLayoutIterator Class, Qt Namespace

QLayoutIterator(void *) Constructor

public void QLayoutIterator(void * ptr);

See Also

Qt.QLayoutIterator Class, Qt Namespace

QLayoutIterator.Current Method

public Qt.QLayoutItem Current();

See Also

Qt.QLayoutIterator Class, Qt Namespace

QLayoutIterator.DeleteCurrent Method

public void DeleteCurrent();

See Also

Qt.QLayoutIterator Class, Qt Namespace

QLayoutIterator.Finalize Method

protected override void Finalize();

See Also

Qt.QLayoutIterator Class, Qt Namespace

QLayoutIterator.TakeCurrent Method

public Qt.QLayoutItem TakeCurrent();

See Also

Qt.QLayoutIterator Class, Qt Namespace