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_exampleTree |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < ExampleTreeContext::Private > | s_inst |
Definition at line 7721 of file context.cpp.
|
inline |
Definition at line 7724 of file context.cpp.
References NestingContext::addPages(), NestingContext::alloc(), Doxygen::exampleSDict, fileName(), highlight(), Config::init(), m_exampleTree, maxDepth(), preferredDepth(), relPath(), SharedPtr< T >::reset(), s_inst, subhighlight(), title(), and tree().
|
inline |
|
inline |
Definition at line 7747 of file context.cpp.
References s_inst.
Referenced by ExampleTreeContext::get().
|
inline |
|
inline |
Definition at line 7775 of file context.cpp.
References computeMaxDepth(), SharedPtr< T >::get(), m_cache, m_exampleTree, ExampleTreeContext::Private::Cachable::maxDepth, and ExampleTreeContext::Private::Cachable::maxDepthComputed.
Referenced by preferredDepth(), and Private().
|
inline |
Definition at line 7784 of file context.cpp.
References computePreferredDepth(), SharedPtr< T >::get(), m_cache, m_exampleTree, maxDepth(), ExampleTreeContext::Private::Cachable::preferredDepth, ExampleTreeContext::Private::Cachable::preferredDepthComputed, and TemplateVariant::toInt().
Referenced by Private().
|
inline |
|
inline |
|
inline |
Definition at line 7771 of file context.cpp.
References theTranslator, and Translator::trExamples().
Referenced by Private().
|
inline |
Definition at line 7751 of file context.cpp.
References SharedPtr< T >::get(), and m_exampleTree.
Referenced by Private().
|
mutableprivate |
Definition at line 7803 of file context.cpp.
Referenced by maxDepth(), and preferredDepth().
|
private |
Definition at line 7794 of file context.cpp.
Referenced by maxDepth(), preferredDepth(), Private(), and tree().
|
staticprivate |
Definition at line 7804 of file context.cpp.