|
Doxygen
|
#include <searchindex.h>
类 SearchIndexExternal 继承关系图:
SearchIndexExternal 的协作图:类 | |
| struct | Private |
Public 成员函数 | |
| SearchIndexExternal () | |
| void | setCurrentDoc (const Definition *ctx, const QCString &anchor, bool isSourceFile) |
| void | addWord (const QCString &word, bool hiPriority) |
| void | write (const QCString &file) |
Public 成员函数 继承自 SearchIndexIntf | |
| SearchIndexIntf (Kind k) | |
| virtual | ~SearchIndexIntf () |
| Kind | kind () const |
Private 属性 | |
| std::unique_ptr< Private > | p |
额外继承的成员函数 | |
Public 类型 继承自 SearchIndexIntf | |
| enum | Kind { Internal, External } |
在文件 searchindex.h 第 98 行定义.
| SearchIndexExternal::SearchIndexExternal | ( | ) |
在文件 searchindex.cpp 第 410 行定义.
|
virtual |
实现了 SearchIndexIntf.
在文件 searchindex.cpp 第 497 行定义.
引用了 GrowBuf::addChar(), GrowBuf::addStr(), GrowBuf::getPos(), QCString::isEmpty(), isId() , 以及 p.
|
virtual |
实现了 SearchIndexIntf.
在文件 searchindex.cpp 第 471 行定义.
引用了 addHtmlExtensionIfMissing(), SearchDocEntry::args, Config_getString, definitionToName(), Definition::definitionType(), SearchDocEntry::extId, Definition::getOutputFileBase(), QCString::isEmpty(), SearchDocEntry::name, p, Definition::qualifiedName(), QCString::str(), stripPath(), toFileDef(), toMemberDef(), SearchDocEntry::type, Definition::TypeMember , 以及 SearchDocEntry::url.
|
virtual |
实现了 SearchIndexIntf.
在文件 searchindex.cpp 第 506 行定义.
引用了 GrowBuf::addChar(), SearchDocEntry::args, convertToXML(), err(), SearchDocEntry::extId, GrowBuf::get(), SearchDocEntry::importantText, QCString::isEmpty(), SearchDocEntry::name, SearchDocEntry::normalText, p, qPrint(), QCString::str(), SearchDocEntry::type , 以及 SearchDocEntry::url.
|
private |
在文件 searchindex.h 第 107 行定义.
被这些函数引用 addWord(), setCurrentDoc() , 以及 write().