Definition at line 37 of file templatetag.h.
◆ TemplateTagNode()
| TemplateTagNode::TemplateTagNode |
( |
const QString & |
tagName, |
|
|
QObject * |
parent = {} |
|
) |
| |
|
explicit |
The expression. Nodes to render if the expression is true Nodes to render if the expression is false
Definition at line 55 of file templatetag.cpp.
◆ isKeyword()
| bool TemplateTagNode::isKeyword |
( |
const QString & |
name | ) |
|
|
static |
◆ render()
Reimplement this to render the template in the Context c.
This will also involve calling render on and child nodes.
Implements Cutelee::Node.
Definition at line 81 of file templatetag.cpp.