cutelyst
4.5.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
Public Member Functions | |
virtual Component * | createComponent (QObject *parent=nullptr)=0 |
Definition at line 14 of file componentfactory.h.
|
pure virtual |
Component plugins should reimplement this to get a new instace of their component
Implemented in Cutelyst::CutelystRoleACL, Cutelyst::CutelystActionREST, and Cutelyst::CutelystActionRenderView.
Referenced by Cutelyst::Application::createComponentPlugin().