Class representing an 'with' tag in a template. More...
Classes | |
struct | Mapping |
Public Member Functions | |
TemplateNodeWith (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
~TemplateNodeWith () | |
void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNodeCreator< TemplateNodeWith > | |
TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
TemplateNode (TemplateNode *parent) | |
virtual | ~TemplateNode () |
TemplateNode * | parent () |
Private Attributes | |
TemplateNodeList | m_nodes |
QList< Mapping > | m_args |
Additional Inherited Members | |
Static Public Member Functions inherited from TemplateNodeCreator< TemplateNodeWith > | |
static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions inherited from TemplateNodeCreator< TemplateNodeWith > | |
void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes inherited from TemplateNodeCreator< TemplateNodeWith > | |
QCString | m_templateName |
int | m_line |
Class representing an 'with' tag in a template.
Definition at line 3854 of file template.cpp.
|
inline |
Definition at line 3864 of file template.cpp.
|
inline |
Definition at line 3897 of file template.cpp.
|
inlinevirtual |
Implements TemplateNode.
Definition at line 3900 of file template.cpp.
Definition at line 3918 of file template.cpp.
|
private |
Definition at line 3917 of file template.cpp.