Class representing an 'if' tag in a template. More...
Classes | |
| struct | GuardedNodes |
Public Member Functions | |
| TemplateNodeIf (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) | |
| ~TemplateNodeIf () | |
| void | render (FTextStream &ts, TemplateContext *c) |
Public Member Functions inherited from TemplateNodeCreator< TemplateNodeIf > | |
| TemplateNodeCreator (TemplateParser *parser, TemplateNode *parent, int line) | |
| TemplateImpl * | getTemplate () |
Public Member Functions inherited from TemplateNode | |
| TemplateNode (TemplateNode *parent) | |
| virtual | ~TemplateNode () |
| TemplateNode * | parent () |
Private Attributes | |
| QList< GuardedNodes > | m_ifGuardedNodes |
| TemplateNodeList | m_falseNodes |
Additional Inherited Members | |
Static Public Member Functions inherited from TemplateNodeCreator< TemplateNodeIf > | |
| static TemplateNode * | createInstance (TemplateParser *parser, TemplateNode *parent, int line, const QCString &data) |
Protected Member Functions inherited from TemplateNodeCreator< TemplateNodeIf > | |
| void | mkpath (TemplateContextImpl *ci, const QCString &fileName) |
Protected Attributes inherited from TemplateNodeCreator< TemplateNodeIf > | |
| QCString | m_templateName |
| int | m_line |
Class representing an 'if' tag in a template.
Definition at line 2722 of file template.cpp.
|
inline |
Definition at line 2725 of file template.cpp.
|
inline |
Definition at line 2773 of file template.cpp.
|
inlinevirtual |
Implements TemplateNode.
Definition at line 2777 of file template.cpp.
|
private |
Definition at line 2818 of file template.cpp.
|
private |
Definition at line 2817 of file template.cpp.
1.8.11