8 #include <Cutelyst/cutelyst_global.h> 10 #include <QtCore/qobject.h> 11 #include <QtCore/qstringlist.h> 23 enum MatchType { NoMatch = 0, PartialMatch, ExactMatch };
58 virtual bool registerAction(
Action *action);
70 virtual bool inUse() = 0;
77 virtual bool isLowPrecedence()
const;
91 #endif // DISPATCHTYPE_H
This class represents a Cutelyst Action.
The Cutelyst namespace holds all public Cutelyst API.
The Cutelyst Application.