Class representing a 'range' tag in a template. More...
Public Member Functions | |
| TemplateNodeRange (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
| ~TemplateNodeRange () | |
| void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNodeCreator< TemplateNodeRange > | |
| 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_down |
| ExprAst * | m_startExpr |
| ExprAst * | m_endExpr |
| QCString | m_var |
| TemplateNodeList | m_loopNodes |
Additional Inherited Members | |
Static Public Member Functions inherited from TemplateNodeCreator< TemplateNodeRange > | |
| static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions inherited from TemplateNodeCreator< TemplateNodeRange > | |
| void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes inherited from TemplateNodeCreator< TemplateNodeRange > | |
| QCString | m_templateName |
| int | m_line |
Class representing a 'range' tag in a template.
Definition at line 2878 of file template.cpp.
|
inline |
Definition at line 2881 of file template.cpp.
|
inline |
Definition at line 2949 of file template.cpp.
|
inlinevirtual |
Implements TemplateNode.
Definition at line 2955 of file template.cpp.
|
private |
Definition at line 3038 of file template.cpp.
|
private |
Definition at line 3040 of file template.cpp.
|
private |
Definition at line 3042 of file template.cpp.
|
private |
Definition at line 3039 of file template.cpp.
|
private |
Definition at line 3041 of file template.cpp.
1.8.11