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_dirFileTree |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < FileTreeContext::Private > | s_inst |
Definition at line 7152 of file context.cpp.
|
inline |
Definition at line 7155 of file context.cpp.
References NestingContext::addDirs(), NestingContext::addFiles(), NestingContext::alloc(), Doxygen::directories, fileName(), highlight(), Config::init(), Doxygen::inputNameList, m_dirFileTree, maxDepth(), preferredDepth(), relPath(), SharedPtr< T >::reset(), s_inst, subhighlight(), title(), and tree().
|
inline |
|
inline |
Definition at line 7182 of file context.cpp.
References s_inst.
Referenced by FileTreeContext::get().
|
inline |
|
inline |
Definition at line 7210 of file context.cpp.
References computeMaxDepth(), SharedPtr< T >::get(), m_cache, m_dirFileTree, FileTreeContext::Private::Cachable::maxDepth, and FileTreeContext::Private::Cachable::maxDepthComputed.
Referenced by preferredDepth(), and Private().
|
inline |
Definition at line 7219 of file context.cpp.
References computePreferredDepth(), SharedPtr< T >::get(), m_cache, m_dirFileTree, maxDepth(), FileTreeContext::Private::Cachable::preferredDepth, FileTreeContext::Private::Cachable::preferredDepthComputed, and TemplateVariant::toInt().
Referenced by Private().
|
inline |
|
inline |
|
inline |
Definition at line 7206 of file context.cpp.
References theTranslator, and Translator::trFileList().
Referenced by Private().
|
inline |
Definition at line 7186 of file context.cpp.
References SharedPtr< T >::get(), and m_dirFileTree.
Referenced by Private().
|
mutableprivate |
Definition at line 7239 of file context.cpp.
Referenced by maxDepth(), and preferredDepth().
|
private |
Definition at line 7229 of file context.cpp.
Referenced by maxDepth(), preferredDepth(), Private(), and tree().
|
staticprivate |
Definition at line 7240 of file context.cpp.