#include <dot.h>
Public Member Functions | |
| DotNodeList () | |
| ~DotNodeList () | |
Public Member Functions inherited from QList< DotNode > | |
| QList () | |
| QList (const QList< DotNode > &l) | |
| ~QList () | |
| QList< DotNode > & | operator= (const QList< DotNode > &l) |
| bool | operator== (const QList< DotNode > &list) const |
| uint | count () const |
| bool | isEmpty () const |
| bool | insert (uint i, const DotNode *d) |
| void | inSort (const DotNode *d) |
| void | prepend (const DotNode *d) |
| void | append (const DotNode *d) |
| bool | remove (uint i) |
| bool | remove (const DotNode *d) |
| bool | removeRef (const DotNode *d) |
| bool | removeFirst () |
| bool | removeLast () |
| DotNode * | take (uint i) |
| void | clear () |
| void | sort () |
| int | find (const DotNode *d) const |
| int | findRef (const DotNode *d) const |
| uint | contains (const DotNode *d) const |
| uint | containsRef (const DotNode *d) const |
| DotNode * | at (uint i) const |
| DotNode * | getFirst () const |
| DotNode * | getLast () const |
| void | setAutoDelete (bool enable) |
Private Member Functions | |
| int | compareValues (const DotNode *n1, const DotNode *n2) const |
1.8.11