Doxygen
ConceptTreeContext::Private类 参考
+ ConceptTreeContext::Private 的协作图:

Public 成员函数

 Private ()
 
TemplateVariant get (const QCString &n) const
 
StringVector fields () const
 

Private 成员函数

TemplateVariant tree () const
 
TemplateVariant fileName () const
 
TemplateVariant relPath () const
 
TemplateVariant highlight () const
 
TemplateVariant subhighlight () const
 
TemplateVariant maxDepth () const
 
TemplateVariant preferredDepth () const
 
TemplateVariant title () const
 
int createMaxDepth () const
 
int createPreferredDepth () const
 

Private 属性

TemplateListIntfPtr m_conceptTree
 
CachedItem< int, Private, &Private::createMaxDepthm_maxDepth
 
CachedItem< int, Private, &Private::createPreferredDepthm_preferredDepth
 

静态 Private 属性

static const PropertyMap< ConceptTreeContext::Privates_inst
 

详细描述

在文件 context.cpp6753 行定义.

构造及析构函数说明

◆ Private()

ConceptTreeContext::Private::Private ( )
inline

在文件 context.cpp6756 行定义.

6757  {
6759  auto ctx = std::dynamic_pointer_cast<NestingContext>(m_conceptTree);
6760  ClassDefSet visitedClasses;
6761  // Add concepts
6762  ctx->addNamespaces(*Doxygen::namespaceLinkedMap,TRUE,FALSE,TRUE,visitedClasses);
6763  ctx->addConcepts(*Doxygen::conceptLinkedMap,TRUE,visitedClasses);
6764  }

引用了 NestingContext::alloc(), Concept, Doxygen::conceptLinkedMap, FALSE, m_conceptTree, Doxygen::namespaceLinkedMap , 以及 TRUE.

成员函数说明

◆ createMaxDepth()

int ConceptTreeContext::Private::createMaxDepth ( ) const
inlineprivate

在文件 context.cpp6782 行定义.

6783  {
6785  }

引用了 computeMaxDepth() , 以及 m_conceptTree.

◆ createPreferredDepth()

int ConceptTreeContext::Private::createPreferredDepth ( ) const
inlineprivate

在文件 context.cpp6786 行定义.

6787  {
6789  }

引用了 computePreferredDepth(), m_conceptTree , 以及 m_maxDepth.

◆ fields()

StringVector ConceptTreeContext::Private::fields ( ) const
inline

在文件 context.cpp6768 行定义.

6768 { return s_inst.fields(); }

引用了 PropertyMap< T >::fields() , 以及 s_inst.

◆ fileName()

TemplateVariant ConceptTreeContext::Private::fileName ( ) const
inlineprivate

在文件 context.cpp6773 行定义.

6773 { return "concepts"; }

◆ get()

TemplateVariant ConceptTreeContext::Private::get ( const QCString n) const
inline

在文件 context.cpp6767 行定义.

6767 { return s_inst.get(this,n); }

引用了 PropertyMap< T >::get() , 以及 s_inst.

◆ highlight()

TemplateVariant ConceptTreeContext::Private::highlight ( ) const
inlineprivate

在文件 context.cpp6775 行定义.

6775 { return "concepts"; }

◆ maxDepth()

TemplateVariant ConceptTreeContext::Private::maxDepth ( ) const
inlineprivate

在文件 context.cpp6777 行定义.

6777 { return m_maxDepth.get(this); }

引用了 m_maxDepth.

◆ preferredDepth()

TemplateVariant ConceptTreeContext::Private::preferredDepth ( ) const
inlineprivate

在文件 context.cpp6778 行定义.

6778 { return m_preferredDepth.get(this); }

引用了 m_preferredDepth.

◆ relPath()

TemplateVariant ConceptTreeContext::Private::relPath ( ) const
inlineprivate

在文件 context.cpp6774 行定义.

6774 { return ""; }

◆ subhighlight()

TemplateVariant ConceptTreeContext::Private::subhighlight ( ) const
inlineprivate

在文件 context.cpp6776 行定义.

6776 { return ""; }

◆ title()

TemplateVariant ConceptTreeContext::Private::title ( ) const
inlineprivate

在文件 context.cpp6779 行定义.

6779 { return theTranslator->trConcept(true,false); }

引用了 theTranslator , 以及 Translator::trConcept().

◆ tree()

TemplateVariant ConceptTreeContext::Private::tree ( ) const
inlineprivate

在文件 context.cpp6772 行定义.

6772 { return TemplateVariant(m_conceptTree); }

引用了 m_conceptTree.

类成员变量说明

◆ m_conceptTree

TemplateListIntfPtr ConceptTreeContext::Private::m_conceptTree
private

在文件 context.cpp6790 行定义.

被这些函数引用 createMaxDepth(), createPreferredDepth(), Private() , 以及 tree().

◆ m_maxDepth

CachedItem<int, Private, &Private::createMaxDepth> ConceptTreeContext::Private::m_maxDepth
private

在文件 context.cpp6791 行定义.

被这些函数引用 createPreferredDepth() , 以及 maxDepth().

◆ m_preferredDepth

CachedItem<int, Private, &Private::createPreferredDepth> ConceptTreeContext::Private::m_preferredDepth
private

在文件 context.cpp6792 行定义.

被这些函数引用 preferredDepth().

◆ s_inst

const PropertyMap< ConceptTreeContext::Private > ConceptTreeContext::Private::s_inst
staticprivate
初始值:
{
{ "tree", &Private::tree },
{ "fileName", &Private::fileName },
{ "relPath", &Private::relPath },
{ "highlight", &Private::highlight },
{ "subhighlight", &Private::subhighlight },
{ "title", &Private::title },
{ "preferredDepth",&Private::preferredDepth },
{ "maxDepth", &Private::maxDepth }
}

在文件 context.cpp6793 行定义.

被这些函数引用 fields() , 以及 get().


该类的文档由以下文件生成:
ConceptTreeContext::Private::highlight
TemplateVariant highlight() const
Definition: context.cpp:6775
ConceptTreeContext::Private::fileName
TemplateVariant fileName() const
Definition: context.cpp:6773
ConceptTreeContext::Private::relPath
TemplateVariant relPath() const
Definition: context.cpp:6774
PropertyMap::get
TemplateVariant get(const T *obj, const QCString &n) const
Definition: context.cpp:126
Doxygen::conceptLinkedMap
static ConceptLinkedMap * conceptLinkedMap
Definition: doxygen.h:80
ConceptTreeContext::Private::s_inst
static const PropertyMap< ConceptTreeContext::Private > s_inst
Definition: context.cpp:6793
computePreferredDepth
static int computePreferredDepth(const TemplateListIntfPtr list, int maxDepth)
Definition: context.cpp:5167
ContextTreeType::Concept
@ Concept
ConceptTreeContext::Private::m_conceptTree
TemplateListIntfPtr m_conceptTree
Definition: context.cpp:6790
PropertyMap::fields
StringVector fields() const
Definition: context.cpp:131
Translator::trConcept
virtual QCString trConcept(bool first_capital, bool singular)=0
ConceptTreeContext::Private::preferredDepth
TemplateVariant preferredDepth() const
Definition: context.cpp:6778
TemplateVariant
Variant type which can hold one value of a fixed set of types.
Definition: template.h:98
ConceptTreeContext::Private::title
TemplateVariant title() const
Definition: context.cpp:6779
ConceptTreeContext::Private::m_preferredDepth
CachedItem< int, Private, &Private::createPreferredDepth > m_preferredDepth
Definition: context.cpp:6792
theTranslator
Translator * theTranslator
Definition: language.cpp:156
TRUE
#define TRUE
Definition: qcstring.h:36
computeMaxDepth
static int computeMaxDepth(const TemplateListIntfPtr list)
Definition: context.cpp:5129
ConceptTreeContext::Private::m_maxDepth
CachedItem< int, Private, &Private::createMaxDepth > m_maxDepth
Definition: context.cpp:6791
ConceptTreeContext::Private::maxDepth
TemplateVariant maxDepth() const
Definition: context.cpp:6777
Doxygen::namespaceLinkedMap
static NamespaceLinkedMap * namespaceLinkedMap
Definition: doxygen.h:97
ConceptTreeContext::Private::subhighlight
TemplateVariant subhighlight() const
Definition: context.cpp:6776
NestingContext::alloc
static TemplateListIntfPtr alloc(const NestingNodeContext *parent, ContextTreeType type, int level)
Definition: context.h:530
ConceptTreeContext::Private::tree
TemplateVariant tree() const
Definition: context.cpp:6772
ClassDefSet
std::set< const ClassDef * > ClassDefSet
Definition: classdef.h:95
FALSE
#define FALSE
Definition: qcstring.h:33