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>
20class DispatcherPrivate;
108 void prepareAction(
Context *c);
114 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.