Doxygen
|
Class representing an 'if' tag in a template 更多...
类 | |
struct | GuardedNodes |
Public 成员函数 | |
TemplateNodeIf (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
~TemplateNodeIf () | |
void | render (TextStream &ts, TemplateContext *c) |
Public 成员函数 继承自 TemplateNodeCreator< TemplateNodeIf > | |
TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
TemplateImpl * | getTemplate () |
Public 成员函数 继承自 TemplateNode | |
TemplateNode (TemplateNode *parent) | |
virtual | ~TemplateNode () |
TemplateNode * | parent () |
Private 属性 | |
std::vector< std::unique_ptr< GuardedNodes > > | m_ifGuardedNodes |
TemplateNodeList | m_falseNodes |
额外继承的成员函数 | |
静态 Public 成员函数 继承自 TemplateNodeCreator< TemplateNodeIf > | |
static TemplateNodePtr | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected 成员函数 继承自 TemplateNodeCreator< TemplateNodeIf > | |
void | mkpath (const TemplateContextImpl *ci, const std::string &fileName) |
Protected 属性 继承自 TemplateNodeCreator< TemplateNodeIf > | |
QCString | m_templateName |
int | m_line |
Class representing an 'if' tag in a template
在文件 template.cpp 第 3102 行定义.
|
inline |
在文件 template.cpp 第 3105 行定义.
引用了 QCString::isEmpty(), m_falseNodes, m_ifGuardedNodes, TemplateNodeCreator< TemplateNodeIf >::m_templateName, TemplateParser::parse(), ExpressionParser::parse(), qPrint(), TemplateParser::removeNextToken(), TemplateParser::takeNextToken(), TRACE , 以及 TemplateParser::warn().
|
inline |
在文件 template.cpp 第 3149 行定义.
|
inlinevirtual |
实现了 TemplateNode.
在文件 template.cpp 第 3153 行定义.
引用了 FALSE, m_falseNodes, m_ifGuardedNodes, TemplateNodeCreator< TemplateNodeIf >::m_line, TemplateNodeCreator< TemplateNodeIf >::m_templateName, TemplateNodeList::render(), TemplateContextImpl::setLocation(), TemplateVariant::toBool(), TRUE , 以及 TemplateContextImpl::warn().
|
private |
在文件 template.cpp 第 3191 行定义.
被这些函数引用 render() , 以及 TemplateNodeIf().
|
private |
在文件 template.cpp 第 3190 行定义.
被这些函数引用 render() , 以及 TemplateNodeIf().