Doxygen
|
#include <context.h>
类 | |
class | Private |
Public 成员函数 | |
QCString | id () const |
virtual TemplateVariant | get (const QCString &name) const |
Gets the value for a field name. 更多... | |
virtual StringVector | fields () const |
Return the list of fields. 更多... | |
NestingNodeContext (const NestingNodeContext *parent, ContextTreeType type, const Definition *, int index, int level, bool addClasses, bool addConcepts, bool inherit, bool hideSuper, ClassDefSet &visitedClasses) | |
virtual | ~NestingNodeContext () |
Public 成员函数 继承自 TemplateStructIntf | |
virtual | ~TemplateStructIntf () |
Destroys the struct 更多... | |
静态 Public 成员函数 | |
static TemplateStructIntfPtr | alloc (const NestingNodeContext *parent, ContextTreeType type, const Definition *def, int index, int level, bool addClasses, bool addConcepts, bool inherit, bool hideSuper, ClassDefSet &visitedClasses) |
Private 属性 | |
std::unique_ptr< Private > | p |
NestingNodeContext::NestingNodeContext | ( | const NestingNodeContext * | parent, |
ContextTreeType | type, | ||
const Definition * | d, | ||
int | index, | ||
int | level, | ||
bool | addClasses, | ||
bool | addConcepts, | ||
bool | inherit, | ||
bool | hideSuper, | ||
ClassDefSet & | visitedClasses | ||
) |
在文件 context.cpp 第 5657 行定义.
|
virtual |
在文件 context.cpp 第 5667 行定义.
|
inlinestatic |
被这些函数引用 NestingContext::Private::addClass(), NestingContext::Private::addClassHierarchy(), NestingContext::Private::addConcept(), NestingContext::Private::addDerivedClasses(), NestingContext::Private::addDirs(), NestingContext::Private::addFiles(), NestingContext::Private::addMembers(), NestingContext::Private::addModules(), NestingContext::Private::addNamespace() , 以及 NestingContext::Private::addPage().
|
virtual |
|
virtual |
Gets the value for a field name.
[in] | name | The name of the field. |
实现了 TemplateStructIntf.
在文件 context.cpp 第 5671 行定义.
引用了 p.
QCString NestingNodeContext::id | ( | ) | const |
|
private |