My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
FileList Class Reference

#include <filedef.h>

Inheritance diagram for FileList:
FileName

Public Member Functions

 FileList ()
 
 FileList (const char *path)
 
 ~FileList ()
 
QCString path () const
 

Private Member Functions

int compareValues (const FileDef *md1, const FileDef *md2) const
 

Private Attributes

QCString m_pathName
 

Detailed Description

Class representing a list of FileDef objects.

Definition at line 240 of file filedef.h.

Constructor & Destructor Documentation

FileList::FileList ( )
inline

Definition at line 243 of file filedef.h.

: m_pathName("tmp") {}
FileList::FileList ( const char *  path)
inline

Definition at line 244 of file filedef.h.

: QList<FileDef>(), m_pathName(path) {}
FileList::~FileList ( )
inline

Definition at line 245 of file filedef.h.

{}

Member Function Documentation

int FileList::compareValues ( const FileDef md1,
const FileDef md2 
) const
inlineprivate

Definition at line 248 of file filedef.h.

References FileDef::name().

{
return qstricmp(md1->name(),md2->name());
}
QCString FileList::path ( ) const
inline

Definition at line 246 of file filedef.h.

References m_pathName.

Referenced by OutputNameList::compareValues(), and FileName::generateDiskNames().

{ return m_pathName; }

Member Data Documentation

QCString FileList::m_pathName
private

Definition at line 252 of file filedef.h.

Referenced by path().


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