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

Classes

struct  Cachable
 

Public Types

typedef bool(MemberDef::* MemberFunc )() const
 

Public Member Functions

 Private ()
 
TemplateVariant get (const char *n) const
 
TemplateVariant getMembersFiltered (SharedPtr< TemplateList > &listRef, MemberFunc filter) const
 
TemplateVariant all () const
 
TemplateVariant functions () const
 
TemplateVariant variables () const
 
TemplateVariant typedefs () const
 
TemplateVariant enums () const
 
TemplateVariant enumValues () const
 
TemplateVariant macros () const
 
TemplateVariant properties () const
 
TemplateVariant events () const
 
TemplateVariant related () const
 
TemplateVariant fileName () const
 
TemplateVariant relPath () const
 
TemplateVariant highlight () const
 
TemplateVariant subhighlight () const
 
TemplateVariant title () const
 

Private Attributes

Cachable m_cache
 

Static Private Attributes

static PropertyMapper
< NamespaceMembersIndexContext::Private
s_inst
 

Detailed Description

Definition at line 8145 of file context.cpp.

Member Typedef Documentation

typedef bool(MemberDef::* NamespaceMembersIndexContext::Private::MemberFunc)() const

Definition at line 8175 of file context.cpp.

Constructor & Destructor Documentation

NamespaceMembersIndexContext::Private::Private ( )
inline

Definition at line 8148 of file context.cpp.

References all(), enums(), enumValues(), events(), fileName(), functions(), highlight(), Config::init(), macros(), properties(), related(), relPath(), s_inst, subhighlight(), title(), typedefs(), and variables().

{
static bool init=FALSE;
if (!init)
{
s_inst.addProperty("all", &Private::all);
s_inst.addProperty("functions", &Private::functions);
s_inst.addProperty("variables", &Private::variables);
s_inst.addProperty("typedefs", &Private::typedefs);
s_inst.addProperty("enums", &Private::enums);
s_inst.addProperty("enumValues", &Private::enumValues);
s_inst.addProperty("macros", &Private::macros);
s_inst.addProperty("properties", &Private::properties);
s_inst.addProperty("events", &Private::events);
s_inst.addProperty("related", &Private::related);
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);
init=TRUE;
}
}

Member Function Documentation

TemplateVariant NamespaceMembersIndexContext::Private::all ( ) const
inline
TemplateVariant NamespaceMembersIndexContext::Private::enums ( ) const
inline
TemplateVariant NamespaceMembersIndexContext::Private::enumValues ( ) const
inline
TemplateVariant NamespaceMembersIndexContext::Private::events ( ) const
inline

Definition at line 8236 of file context.cpp.

Referenced by Private().

{
return FALSE;
}
TemplateVariant NamespaceMembersIndexContext::Private::fileName ( ) const
inline

Definition at line 8244 of file context.cpp.

Referenced by Private().

{
return "namespacemembers";
}
TemplateVariant NamespaceMembersIndexContext::Private::functions ( ) const
inline
TemplateVariant NamespaceMembersIndexContext::Private::get ( const char *  n) const
inline

Definition at line 8171 of file context.cpp.

References s_inst.

Referenced by NamespaceMembersIndexContext::get().

{
return s_inst.get(this,n);
}
TemplateVariant NamespaceMembersIndexContext::Private::getMembersFiltered ( SharedPtr< TemplateList > &  listRef,
MemberFunc  filter 
) const
inline

Definition at line 8176 of file context.cpp.

References MemberContext::alloc(), TemplateList::alloc(), TemplateList::append(), Doxygen::functionNameSDict, SharedPtr< T >::get(), MemberDef::getNamespaceDef(), NamespaceDef::isLinkableInProject(), MemberDef::isLinkableInProject(), SDict< MemberName >::Iterator, Definition::name(), and SharedPtr< T >::reset().

Referenced by all(), enums(), enumValues(), functions(), typedefs(), and variables().

{
if (!listRef)
{
for (fnli.toFirst();(mn=fnli.current());++fnli)
{
MemberDef *md;
for (mni.toFirst();(md=mni.current());++mni)
{
if (nd && nd->isLinkableInProject() &&
!md->name().isEmpty() && md->isLinkableInProject())
{
if (filter==0 || (md->*filter)())
{
}
}
}
}
listRef.reset(list);
}
return listRef.get();
}
TemplateVariant NamespaceMembersIndexContext::Private::highlight ( ) const
inline

Definition at line 8252 of file context.cpp.

Referenced by Private().

{
return "namespaces";
}
TemplateVariant NamespaceMembersIndexContext::Private::macros ( ) const
inline

Definition at line 8228 of file context.cpp.

Referenced by Private().

{
return FALSE;
}
TemplateVariant NamespaceMembersIndexContext::Private::properties ( ) const
inline

Definition at line 8232 of file context.cpp.

Referenced by Private().

{
return FALSE;
}
TemplateVariant NamespaceMembersIndexContext::Private::related ( ) const
inline

Definition at line 8240 of file context.cpp.

Referenced by Private().

{
return FALSE;
}
TemplateVariant NamespaceMembersIndexContext::Private::relPath ( ) const
inline

Definition at line 8248 of file context.cpp.

Referenced by Private().

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

Definition at line 8256 of file context.cpp.

Referenced by Private().

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

Definition at line 8260 of file context.cpp.

References theTranslator, and Translator::trNamespaceMembers().

Referenced by Private().

TemplateVariant NamespaceMembersIndexContext::Private::typedefs ( ) const
inline
TemplateVariant NamespaceMembersIndexContext::Private::variables ( ) const
inline

Member Data Documentation

Cachable NamespaceMembersIndexContext::Private::m_cache
mutableprivate

Definition at line 8275 of file context.cpp.

Referenced by all(), enums(), enumValues(), functions(), typedefs(), and variables().

PropertyMapper< NamespaceMembersIndexContext::Private > NamespaceMembersIndexContext::Private::s_inst
staticprivate

Definition at line 8276 of file context.cpp.

Referenced by get(), and Private().


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