Doxygen
|
#include <vector>
#include <map>
#include "qcstring.h"
#include "linkedmap.h"
#include "definition.h"
Go to the source code of this file.
Classes | |
class | FilePair |
Class representing a pair of FileDef objects. More... | |
class | FilePairLinkedMap |
A linked map of file pairs. More... | |
class | UsedDir |
Usage information of a directory. More... | |
class | DirDef |
A model of a directory symbol. More... | |
class | DirDef::UsedDirLinkedMap |
class | DirRelation |
A usage relation between two directories. More... | |
class | DirLinkedMap |
A linked map of directories. More... | |
class | DirList |
A list of directories. More... | |
class | DirRelationLinkedMap |
Functions | |
bool | compareDirDefs (const DirDef *item1, const DirDef *item2) |
DirDef * | toDirDef (Definition *d) |
const DirDef * | toDirDef (const Definition *d) |
void | buildDirectories () |
void | generateDirDocs (OutputList &ol) |
void | computeDirDependencies () |
void buildDirectories | ( | ) |
Definition at line 1055 of file dirdef.cpp.
References DirDef::addFile(), AUTO_TRACE, AUTO_TRACE_ADD, begin(), computeCommonDirPrefix(), Doxygen::dirLinkedMap, end(), QCString::findRev(), Doxygen::inputNameLinkedMap, QCString::left(), QCString::length(), DirDefImpl::mergeDirectoryInTree(), parent(), and qstricmp_sort().
Referenced by parseInput().
Definition at line 1168 of file dirdef.cpp.
References qstricmp_sort(), and DirDef::shortName().
Referenced by DirDefImpl::sort(), and GroupDefImpl::sortMemberLists().
void computeDirDependencies | ( | ) |
Definition at line 1129 of file dirdef.cpp.
References AUTO_TRACE, AUTO_TRACE_ADD, and Doxygen::dirLinkedMap.
Referenced by parseInput().
void generateDirDocs | ( | OutputList & | ol | ) |
Definition at line 1146 of file dirdef.cpp.
References AUTO_TRACE, Doxygen::dirLinkedMap, Doxygen::dirRelations, OutputList::disableAllBut(), Html, OutputList::popGeneratorState(), and OutputList::pushGeneratorState().
Referenced by generateOutput().
const DirDef * toDirDef | ( | const Definition * | d | ) |
Definition at line 1188 of file dirdef.cpp.
DirDef * toDirDef | ( | Definition * | d | ) |
Definition at line 1175 of file dirdef.cpp.