Eneboo - Documentación para desarrolladores
|
#include <qptrlist.h>
typedef ConstIterator QPtrList< type >::const_iterator |
typedef ConstIterator QPtrList< type >::const_iterator |
typedef QPtrListStdIterator<type> QPtrList< type >::ConstIterator |
typedef QPtrListStdIterator<type> QPtrList< type >::ConstIterator |
typedef QPtrListStdIterator<type> QPtrList< type >::Iterator |
typedef QPtrListStdIterator<type> QPtrList< type >::Iterator |
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta.
Sets the item at position index to the current item.
Reimplementado de QGList.
Returns the current index.
Reimplementado de QGList.
Esta es una función miembro sobrecargada que se suministra por conveniencia. Difiere de la anterior función solamente en los argumentos que acepta.
Sets the item at position index to the current item.
Reimplementado de QGList.
Returns the current index.
Reimplementado de QGList.
ConstIterator QPtrList< type >::begin | ( | ) | const [inline] |
Reimplementado de QGList.
ConstIterator QPtrList< type >::begin | ( | ) | const [inline] |
Reimplementado de QGList.
Removes all items from the list.
Reimplementado de QGList.
Removes all items from the list.
Reimplementado de QGList.
ConstIterator QPtrList< type >::constBegin | ( | ) | const [inline] |
ConstIterator QPtrList< type >::constBegin | ( | ) | const [inline] |
ConstIterator QPtrList< type >::constEnd | ( | ) | const [inline] |
ConstIterator QPtrList< type >::constEnd | ( | ) | const [inline] |
Returns the number of items in the list.
Reimplementado de QGList.
Returns the number of items in the list.
Reimplementado de QGList.
Returns the current node.
Reimplementado de QGList.
Returns the current node.
Reimplementado de QGList.
ConstIterator QPtrList< type >::end | ( | ) | const [inline] |
Reimplementado de QGList.
ConstIterator QPtrList< type >::end | ( | ) | const [inline] |
Reimplementado de QGList.
bool QPtrList< type >::operator!= | ( | const QPtrList< type > & | list | ) | const [inline] |
bool QPtrList< type >::operator!= | ( | const QPtrList< type > & | list | ) | const [inline] |
QPtrList<type>& QPtrList< type >::operator= | ( | const QPtrList< type > & | l | ) | [inline] |
QPtrList<type>& QPtrList< type >::operator= | ( | const QPtrList< type > & | l | ) | [inline] |
bool QPtrList< type >::operator== | ( | const QPtrList< type > & | list | ) | const [inline] |
bool QPtrList< type >::operator== | ( | const QPtrList< type > & | list | ) | const [inline] |
Removes the node n from the list.
Reimplementado de QGList.
Removes the node n from the list.
Reimplementado de QGList.
Sorts the list by the result of the virtual compareItems() function.
The Heap-Sort algorithm is used for sorting. It sorts n items with O(n*log n) compares. This is the asymptotic optimal solution of the sorting problem.
Reimplementado de QGList.
Sorts the list by the result of the virtual compareItems() function.
The Heap-Sort algorithm is used for sorting. It sorts n items with O(n*log n) compares. This is the asymptotic optimal solution of the sorting problem.
Reimplementado de QGList.
Takes the current item out of the list.
Reimplementado de QGList.
Takes the current item out of the list.
Reimplementado de QGList.
Takes the node n out of the list.
Reimplementado de QGList.
Takes the node n out of the list.
Reimplementado de QGList.
Converts the list to a vector, vector.
Reimplementado de QGList.
Converts the list to a vector, vector.
Reimplementado de QGList.