ISLEman
List of all members
DotNodeList Class Reference

Class representing a list of DotNode objects. More...

#include <dot.h>

Inheritance diagram for DotNodeList:
QList< DotNode > QGList

Additional Inherited Members

- Public Member Functions inherited from QList< DotNode >
 QList (const QList< DotNode > &l)
 
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 ()
 
DotNodetake (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
 
DotNodeat (uint i) const
 
DotNodegetFirst () const
 
DotNodegetLast () const
 
void setAutoDelete (bool enable)
 

Detailed Description

Class representing a list of DotNode objects.


The documentation for this class was generated from the following files: