#include <filedef.h>
Public Member Functions | |
| FileList () | |
| FileList (const char *path) | |
| ~FileList () | |
| QCString | path () const |
Public Member Functions inherited from QList< FileDef > | |
| QList () | |
| QList (const QList< FileDef > &l) | |
| ~QList () | |
| QList< FileDef > & | operator= (const QList< FileDef > &l) |
| bool | operator== (const QList< FileDef > &list) const |
| uint | count () const |
| bool | isEmpty () const |
| bool | insert (uint i, const FileDef *d) |
| void | inSort (const FileDef *d) |
| void | prepend (const FileDef *d) |
| void | append (const FileDef *d) |
| bool | remove (uint i) |
| bool | remove (const FileDef *d) |
| bool | removeRef (const FileDef *d) |
| bool | removeFirst () |
| bool | removeLast () |
| FileDef * | take (uint i) |
| void | clear () |
| void | sort () |
| int | find (const FileDef *d) const |
| int | findRef (const FileDef *d) const |
| uint | contains (const FileDef *d) const |
| uint | containsRef (const FileDef *d) const |
| FileDef * | at (uint i) const |
| FileDef * | getFirst () const |
| FileDef * | getLast () const |
| void | setAutoDelete (bool enable) |
Private Member Functions | |
| int | compareValues (const FileDef *md1, const FileDef *md2) const |
Private Attributes | |
| QCString | m_pathName |
Reimplemented from QList< FileDef >.
Reimplemented in FileName.
Definition at line 247 of file filedef.h.
1.8.11