Eneboo - Documentación para desarrolladores
|
#include <qptrlist.h>
Métodos públicos | |
QPtrListIterator (const QPtrList< type > &l) | |
~QPtrListIterator () | |
uint | count () const |
bool | isEmpty () const |
bool | atFirst () const |
bool | atLast () const |
type * | toFirst () |
type * | toLast () |
operator type * () const | |
type * | operator* () |
type * | current () const |
type * | operator() () |
type * | operator++ () |
type * | operator+= (uint j) |
type * | operator-- () |
type * | operator-= (uint j) |
QPtrListIterator< type > & | operator= (const QPtrListIterator< type > &it) |
QPtrListIterator (const QPtrList< type > &l) | |
~QPtrListIterator () | |
uint | count () const |
bool | isEmpty () const |
bool | atFirst () const |
bool | atLast () const |
type * | toFirst () |
type * | toLast () |
operator type * () const | |
type * | operator* () |
type * | current () const |
type * | operator() () |
type * | operator++ () |
type * | operator+= (uint j) |
type * | operator-- () |
type * | operator-= (uint j) |
QPtrListIterator< type > & | operator= (const QPtrListIterator< type > &it) |
QPtrListIterator< type >::QPtrListIterator | ( | const QPtrList< type > & | l | ) | [inline] |
QPtrListIterator< type >::~QPtrListIterator | ( | ) | [inline] |
QPtrListIterator< type >::QPtrListIterator | ( | const QPtrList< type > & | l | ) | [inline] |
QPtrListIterator< type >::~QPtrListIterator | ( | ) | [inline] |
bool QPtrListIterator< type >::atFirst | ( | ) | const [inline] |
Reimplementado de QGListIterator.
bool QPtrListIterator< type >::atFirst | ( | ) | const [inline] |
Reimplementado de QGListIterator.
bool QPtrListIterator< type >::atLast | ( | ) | const [inline] |
Reimplementado de QGListIterator.
bool QPtrListIterator< type >::atLast | ( | ) | const [inline] |
Reimplementado de QGListIterator.
uint QPtrListIterator< type >::count | ( | ) | const [inline] |
uint QPtrListIterator< type >::count | ( | ) | const [inline] |
type* QPtrListIterator< type >::current | ( | ) | const [inline] |
type* QPtrListIterator< type >::current | ( | ) | const [inline] |
bool QPtrListIterator< type >::isEmpty | ( | void | ) | const [inline] |
bool QPtrListIterator< type >::isEmpty | ( | void | ) | const [inline] |
QPtrListIterator< type >::operator type * | ( | ) | const [inline] |
QPtrListIterator< type >::operator type * | ( | ) | const [inline] |
type* QPtrListIterator< type >::operator() | ( | void | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator() | ( | void | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator* | ( | ) | [inline] |
type* QPtrListIterator< type >::operator* | ( | ) | [inline] |
type* QPtrListIterator< type >::operator++ | ( | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator++ | ( | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator+= | ( | uint | j | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator+= | ( | uint | j | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator-- | ( | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator-- | ( | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator-= | ( | uint | j | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::operator-= | ( | uint | j | ) | [inline] |
Reimplementado de QGListIterator.
QPtrListIterator<type>& QPtrListIterator< type >::operator= | ( | const QPtrListIterator< type > & | it | ) | [inline] |
QPtrListIterator<type>& QPtrListIterator< type >::operator= | ( | const QPtrListIterator< type > & | it | ) | [inline] |
type* QPtrListIterator< type >::toFirst | ( | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::toFirst | ( | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::toLast | ( | ) | [inline] |
Reimplementado de QGListIterator.
type* QPtrListIterator< type >::toLast | ( | ) | [inline] |
Reimplementado de QGListIterator.