My Project
|
Classes | |
struct | Cachable |
Public Member Functions | |
Private (Definition *def, const QCString &relPath, const MemberList *ml, const QCString &title, const QCString &subtitle) | |
TemplateVariant | get (const char *n) const |
TemplateVariant | members () const |
TemplateVariant | title () const |
TemplateVariant | subtitle () const |
TemplateVariant | anchor () const |
TemplateVariant | memberGroups () const |
TemplateVariant | inherited () const |
Private Attributes | |
Definition * | m_def |
const MemberList * | m_memberList |
QCString | m_relPath |
QCString | m_title |
QCString | m_subtitle |
Cachable | m_cache |
Static Private Attributes | |
static PropertyMapper < MemberListInfoContext::Private > | s_inst |
Definition at line 8901 of file context.cpp.
|
inline |
Definition at line 8904 of file context.cpp.
References anchor(), inherited(), Config::init(), memberGroups(), members(), s_inst, subtitle(), and title().
|
inline |
Definition at line 8943 of file context.cpp.
References MemberList::listType(), MemberList::listTypeAsString(), and m_memberList.
Referenced by Private().
|
inline |
Definition at line 8923 of file context.cpp.
References s_inst.
Referenced by MemberListInfoContext::get().
|
inline |
Definition at line 8955 of file context.cpp.
References InheritedMemberInfoListContext::addMemberList(), InheritedMemberInfoListContext::alloc(), DefinitionIntf::definitionType(), SharedPtr< T >::get(), MemberListInfoContext::Private::Cachable::inherited, MemberList::listType(), m_cache, m_def, m_memberList, m_title, MemberListType_detailedLists, SharedPtr< T >::reset(), and DefinitionIntf::TypeClass.
Referenced by Private().
|
inline |
Definition at line 8947 of file context.cpp.
References MemberGroupListContext::alloc(), SharedPtr< T >::get(), MemberList::getMemberGroupList(), m_cache, m_def, m_memberList, m_relPath, MemberListInfoContext::Private::Cachable::memberGroups, and SharedPtr< T >::reset().
Referenced by Private().
|
inline |
Definition at line 8927 of file context.cpp.
References MemberListContext::alloc(), SharedPtr< T >::get(), m_cache, m_memberList, MemberListInfoContext::Private::Cachable::memberListContext, and SharedPtr< T >::reset().
Referenced by Private().
|
inline |
|
inline |
|
mutableprivate |
Definition at line 8985 of file context.cpp.
Referenced by inherited(), memberGroups(), and members().
|
private |
Definition at line 8974 of file context.cpp.
Referenced by inherited(), and memberGroups().
|
private |
Definition at line 8975 of file context.cpp.
Referenced by anchor(), inherited(), memberGroups(), and members().
|
private |
Definition at line 8976 of file context.cpp.
Referenced by memberGroups().
|
private |
Definition at line 8978 of file context.cpp.
Referenced by subtitle().
|
private |
Definition at line 8977 of file context.cpp.
Referenced by inherited(), and title().
|
staticprivate |
Definition at line 8986 of file context.cpp.