Class representing an 'include' tag in a template. More...
Public Member Functions | |
| TemplateNodeInclude (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
| ~TemplateNodeInclude () | |
| void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNodeCreator< TemplateNodeInclude > | |
| TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
| TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
| TemplateNode (TemplateNode *parent) | |
| virtual | ~TemplateNode () |
| TemplateNode * | parent () |
Private Attributes | |
| ExprAst * | m_includeExpr |
Additional Inherited Members | |
Static Public Member Functions inherited from TemplateNodeCreator< TemplateNodeInclude > | |
| static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions inherited from TemplateNodeCreator< TemplateNodeInclude > | |
| void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes inherited from TemplateNodeCreator< TemplateNodeInclude > | |
| QCString | m_templateName |
| int | m_line |
Class representing an 'include' tag in a template.
Definition at line 3402 of file template.cpp.
|
inline |
Definition at line 3405 of file template.cpp.
|
inline |
Definition at line 3416 of file template.cpp.
|
inlinevirtual |
Implements TemplateNode.
Definition at line 3420 of file template.cpp.
|
private |
Definition at line 3454 of file template.cpp.
1.8.11