Html attribute list iterator. More...
#include <htmlattrib.h>
Public Member Functions | |
| HtmlAttribListIterator (const HtmlAttribList &l) | |
Public Member Functions inherited from QListIterator< HtmlAttrib > | |
| QListIterator (const QList< HtmlAttrib > &l) | |
| ~QListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| HtmlAttrib * | toFirst () |
| HtmlAttrib * | toLast () |
| operator HtmlAttrib * () const | |
| HtmlAttrib * | operator* () |
| HtmlAttrib * | current () const |
| HtmlAttrib * | operator() () |
| HtmlAttrib * | operator++ () |
| HtmlAttrib * | operator+= (uint j) |
| HtmlAttrib * | operator-- () |
| HtmlAttrib * | operator-= (uint j) |
| QListIterator< HtmlAttrib > & | operator= (const QListIterator< HtmlAttrib > &it) |
Additional Inherited Members | |
Protected Member Functions inherited from QGListIterator | |
| QGListIterator (const QGList &) | |
| QGListIterator (const QGListIterator &) | |
| QGListIterator & | operator= (const QGListIterator &) |
| ~QGListIterator () | |
| bool | atFirst () const |
| bool | atLast () const |
| QCollection::Item | toFirst () |
| QCollection::Item | toLast () |
| QCollection::Item | get () const |
| QCollection::Item | operator() () |
| QCollection::Item | operator++ () |
| QCollection::Item | operator+= (uint) |
| QCollection::Item | operator-- () |
| QCollection::Item | operator-= (uint) |
Protected Attributes inherited from QGListIterator | |
| QGList * | list |
Html attribute list iterator.
Definition at line 71 of file htmlattrib.h.
|
inline |
Definition at line 74 of file htmlattrib.h.
1.8.11