Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase QBoxLayoutIterator
Diagrama de herencias de QBoxLayoutIterator
QGLayoutIterator QShared QShared

Lista de todos los miembros.

Métodos públicos

 QBoxLayoutIterator (QBoxLayoutData *d)
QLayoutItemcurrent ()
QLayoutItemnext ()
QLayoutItemtakeCurrent ()

Documentación del constructor y destructor

QBoxLayoutIterator::QBoxLayoutIterator ( QBoxLayoutData d) [inline]

Documentación de las funciones miembro

QLayoutItem* QBoxLayoutIterator::current ( ) [inline, virtual]

Implemented in subclasses to return the current item, or 0 if there is no current item.

Implementa QGLayoutIterator.

QLayoutItem* QBoxLayoutIterator::next ( ) [inline, virtual]

Implemented in subclasses to move the iterator to the next item and return that item, or 0 if there is no next item.

Implementa QGLayoutIterator.

QLayoutItem* QBoxLayoutIterator::takeCurrent ( ) [inline, virtual]

Implemented in subclasses. The function must remove the current item from the layout without deleting it, move the iterator to the next item and return the removed item, or 0 if no item was removed.

Implementa QGLayoutIterator.


La documentación para esta clase fue generada a partir del siguiente fichero:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'