My Project
|
Classes | |
struct | Cachable |
Public Member Functions | |
Private (const PageSDict *pages) | |
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_pageTree |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < PageTreeContext::Private > | s_inst |
Definition at line 7265 of file context.cpp.
|
inline |
Definition at line 7268 of file context.cpp.
References NestingContext::addPages(), NestingContext::alloc(), fileName(), highlight(), Config::init(), m_pageTree, maxDepth(), preferredDepth(), relPath(), SharedPtr< T >::reset(), s_inst, subhighlight(), title(), and tree().
|
inline |
|
inline |
Definition at line 7292 of file context.cpp.
References s_inst.
Referenced by PageTreeContext::get().
|
inline |
|
inline |
Definition at line 7320 of file context.cpp.
References computeMaxDepth(), SharedPtr< T >::get(), m_cache, m_pageTree, PageTreeContext::Private::Cachable::maxDepth, and PageTreeContext::Private::Cachable::maxDepthComputed.
Referenced by preferredDepth(), and Private().
|
inline |
Definition at line 7329 of file context.cpp.
References computePreferredDepth(), SharedPtr< T >::get(), m_cache, m_pageTree, maxDepth(), PageTreeContext::Private::Cachable::preferredDepth, PageTreeContext::Private::Cachable::preferredDepthComputed, and TemplateVariant::toInt().
Referenced by Private().
|
inline |
|
inline |
|
inline |
Definition at line 7316 of file context.cpp.
References theTranslator, and Translator::trRelatedPages().
Referenced by Private().
|
inline |
Definition at line 7296 of file context.cpp.
References SharedPtr< T >::get(), and m_pageTree.
Referenced by Private().
|
mutableprivate |
Definition at line 7348 of file context.cpp.
Referenced by maxDepth(), and preferredDepth().
|
private |
Definition at line 7339 of file context.cpp.
Referenced by maxDepth(), preferredDepth(), Private(), and tree().
|
staticprivate |
Definition at line 7349 of file context.cpp.