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_moduleTree |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < ModuleTreeContext::Private > | s_inst |
Definition at line 7517 of file context.cpp.
|
inline |
Definition at line 7520 of file context.cpp.
References NestingContext::addModules(), NestingContext::alloc(), fileName(), Doxygen::groupSDict, highlight(), Config::init(), m_moduleTree, maxDepth(), preferredDepth(), relPath(), SharedPtr< T >::reset(), s_inst, subhighlight(), title(), and tree().
|
inline |
|
inline |
Definition at line 7544 of file context.cpp.
References s_inst.
Referenced by ModuleTreeContext::get().
|
inline |
|
inline |
Definition at line 7572 of file context.cpp.
References computeMaxDepth(), SharedPtr< T >::get(), m_cache, m_moduleTree, ModuleTreeContext::Private::Cachable::maxDepth, and ModuleTreeContext::Private::Cachable::maxDepthComputed.
Referenced by preferredDepth(), and Private().
|
inline |
Definition at line 7581 of file context.cpp.
References computePreferredDepth(), SharedPtr< T >::get(), m_cache, m_moduleTree, maxDepth(), ModuleTreeContext::Private::Cachable::preferredDepth, ModuleTreeContext::Private::Cachable::preferredDepthComputed, and TemplateVariant::toInt().
Referenced by Private().
|
inline |
|
inline |
|
inline |
Definition at line 7568 of file context.cpp.
References theTranslator, and Translator::trModules().
Referenced by Private().
|
inline |
Definition at line 7548 of file context.cpp.
References SharedPtr< T >::get(), and m_moduleTree.
Referenced by Private().
|
mutableprivate |
Definition at line 7600 of file context.cpp.
Referenced by maxDepth(), and preferredDepth().
|
private |
Definition at line 7591 of file context.cpp.
Referenced by maxDepth(), preferredDepth(), Private(), and tree().
|
staticprivate |
Definition at line 7601 of file context.cpp.