|
Cutelee 6.1.0
|

Public Types | |
| enum | State { On , Off } |
Public Member Functions | |
| AutoescapeNode (int state, QObject *parent={}) | |
| void | render (OutputStream *stream, Context *c) const override |
| void | setList (const NodeList &list) |
Public Member Functions inherited from Cutelee::Node | |
| Node (QObject *parent={}) | |
| ~Node () override | |
Additional Inherited Members | |
Protected Member Functions inherited from Cutelee::Node | |
| TemplateImpl * | containerTemplate () const |
| void | streamValueInContext (OutputStream *stream, const QVariant &input, Cutelee::Context *c) const |
Definition at line 37 of file autoescape.h.
| enum AutoescapeNode::State |
Definition at line 41 of file autoescape.h.
|
explicit |
Definition at line 66 of file autoescape.cpp.
|
overridevirtual |
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 73 of file autoescape.cpp.
References Cutelee::NodeList::render().
| void AutoescapeNode::setList | ( | const NodeList & | list | ) |
Definition at line 71 of file autoescape.cpp.