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;
132 #endif // CUTELYST_DISPATCHER_H
The Cutelyst Component base class.
This class represents a Cutelyst Action.
Cutelyst Controller base class
The Cutelyst namespace holds all public Cutelyst API.
The Cutelyst Application.