My Project
|
Helper class for creating template AST tag nodes and returning the template for a given node. More...
Public Member Functions | |
TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
TemplateNode (TemplateNode *parent) | |
virtual | ~TemplateNode () |
virtual void | render (FTextStream &ts, TemplateContext *c)=0 |
TemplateNode * | parent () |
Static Public Member Functions | |
static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions | |
void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes | |
QCString | m_templateName |
int | m_line |
Helper class for creating template AST tag nodes and returning the template for a given node.
Definition at line 2802 of file template.cpp.
|
inline |
Definition at line 2805 of file template.cpp.
|
inlinestatic |
Definition at line 2807 of file template.cpp.
|
inline |
Definition at line 2814 of file template.cpp.
|
inlineprotected |
Definition at line 2824 of file template.cpp.
|
protected |
Definition at line 2856 of file template.cpp.
Referenced by TemplateNodeBlock::render().
|
protected |
Definition at line 2855 of file template.cpp.
Referenced by TemplateNodeBlock::render().