#include <filedef.h>
Inheritance diagram for DirEntry:
Public Types | |
enum | EntryKind { Dir, File } |
Public Member Functions | |
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 |
Protected Attributes | |
DirEntry * | m_parent |
QCString | m_name |
Definition at line 260 of file filedef.h.
enum DirEntry::EntryKind |
DirEntry::DirEntry | ( | DirEntry * | parent, | |
QCString | name | |||
) | [inline] |
void DirEntry::setLast | ( | bool | b | ) | [inline] |
Definition at line 274 of file filedef.h.
Referenced by Directory::addChild(), and generateFileTree().
DirEntry* DirEntry::parent | ( | ) | const [inline] |
Definition at line 275 of file filedef.h.
References m_parent.
Referenced by path(), and Directory::reParent().
QCString DirEntry::name | ( | ) | const [inline] |
QCString DirEntry::path | ( | ) | const [inline] |
DirEntry* DirEntry::m_parent [protected] |
QCString DirEntry::m_name [protected] |