My Project
|
#include <filedef.h>
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 |
Private Attributes | |
EntryKind | m_kind |
FileDef * | m_fd |
bool | m_isLast |
Class representing an entry (file or sub directory) in a directory
enum DirEntry::EntryKind |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 288 of file filedef.h.
References m_kind.
Referenced by addDirsAsGroups().
|
inline |
Definition at line 293 of file filedef.h.
References m_name.
Referenced by addDirsAsGroups(), findDirNode(), path(), and Directory::rename().
|
inline |
|
inline |
|
inline |
Definition at line 291 of file filedef.h.
References m_isLast.
Referenced by Directory::addChild(), findDirNode(), and generateFileTree().
|
private |
|
protected |
Definition at line 298 of file filedef.h.
Referenced by name(), and Directory::rename().
|
protected |
Definition at line 297 of file filedef.h.
Referenced by parent(), and Directory::reParent().