ISLEman
Public Member Functions | List of all members
Directory Class Reference

Class representing a directory tree of DirEntry objects. More...

#include <filedef.h>

Inheritance diagram for Directory:
DirEntry

Public Member Functions

 Directory (Directory *parent, const QCString &name)
 
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)
 
EntryKind kind () const
 
FileDeffile () const
 
bool isLast () const
 
void setLast (bool b)
 
DirEntryparent () const
 
QCString name () const
 
QCString path () const
 

Additional Inherited Members

- Public Types inherited from DirEntry
enum  EntryKind { Dir, File }
 
- Protected Attributes inherited from DirEntry
DirEntrym_parent
 
QCString m_name
 

Detailed Description

Class representing a directory tree of DirEntry objects.


The documentation for this class was generated from the following file: