#include <formula.h>
Public Member Functions | |
| FormulaListIterator (const FormulaList &l) | |
Public Member Functions inherited from QListIterator< Formula > | |
| QListIterator (const QList< Formula > &l) | |
| ~QListIterator () | |
| uint | count () const |
| bool | isEmpty () const |
| bool | atFirst () const |
| bool | atLast () const |
| Formula * | toFirst () |
| Formula * | toLast () |
| operator Formula * () const | |
| Formula * | operator* () |
| Formula * | current () const |
| Formula * | operator() () |
| Formula * | operator++ () |
| Formula * | operator+= (uint j) |
| Formula * | operator-- () |
| Formula * | operator-= (uint j) |
| QListIterator< Formula > & | operator= (const QListIterator< Formula > &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 |
Iterator for Formula objects in a FormulaList.
|
inline |
1.8.11