|
|
| QStrList (bool deepCopies=TRUE) |
| |
|
| QStrList (const QStrList &) |
| |
|
QStrList & | operator= (const QStrList &) |
| |
|
| QInternalList (const QInternalList< type > &l) |
| |
|
QInternalList< type > & | operator= (const QInternalList< type > &l) |
| |
|
bool | operator== (const QInternalList< type > &list) const |
| |
| uint | count () const |
| |
|
bool | isEmpty () const |
| |
|
bool | insert (uint i, const type *d) |
| |
|
void | inSort (const type *d) |
| |
|
void | prepend (const type *d) |
| |
|
void | append (const type *d) |
| |
|
bool | remove (uint i) |
| |
|
bool | remove () |
| |
|
bool | remove (const type *d) |
| |
|
bool | removeRef (const type *d) |
| |
|
void | removeNode (QLNode *n) |
| |
|
bool | removeFirst () |
| |
|
bool | removeLast () |
| |
|
type * | take (uint i) |
| |
|
type * | take () |
| |
|
type * | takeNode (QLNode *n) |
| |
| void | clear () |
| |
|
void | sort () |
| |
|
int | find (const type *d) |
| |
|
int | findNext (const type *d) |
| |
|
int | findRef (const type *d) |
| |
|
int | findNextRef (const type *d) |
| |
|
uint | contains (const type *d) const |
| |
|
uint | containsRef (const type *d) const |
| |
|
type * | at (uint i) |
| |
|
int | at () const |
| |
|
type * | current () const |
| |
|
QLNode * | currentNode () const |
| |
|
type * | getFirst () const |
| |
|
type * | getLast () const |
| |
|
type * | first () |
| |
|
type * | last () |
| |
|
type * | next () |
| |
|
type * | prev () |
| |
|
void | toVector (QGVector *vec) const |
| |
|
QDataStream & | read (QDataStream &) |
| |
|
QDataStream & | write (QDataStream &) const |
| |
| bool | autoDelete () const |
| |
| void | setAutoDelete (bool enable) |
| |
|
|
typedef void * | Item |
| |
|
| QGList (const QGList &) |
| |
|
QGList & | operator= (const QGList &) |
| |
| bool | operator== (const QGList &) const |
| |
|
void | inSort (QCollection::Item) |
| |
|
void | append (QCollection::Item) |
| |
|
bool | insertAt (uint index, QCollection::Item) |
| |
|
void | relinkNode (QLNode *) |
| |
|
bool | removeNode (QLNode *) |
| |
|
bool | remove (QCollection::Item=0) |
| |
|
bool | removeRef (QCollection::Item=0) |
| |
|
bool | removeFirst () |
| |
|
bool | removeLast () |
| |
|
bool | removeAt (uint index) |
| |
|
QCollection::Item | takeNode (QLNode *) |
| |
|
QCollection::Item | take () |
| |
|
QCollection::Item | takeAt (uint index) |
| |
|
QCollection::Item | takeFirst () |
| |
|
QCollection::Item | takeLast () |
| |
| void | sort () |
| |
|
int | findRef (QCollection::Item, bool=TRUE) |
| |
|
int | find (QCollection::Item, bool=TRUE) |
| |
|
uint | containsRef (QCollection::Item) const |
| |
|
uint | contains (QCollection::Item) const |
| |
|
QCollection::Item | at (uint index) |
| |
|
int | at () const |
| |
|
QLNode * | currentNode () const |
| |
|
QCollection::Item | get () const |
| |
|
QCollection::Item | cfirst () const |
| |
|
QCollection::Item | clast () const |
| |
|
QCollection::Item | first () |
| |
|
QCollection::Item | last () |
| |
|
QCollection::Item | next () |
| |
|
QCollection::Item | prev () |
| |
|
void | toVector (QGVector *) const |
| |
| | QCollection () |
| |
| | QCollection (const QCollection &) |
| |
| virtual | ~QCollection () |
| |
|
bool | del_item |
| |
The documentation for this class was generated from the following file: