Class representing a 'for' tag in a template. More...
Public Member Functions | |
| TemplateNodeFor (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
| ~TemplateNodeFor () | |
| void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNodeCreator< TemplateNodeFor > | |
| TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
| TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
| TemplateNode (TemplateNode *parent) | |
| virtual | ~TemplateNode () |
| TemplateNode * | parent () |
Private Attributes | |
| bool | m_reversed |
| ExprAst * | m_expr |
| QValueList< QCString > | m_vars |
| TemplateNodeList | m_loopNodes |
| TemplateNodeList | m_emptyNodes |
Additional Inherited Members | |
Static Public Member Functions inherited from TemplateNodeCreator< TemplateNodeFor > | |
| static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions inherited from TemplateNodeCreator< TemplateNodeFor > | |
| void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes inherited from TemplateNodeCreator< TemplateNodeFor > | |
| QCString | m_templateName |
| int | m_line |
Class representing a 'for' tag in a template.
Definition at line 3048 of file template.cpp.
|
inline |
Definition at line 3051 of file template.cpp.
|
inline |
Definition at line 3111 of file template.cpp.
|
inlinevirtual |
Implements TemplateNode.
Definition at line 3116 of file template.cpp.
|
private |
Definition at line 3199 of file template.cpp.
|
private |
Definition at line 3196 of file template.cpp.
|
private |
Definition at line 3198 of file template.cpp.
|
private |
Definition at line 3195 of file template.cpp.
|
private |
Definition at line 3197 of file template.cpp.
1.8.11