My Project
|
Public Member Functions | |
Private (ClassDef *cd, MemberList *ml, const QCString &title) | |
TemplateVariant | get (const char *n) const |
virtual | ~Private () |
TemplateVariant | getClass () const |
TemplateVariant | title () const |
TemplateVariant | members () const |
TemplateVariant | id () const |
TemplateVariant | inheritedFrom () const |
Private Attributes | |
ClassDef * | m_class |
MemberList * | m_memberList |
QCString | m_title |
SharedPtr< ClassContext > | m_classCtx |
SharedPtr< MemberListContext > | m_memberListCtx |
SharedPtr< TemplateList > | m_inheritedFrom |
Static Private Attributes | |
static PropertyMapper < InheritedMemberInfoContext::Private > | s_inst |
Definition at line 9013 of file context.cpp.
|
inline |
Definition at line 9016 of file context.cpp.
References getClass(), id(), inheritedFrom(), Config::init(), members(), s_inst, and title().
|
inlinevirtual |
|
inline |
Definition at line 9030 of file context.cpp.
References s_inst.
Referenced by InheritedMemberInfoContext::get().
|
inline |
Definition at line 9038 of file context.cpp.
References ClassContext::alloc(), SharedPtr< T >::get(), m_class, m_classCtx, and SharedPtr< T >::reset().
Referenced by inheritedFrom(), and Private().
|
inline |
Definition at line 9058 of file context.cpp.
References ClassDef::getOutputFileBase(), MemberList::listType(), MemberList::listTypeAsString(), m_class, m_memberList, stripPath(), and substitute().
Referenced by Private().
|
inline |
Definition at line 9063 of file context.cpp.
References TemplateList::alloc(), TemplateList::append(), SharedPtr< T >::get(), getClass(), m_inheritedFrom, SharedPtr< T >::reset(), and title().
Referenced by Private().
|
inline |
Definition at line 9050 of file context.cpp.
References MemberListContext::alloc(), SharedPtr< T >::get(), m_memberList, m_memberListCtx, and SharedPtr< T >::reset().
Referenced by Private().
|
inline |
Definition at line 9046 of file context.cpp.
References m_title.
Referenced by inheritedFrom(), and Private().
|
private |
Definition at line 9075 of file context.cpp.
Referenced by getClass(), and id().
|
mutableprivate |
Definition at line 9078 of file context.cpp.
Referenced by getClass().
|
mutableprivate |
Definition at line 9080 of file context.cpp.
Referenced by inheritedFrom().
|
private |
Definition at line 9076 of file context.cpp.
Referenced by id(), members(), and ~Private().
|
mutableprivate |
Definition at line 9079 of file context.cpp.
Referenced by members().
|
private |
Definition at line 9077 of file context.cpp.
Referenced by title().
|
staticprivate |
Definition at line 9081 of file context.cpp.