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