Class representing an 'cycle' tag in a template. More...
Public Member Functions | |
| TemplateNodeCycle (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
| void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNodeCreator< TemplateNodeCycle > | |
| TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
| TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
| TemplateNode (TemplateNode *parent) | |
| virtual | ~TemplateNode () |
| TemplateNode * | parent () |
Private Attributes | |
| uint | m_index |
| QList< ExprAst > | m_args |
Additional Inherited Members | |
Static Public Member Functions inherited from TemplateNodeCreator< TemplateNodeCycle > | |
| static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions inherited from TemplateNodeCreator< TemplateNodeCycle > | |
| void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes inherited from TemplateNodeCreator< TemplateNodeCycle > | |
| QCString | m_templateName |
| int | m_line |
Class representing an 'cycle' tag in a template.
Definition at line 3924 of file template.cpp.
|
inline |
Definition at line 3927 of file template.cpp.
|
inlinevirtual |
Implements TemplateNode.
Definition at line 3951 of file template.cpp.
Definition at line 3978 of file template.cpp.
|
private |
Definition at line 3977 of file template.cpp.
1.8.11