Class representing an 'tree' tag in a template. More...
Classes | |
| struct | TreeContext |
Public Member Functions | |
| TemplateNodeTree (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
| ~TemplateNodeTree () | |
| QCString | renderChildren (const TreeContext *ctx) |
| void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNodeCreator< TemplateNodeTree > | |
| TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
| TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
| TemplateNode (TemplateNode *parent) | |
| virtual | ~TemplateNode () |
| TemplateNode * | parent () |
Static Public Member Functions | |
| static TemplateVariant | renderChildrenStub (const void *ctx, const QValueList< TemplateVariant > &) |
Static Public Member Functions inherited from TemplateNodeCreator< TemplateNodeTree > | |
| static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Private Attributes | |
| ExprAst * | m_treeExpr |
| TemplateNodeList | m_treeNodes |
Additional Inherited Members | |
Protected Member Functions inherited from TemplateNodeCreator< TemplateNodeTree > | |
| void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes inherited from TemplateNodeCreator< TemplateNodeTree > | |
| QCString | m_templateName |
| int | m_line |
Class representing an 'tree' tag in a template.
Definition at line 3594 of file template.cpp.
|
inline |
Definition at line 3605 of file template.cpp.
|
inline |
Definition at line 3621 of file template.cpp.
|
inlinevirtual |
Implements TemplateNode.
Definition at line 3682 of file template.cpp.
|
inline |
Definition at line 3630 of file template.cpp.
|
inlinestatic |
Definition at line 3625 of file template.cpp.
|
private |
Definition at line 3702 of file template.cpp.
|
private |
Definition at line 3703 of file template.cpp.
1.8.11