|
Doxygen
|
Class representing an 'cycle' tag in a template 更多...
类 TemplateNodeCycle 继承关系图:
TemplateNodeCycle 的协作图:Public 成员函数 | |
| TemplateNodeCycle (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
| void | render (TextStream &ts, TemplateContext *c) |
Public 成员函数 继承自 TemplateNodeCreator< TemplateNodeCycle > | |
| TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
| TemplateImpl * | getTemplate () |
Public 成员函数 继承自 TemplateNode | |
| TemplateNode (TemplateNode *parent) | |
| virtual | ~TemplateNode () |
| TemplateNode * | parent () |
Private 属性 | |
| size_t | m_index = 0 |
| ExprAstList | m_args |
额外继承的成员函数 | |
静态 Public 成员函数 继承自 TemplateNodeCreator< TemplateNodeCycle > | |
| static TemplateNodePtr | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected 成员函数 继承自 TemplateNodeCreator< TemplateNodeCycle > | |
| void | mkpath (const TemplateContextImpl *ci, const std::string &fileName) |
Protected 属性 继承自 TemplateNodeCreator< TemplateNodeCycle > | |
| QCString | m_templateName |
| int | m_line |
Class representing an 'cycle' tag in a template
在文件 template.cpp 第 4248 行定义.
|
inline |
在文件 template.cpp 第 4251 行定义.
引用了 m_args, m_index, ExpressionParser::parse(), qPrint(), split(), TemplateParser::templateName(), TRACE , 以及 TemplateParser::warn().
|
inlinevirtual |
实现了 TemplateNode.
在文件 template.cpp 第 4274 行定义.
引用了 TemplateVariant::call(), TemplateEscapeIntf::escape(), TemplateContextImpl::escapeIntf(), TemplateVariant::isFunction(), m_args, m_index, TemplateNodeCreator< TemplateNodeCycle >::m_line, TemplateNodeCreator< TemplateNodeCycle >::m_templateName, TemplateContextImpl::needsRecoding(), TemplateVariant::raw(), TemplateContextImpl::recode(), TemplateContextImpl::setLocation() , 以及 TemplateVariant::toString().
|
private |
在文件 template.cpp 第 4316 行定义.
被这些函数引用 render() , 以及 TemplateNodeCycle().
|
private |
在文件 template.cpp 第 4315 行定义.
被这些函数引用 render() , 以及 TemplateNodeCycle().