Cutelyst  2.13.0
Public Member Functions | List of all members
Cutelyst::RenderViewFactory Class Referencefinal
Inheritance diagram for Cutelyst::RenderViewFactory:
Inheritance graph
[legend]

Public Member Functions

virtual ComponentcreateComponent (QObject *parent) override
 

Detailed Description

Definition at line 47 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 53 of file renderview.h.