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_namespaceTree |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < NamespaceTreeContext::Private > | s_inst |
Definition at line 6879 of file context.cpp.
|
inline |
Definition at line 6882 of file context.cpp.
References NestingContext::addNamespaces(), NestingContext::alloc(), fileName(), highlight(), Config::init(), m_namespaceTree, maxDepth(), Doxygen::namespaceSDict, preferredDepth(), relPath(), SharedPtr< T >::reset(), s_inst, subhighlight(), title(), and tree().
|
inline |
|
inline |
Definition at line 6904 of file context.cpp.
References s_inst.
Referenced by NamespaceTreeContext::get().
|
inline |
|
inline |
Definition at line 6946 of file context.cpp.
References computeMaxDepth(), SharedPtr< T >::get(), m_cache, m_namespaceTree, NamespaceTreeContext::Private::Cachable::maxDepth, and NamespaceTreeContext::Private::Cachable::maxDepthComputed.
Referenced by preferredDepth(), and Private().
|
inline |
Definition at line 6955 of file context.cpp.
References computePreferredDepth(), SharedPtr< T >::get(), m_cache, m_namespaceTree, maxDepth(), NamespaceTreeContext::Private::Cachable::preferredDepth, NamespaceTreeContext::Private::Cachable::preferredDepthComputed, and TemplateVariant::toInt().
Referenced by Private().
|
inline |
|
inline |
|
inline |
Definition at line 6928 of file context.cpp.
References Config_getBool, theTranslator, Translator::trModulesList(), Translator::trNamespaceList(), and Translator::trPackages().
Referenced by Private().
|
inline |
Definition at line 6908 of file context.cpp.
References SharedPtr< T >::get(), and m_namespaceTree.
Referenced by Private().
|
mutableprivate |
Definition at line 6974 of file context.cpp.
Referenced by maxDepth(), and preferredDepth().
|
private |
Definition at line 6965 of file context.cpp.
Referenced by maxDepth(), preferredDepth(), Private(), and tree().
|
staticprivate |
Definition at line 6975 of file context.cpp.