|
Doxygen
|
Class representing a variable in a template 更多...
类 TemplateNodeVariable 继承关系图:
TemplateNodeVariable 的协作图:Public 成员函数 | |
| TemplateNodeVariable (TemplateParser *parser, TemplateNode *parent, int line, const QCString &var) | |
| ~TemplateNodeVariable () | |
| void | render (TextStream &ts, TemplateContext *c) |
Public 成员函数 继承自 TemplateNode | |
| TemplateNode (TemplateNode *parent) | |
| virtual | ~TemplateNode () |
| TemplateNode * | parent () |
Private 属性 | |
| QCString | m_templateName |
| int | m_line = 0 |
| ExprAstPtr | m_var |
Class representing a variable in a template
在文件 template.cpp 第 2971 行定义.
|
inline |
在文件 template.cpp 第 2974 行定义.
引用了 m_templateName, m_var, ExpressionParser::parse(), qPrint(), TRACE , 以及 TemplateParser::warn().
|
inline |
在文件 template.cpp 第 2985 行定义.
|
inlinevirtual |
实现了 TemplateNode.
在文件 template.cpp 第 2989 行定义.
引用了 TemplateVariant::call(), TemplateEscapeIntf::escape(), TemplateContextImpl::escapeIntf(), TemplateVariant::isFunction(), m_line, m_templateName, m_var, TemplateContextImpl::needsRecoding(), TemplateVariant::raw(), TemplateContextImpl::recode(), TemplateContextImpl::setLocation(), TemplateVariant::toString() , 以及 TRACE.
|
private |
在文件 template.cpp 第 3030 行定义.
被这些函数引用 render().
|
private |
在文件 template.cpp 第 3029 行定义.
被这些函数引用 render() , 以及 TemplateNodeVariable().
|
private |
在文件 template.cpp 第 3031 行定义.
被这些函数引用 render() , 以及 TemplateNodeVariable().