My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Private Attributes | Static Private Attributes | List of all members
FileTreeContext::Private Class Reference

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< NestingContextm_dirFileTree
 
Cachable m_cache
 

Static Private Attributes

static PropertyMapper
< FileTreeContext::Private
s_inst
 

Detailed Description

Definition at line 7152 of file context.cpp.

Constructor & Destructor Documentation

FileTreeContext::Private::Private ( )
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().

{
// Add dirs tree
{
}
{
}
//%% DirFile tree:
static bool init=FALSE;
if (!init)
{
s_inst.addProperty("tree", &Private::tree);
s_inst.addProperty("fileName", &Private::fileName);
s_inst.addProperty("relPath", &Private::relPath);
s_inst.addProperty("highlight", &Private::highlight);
s_inst.addProperty("subhighlight", &Private::subhighlight);
s_inst.addProperty("title", &Private::title);
s_inst.addProperty("preferredDepth",&Private::preferredDepth);
s_inst.addProperty("maxDepth", &Private::maxDepth);
init=TRUE;
}
}

Member Function Documentation

TemplateVariant FileTreeContext::Private::fileName ( ) const
inline

Definition at line 7190 of file context.cpp.

Referenced by Private().

{
return "files";
}
TemplateVariant FileTreeContext::Private::get ( const char *  n) const
inline

Definition at line 7182 of file context.cpp.

References s_inst.

Referenced by FileTreeContext::get().

{
return s_inst.get(this,n);
}
TemplateVariant FileTreeContext::Private::highlight ( ) const
inline

Definition at line 7198 of file context.cpp.

Referenced by Private().

{
return "files";
}
TemplateVariant FileTreeContext::Private::maxDepth ( ) const
inline
TemplateVariant FileTreeContext::Private::preferredDepth ( ) const
inline
TemplateVariant FileTreeContext::Private::relPath ( ) const
inline

Definition at line 7194 of file context.cpp.

Referenced by Private().

{
return "";
}
TemplateVariant FileTreeContext::Private::subhighlight ( ) const
inline

Definition at line 7202 of file context.cpp.

Referenced by Private().

{
return "filelist";
}
TemplateVariant FileTreeContext::Private::title ( ) const
inline

Definition at line 7206 of file context.cpp.

References theTranslator, and Translator::trFileList().

Referenced by Private().

{
}
TemplateVariant FileTreeContext::Private::tree ( ) const
inline

Definition at line 7186 of file context.cpp.

References SharedPtr< T >::get(), and m_dirFileTree.

Referenced by Private().

{
return m_dirFileTree.get();
}

Member Data Documentation

Cachable FileTreeContext::Private::m_cache
mutableprivate

Definition at line 7239 of file context.cpp.

Referenced by maxDepth(), and preferredDepth().

SharedPtr<NestingContext> FileTreeContext::Private::m_dirFileTree
private

Definition at line 7229 of file context.cpp.

Referenced by maxDepth(), preferredDepth(), Private(), and tree().

PropertyMapper< FileTreeContext::Private > FileTreeContext::Private::s_inst
staticprivate

Definition at line 7240 of file context.cpp.

Referenced by get(), and Private().


The documentation for this class was generated from the following file: