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
NamespaceTreeContext::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_namespaceTree
 
Cachable m_cache
 

Static Private Attributes

static PropertyMapper
< NamespaceTreeContext::Private
s_inst
 

Detailed Description

Definition at line 6879 of file context.cpp.

Constructor & Destructor Documentation

NamespaceTreeContext::Private::Private ( )
inline

Definition at line 6882 of file context.cpp.

References NestingContext::addNamespaces(), NestingContext::alloc(), fileName(), highlight(), Config::init(), m_namespaceTree, maxDepth(), Doxygen::namespaceSDict, preferredDepth(), relPath(), SharedPtr< T >::reset(), s_inst, subhighlight(), title(), and tree().

{
{
}
//%% Nesting 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 NamespaceTreeContext::Private::fileName ( ) const
inline

Definition at line 6912 of file context.cpp.

Referenced by Private().

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

Definition at line 6904 of file context.cpp.

References s_inst.

Referenced by NamespaceTreeContext::get().

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

Definition at line 6920 of file context.cpp.

Referenced by Private().

{
return "namespaces";
}
TemplateVariant NamespaceTreeContext::Private::maxDepth ( ) const
inline
TemplateVariant NamespaceTreeContext::Private::preferredDepth ( ) const
inline
TemplateVariant NamespaceTreeContext::Private::relPath ( ) const
inline

Definition at line 6916 of file context.cpp.

Referenced by Private().

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

Definition at line 6924 of file context.cpp.

Referenced by Private().

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

Definition at line 6928 of file context.cpp.

References Config_getBool, theTranslator, Translator::trModulesList(), Translator::trNamespaceList(), and Translator::trPackages().

Referenced by Private().

{
static bool javaOpt = Config_getBool(OPTIMIZE_OUTPUT_JAVA);
static bool fortranOpt = Config_getBool(OPTIMIZE_FOR_FORTRAN);
static bool vhdlOpt = Config_getBool(OPTIMIZE_OUTPUT_VHDL);
if (javaOpt || vhdlOpt)
{
}
else if (fortranOpt)
{
}
else
{
}
}
TemplateVariant NamespaceTreeContext::Private::tree ( ) const
inline

Definition at line 6908 of file context.cpp.

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

Referenced by Private().

{
return m_namespaceTree.get();
}

Member Data Documentation

Cachable NamespaceTreeContext::Private::m_cache
mutableprivate

Definition at line 6974 of file context.cpp.

Referenced by maxDepth(), and preferredDepth().

SharedPtr<NestingContext> NamespaceTreeContext::Private::m_namespaceTree
private

Definition at line 6965 of file context.cpp.

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

PropertyMapper< NamespaceTreeContext::Private > NamespaceTreeContext::Private::s_inst
staticprivate

Definition at line 6975 of file context.cpp.

Referenced by get(), and Private().


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