Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QBoxLayoutIterator (QBoxLayoutData *d) | |
QLayoutItem * | current () |
QLayoutItem * | next () |
QLayoutItem * | takeCurrent () |
QBoxLayoutIterator::QBoxLayoutIterator | ( | QBoxLayoutData * | d | ) | [inline] |
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.