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
ModuleTreeContext::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_moduleTree
 
Cachable m_cache
 

Static Private Attributes

static PropertyMapper
< ModuleTreeContext::Private
s_inst
 

Detailed Description

Definition at line 7517 of file context.cpp.

Constructor & Destructor Documentation

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

{
// Add modules
{
}
//%% ModuleList 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 ModuleTreeContext::Private::fileName ( ) const
inline

Definition at line 7552 of file context.cpp.

Referenced by Private().

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

Definition at line 7544 of file context.cpp.

References s_inst.

Referenced by ModuleTreeContext::get().

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

Definition at line 7560 of file context.cpp.

Referenced by Private().

{
return "modules";
}
TemplateVariant ModuleTreeContext::Private::maxDepth ( ) const
inline
TemplateVariant ModuleTreeContext::Private::preferredDepth ( ) const
inline
TemplateVariant ModuleTreeContext::Private::relPath ( ) const
inline

Definition at line 7556 of file context.cpp.

Referenced by Private().

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

Definition at line 7564 of file context.cpp.

Referenced by Private().

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

Definition at line 7568 of file context.cpp.

References theTranslator, and Translator::trModules().

Referenced by Private().

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

Definition at line 7548 of file context.cpp.

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

Referenced by Private().

{
return m_moduleTree.get();
}

Member Data Documentation

Cachable ModuleTreeContext::Private::m_cache
mutableprivate

Definition at line 7600 of file context.cpp.

Referenced by maxDepth(), and preferredDepth().

SharedPtr<NestingContext> ModuleTreeContext::Private::m_moduleTree
private

Definition at line 7591 of file context.cpp.

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

PropertyMapper< ModuleTreeContext::Private > ModuleTreeContext::Private::s_inst
staticprivate

Definition at line 7601 of file context.cpp.

Referenced by get(), and Private().


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