My Project
|
Classes | |
struct | Cachable |
Public Member Functions | |
Private () | |
TemplateVariant | get (const char *n) const |
TemplateVariant | tree () const |
TemplateVariant | fileName () const |
TemplateVariant | relPath () const |
TemplateVariant | highlight () const |
TemplateVariant | subhighlight () const |
TemplateVariant | title () const |
TemplateVariant | maxDepth () const |
TemplateVariant | preferredDepth () const |
Private Attributes | |
SharedPtr< NestingContext > | m_classTree |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < ClassTreeContext::Private > | s_inst |
Definition at line 6707 of file context.cpp.
|
inline |
Definition at line 6710 of file context.cpp.
References NestingContext::addClasses(), NestingContext::addNamespaces(), NestingContext::alloc(), Doxygen::classSDict, fileName(), highlight(), Config::init(), m_classTree, maxDepth(), Doxygen::namespaceSDict, preferredDepth(), relPath(), SharedPtr< T >::reset(), s_inst, subhighlight(), title(), and tree().
|
inline |
|
inline |
Definition at line 6736 of file context.cpp.
References s_inst.
Referenced by ClassTreeContext::get().
|
inline |
|
inline |
Definition at line 6777 of file context.cpp.
References computeMaxDepth(), SharedPtr< T >::get(), m_cache, m_classTree, ClassTreeContext::Private::Cachable::maxDepth, and ClassTreeContext::Private::Cachable::maxDepthComputed.
Referenced by preferredDepth(), and Private().
|
inline |
Definition at line 6786 of file context.cpp.
References computePreferredDepth(), SharedPtr< T >::get(), m_cache, m_classTree, maxDepth(), ClassTreeContext::Private::Cachable::preferredDepth, ClassTreeContext::Private::Cachable::preferredDepthComputed, and TemplateVariant::toInt().
Referenced by Private().
|
inline |
|
inline |
|
inline |
Definition at line 6760 of file context.cpp.
References Config_getBool, theTranslator, Translator::trClasses(), Translator::trCompoundListFortran(), and VhdlDocGen::trDesignUnitList().
Referenced by Private().
|
inline |
Definition at line 6740 of file context.cpp.
References SharedPtr< T >::get(), and m_classTree.
Referenced by Private().
|
mutableprivate |
Definition at line 6806 of file context.cpp.
Referenced by maxDepth(), and preferredDepth().
|
private |
Definition at line 6796 of file context.cpp.
Referenced by maxDepth(), preferredDepth(), Private(), and tree().
|
staticprivate |
Definition at line 6807 of file context.cpp.