Cutelee 6.2.0
TestLibraryTag Class Reference
Inheritance diagram for TestLibraryTag:

Public Member Functions

 TestLibraryTag (Parser *parser=nullptr)
void render (Cutelee::OutputStream *stream, Cutelee::Context *gc) const override
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

Detailed Description

Definition at line 61 of file testinsertlibrary.cpp.

Constructor & Destructor Documentation

◆ TestLibraryTag()

TestLibraryTag::TestLibraryTag ( Parser * parser = nullptr)
inlineexplicit

Definition at line 65 of file testinsertlibrary.cpp.

Member Function Documentation

◆ render()

void TestLibraryTag::render ( Cutelee::OutputStream * stream,
Cutelee::Context * c ) const
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 76 of file testinsertlibrary.cpp.