#include <filedef.h>
Public Member Functions | |
| Directory (Directory *parent, const QCString &name) | |
| virtual | ~Directory () |
| void | addChild (DirEntry *d) |
| QList< DirEntry > & | children () |
| void | rename (const QCString &name) |
| void | reParent (Directory *parent) |
Public Member Functions inherited from DirEntry | |
| DirEntry (DirEntry *parent, FileDef *fd) | |
| DirEntry (DirEntry *parent, QCString name) | |
| virtual | ~DirEntry () |
| EntryKind | kind () const |
| FileDef * | file () const |
| bool | isLast () const |
| void | setLast (bool b) |
| DirEntry * | parent () const |
| QCString | name () const |
| QCString | path () const |
Private Attributes | |
| QList< DirEntry > | m_children |
Additional Inherited Members | |
Public Types inherited from DirEntry | |
| enum | EntryKind { Dir, File } |
Protected Attributes inherited from DirEntry | |
| DirEntry * | m_parent |
| QCString | m_name |
1.8.11