18 #ifndef CUTELYST_DISPATCHER_H
19 #define CUTELYST_DISPATCHER_H
21 #include <QtCore/qobject.h>
22 #include <QtCore/qhash.h>
23 #include <QtCore/qstringlist.h>
25 #include <Cutelyst/action.h>
26 #include <Cutelyst/cutelyst_global.h>
33 class DispatcherPrivate;
118 void prepareAction(
Context *c);
124 DispatcherPrivate *d_ptr;
This class represents a Cutelyst Action.
The Cutelyst Application.
The Cutelyst Component base class.
Cutelyst Controller base class
The Cutelyst namespace holds all public Cutelyst API.