My Project
|
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 3542 of file template.cpp.
|
inline |
Definition at line 3545 of file template.cpp.
References m_includeExpr, TemplateNodeCreator< TemplateNodeInclude >::m_templateName, ExpressionParser::parse(), TRACE, and TemplateParser::warn().
|
inline |
|
inlinevirtual |
Implements TemplateNode.
Definition at line 3560 of file template.cpp.
References TemplateImpl::engine(), TemplateNodeCreator< TemplateNodeInclude >::getTemplate(), TemplateEngine::loadByName(), m_includeExpr, TemplateNodeCreator< TemplateNodeInclude >::m_line, TemplateNodeCreator< TemplateNodeInclude >::m_templateName, TemplateImpl::render(), ExprAst::resolve(), TemplateContextImpl::setLocation(), TemplateVariant::toString(), TemplateEngine::unload(), and TemplateContextImpl::warn().
|
private |
Definition at line 3594 of file template.cpp.
Referenced by render(), TemplateNodeInclude(), and ~TemplateNodeInclude().