|
Doxygen
|
Class representing an 'include' tag in a template 更多...
类 TemplateNodeInclude 继承关系图:
TemplateNodeInclude 的协作图:Public 成员函数 | |
| TemplateNodeInclude (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
| void | render (TextStream &ts, TemplateContext *c) |
Public 成员函数 继承自 TemplateNodeCreator< TemplateNodeInclude > | |
| TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
| TemplateImpl * | getTemplate () |
Public 成员函数 继承自 TemplateNode | |
| TemplateNode (TemplateNode *parent) | |
| virtual | ~TemplateNode () |
| TemplateNode * | parent () |
Private 属性 | |
| ExprAstPtr | m_includeExpr |
额外继承的成员函数 | |
静态 Public 成员函数 继承自 TemplateNodeCreator< TemplateNodeInclude > | |
| static TemplateNodePtr | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected 成员函数 继承自 TemplateNodeCreator< TemplateNodeInclude > | |
| void | mkpath (const TemplateContextImpl *ci, const std::string &fileName) |
Protected 属性 继承自 TemplateNodeCreator< TemplateNodeInclude > | |
| QCString | m_templateName |
| int | m_line |
Class representing an 'include' tag in a template
在文件 template.cpp 第 3754 行定义.
|
inline |
|
inlinevirtual |
实现了 TemplateNode.
在文件 template.cpp 第 3768 行定义.
引用了 TemplateImpl::engine(), TemplateNodeCreator< TemplateNodeInclude >::getTemplate(), QCString::isEmpty(), TemplateEngine::loadByName(), m_includeExpr, TemplateNodeCreator< TemplateNodeInclude >::m_line, TemplateNodeCreator< TemplateNodeInclude >::m_templateName, qPrint(), TemplateImpl::render(), TemplateContextImpl::setLocation(), TemplateEngine::unload() , 以及 TemplateContextImpl::warn().
|
private |
在文件 template.cpp 第 3802 行定义.
被这些函数引用 render() , 以及 TemplateNodeInclude().