Doxygen
|
Represents of a member declaration list with configurable title and subtitle. 更多...
#include <layout.h>
Public 成员函数 | |
LayoutDocEntryMemberDecl (MemberListType tp, const QCString &tl, const QCString &ss) | |
Kind | kind () const |
QCString | title (SrcLangExt lang) const |
QCString | subtitle (SrcLangExt lang) const |
Public 成员函数 继承自 LayoutDocEntry | |
virtual | ~LayoutDocEntry () |
Public 属性 | |
MemberListType | type |
Private 属性 | |
QCString | m_title |
QCString | m_subscript |
Represents of a member declaration list with configurable title and subtitle.
|
inline |
|
inlinevirtual |
实现了 LayoutDocEntry.
QCString LayoutDocEntryMemberDecl::subtitle | ( | SrcLangExt | lang | ) | const |
QCString LayoutDocEntryMemberDecl::title | ( | SrcLangExt | lang | ) | const |
在文件 layout.cpp 第 1668 行定义.
引用了 extractLanguageSpecificTitle() , 以及 m_title.
被这些函数引用 ClassDefImpl::getTitleForMemberListType(), ClassDefImpl::writeAdditionalInheritedMembers(), NamespaceDefImpl::writeDocumentation(), GroupDefImpl::writeDocumentation(), FileDefImpl::writeDocumentation(), ClassDefImpl::writeDocumentationContents(), ClassDefImpl::writeInlineDocumentation(), FileDefImpl::writeSummaryLinks(), NamespaceDefImpl::writeSummaryLinks(), GroupDefImpl::writeSummaryLinks() , 以及 ClassDefImpl::writeSummaryLinks().
|
private |
被这些函数引用 subtitle().
MemberListType LayoutDocEntryMemberDecl::type |
被这些函数引用 ClassDefImpl::countAdditionalInheritedMembers(), ClassDefImpl::getTitleForMemberListType(), ClassDefImpl::setAnonymousEnumType(), ClassDefImpl::writeAdditionalInheritedMembers(), ClassDefImpl::writeDeclaration(), NamespaceDefImpl::writeDocumentation(), GroupDefImpl::writeDocumentation(), FileDefImpl::writeDocumentation(), ClassDefImpl::writeDocumentationContents(), ClassDefImpl::writeInlineDocumentation(), FileDefImpl::writeSummaryLinks(), NamespaceDefImpl::writeSummaryLinks(), GroupDefImpl::writeSummaryLinks(), ClassDefImpl::writeSummaryLinks(), NamespaceDefImpl::writeTagFile(), GroupDefImpl::writeTagFile(), FileDefImpl::writeTagFile() , 以及 ClassDefImpl::writeTagFile().