5 #ifndef CUTELYST_DISPATCHER_H 6 #define CUTELYST_DISPATCHER_H 8 #include <Cutelyst/action.h> 9 #include <Cutelyst/cutelyst_global.h> 11 #include <QtCore/qhash.h> 12 #include <QtCore/qobject.h> 13 #include <QtCore/qstringlist.h> 20 class DispatcherPrivate;
108 void prepareAction(
Context *c);
114 DispatcherPrivate *d_ptr;
122 #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.