Doxygen
|
#include <vector>
#include <map>
#include "qcstring.h"
#include "linkedmap.h"
#include "definition.h"
类 | |
class | FilePair |
Class representing a pair of FileDef objects 更多... | |
class | FilePairLinkedMap |
A linked map of file pairs 更多... | |
class | UsedDir |
Usage information of a directory. 更多... | |
class | DirDef |
A model of a directory symbol. 更多... | |
class | DirDef::UsedDirLinkedMap |
class | DirRelation |
A usage relation between two directories. 更多... | |
class | DirLinkedMap |
A linked map of directories 更多... | |
class | DirList |
A list of directories. 更多... | |
class | DirRelationLinkedMap |
函数 | |
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 | ( | ) |
在文件 dirdef.cpp 第 1005 行定义.
引用了 DirDef::addFile(), DirDef::addSubDir(), begin(), computeCommonDirPrefix(), Doxygen::dirLinkedMap, end(), LinkedMap< T, Hash, KeyEqual, Map >::find(), QCString::findRev(), Doxygen::inputNameLinkedMap, QCString::left(), QCString::length(), DirDefImpl::mergeDirectoryInTree() , 以及 qstricmp().
被这些函数引用 parseInput().
在文件 dirdef.cpp 第 1115 行定义.
引用了 qstricmp() , 以及 DirDef::shortName().
被这些函数引用 DirDefImpl::sort() , 以及 GroupDefImpl::sortMemberLists().
void computeDirDependencies | ( | ) |
在文件 dirdef.cpp 第 1078 行定义.
被这些函数引用 parseInput().
void generateDirDocs | ( | OutputList & | ol | ) |
const DirDef* toDirDef | ( | const Definition * | d | ) |
在文件 dirdef.cpp 第 1135 行定义.
DirDef* toDirDef | ( | Definition * | d | ) |
在文件 dirdef.cpp 第 1122 行定义.
被这些函数引用 NestingNodeContext::Private::addDirFiles() , 以及 NestingNodeContext::Private::createDir().