|
Doxygen
|
#include <context.h>
类 PageContext 继承关系图:
PageContext 的协作图:类 | |
| class | Private |
Public 成员函数 | |
| virtual TemplateVariant | get (const QCString &name) const |
| Gets the value for a field name. 更多... | |
| virtual StringVector | fields () const |
| Return the list of fields. 更多... | |
| PageContext (const PageDef *, bool isMainPage, bool isExample) | |
| virtual | ~PageContext () |
Public 成员函数 继承自 TemplateStructIntf | |
| virtual | ~TemplateStructIntf () |
| Destroys the struct 更多... | |
静态 Public 成员函数 | |
| static TemplateStructIntfPtr | alloc (const PageDef *pd, bool isMainPage, bool isExample) |
Private 属性 | |
| std::unique_ptr< Private > | p |
| PageContext::PageContext | ( | const PageDef * | pd, |
| bool | isMainPage, | ||
| bool | isExample | ||
| ) |
在文件 context.cpp 第 3374 行定义.
|
virtual |
在文件 context.cpp 第 3378 行定义.
|
inlinestatic |
引用了 isMainPage.
被这些函数引用 PageListContext::Private::addPages(), ModuleContext::Private::createExamples(), NestingNodeContext::Private::createPage(), ModuleContext::Private::createPages(), generateOutputViaTemplate() , 以及 ExampleListContext::Private::Private().
|
virtual |
|
virtual |
Gets the value for a field name.
| [in] | name | The name of the field. |
实现了 TemplateStructIntf.
在文件 context.cpp 第 3382 行定义.
引用了 p.
|
private |