|
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 1102 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 1215 of file dirdef.cpp.
References qstricmp_sort(), and DirDef::shortName().
Referenced by DirDefImpl::sort(), and GroupDefImpl::sortMemberLists().
| void computeDirDependencies | ( | ) |
Definition at line 1176 of file dirdef.cpp.
References AUTO_TRACE, AUTO_TRACE_ADD, and Doxygen::dirLinkedMap.
Referenced by parseInput().
| void generateDirDocs | ( | OutputList & | ol | ) |
Definition at line 1193 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 1235 of file dirdef.cpp.
| DirDef * toDirDef | ( | Definition * | d | ) |
Definition at line 1222 of file dirdef.cpp.