ISLEman
Public Types | Public Member Functions | Protected Attributes | List of all members
DirEntry Class Reference

Class representing an entry (file or sub directory) in a directory. More...

#include <filedef.h>

Inheritance diagram for DirEntry:
Directory

Public Types

enum  EntryKind { Dir, File }
 

Public Member Functions

 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
 

Protected Attributes

DirEntrym_parent
 
QCString m_name
 

Detailed Description

Class representing an entry (file or sub directory) in a directory.


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