cutelyst 3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Public Member Functions | List of all members
Cutelyst::Plugin Class Reference
Inheritance diagram for Cutelyst::Plugin:
Inheritance graph
[legend]

Public Member Functions

 Plugin (Application *parent)
 
virtual bool setup (Application *app)
 

Detailed Description

Definition at line 17 of file plugin.h.

Constructor & Destructor Documentation

◆ Plugin()

Plugin::Plugin ( Application parent)

Constructs a new plugin object with the given Application parent.

Definition at line 12 of file plugin.cpp.

Member Function Documentation

◆ setup()

bool Plugin::setup ( Application app)
virtual