cutelyst 3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Cutelyst::RenderViewFactory Class Referencefinal
Inheritance diagram for Cutelyst::RenderViewFactory:

Public Member Functions

virtual ComponentcreateComponent (QObject *parent) override

Detailed Description

Definition at line 34 of file renderview.h.

Member Function Documentation

◆ createComponent()

virtual Component * Cutelyst::RenderViewFactory::createComponent ( QObject * parent)
inlineoverridevirtual

Component plugins should reimplement this to get a new instace of their component

Implements Cutelyst::ComponentFactory.

Definition at line 42 of file renderview.h.