|
cutelyst 3.9.1
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
|
| CCutelyst::ASync | |
| CCutelyst::ASyncPrivate | |
| CCutelyst::AuthenticationUser | |
| CCutelyst::Headers::Authorization | |
| CCutelyst::ComponentFactory | |
| CCutelyst::ActionRESTFactory | |
| CCutelyst::RenderViewFactory | |
| CCutelyst::RoleACLFactory | |
| CCutelyst::EngineRequest | |
| CCutelyst::Headers | |
| CCutelyst::MultiPartFormDataParser | |
| CQIODeviceBase [external] | |
| CQIODevice [external] | |
| CCutelyst::Response | |
| CCutelyst::Upload | Cutelyst Upload handles file upload request |
| CQNetworkCookie [external] | |
| CCutelyst::Cookie | The Cutelyst Cookie |
| CQObject [external] | |
| CCutelyst::ActionRESTFactory | |
| CCutelyst::Application | The Cutelyst Application |
| CCutelyst::AuthenticationCredential | |
| CCutelyst::CredentialHttp | |
| CCutelyst::CredentialPassword | |
| CCutelyst::AuthenticationStore | |
| CCutelyst::StoreHtpasswd | |
| CCutelyst::StoreMinimal | |
| CCutelyst::Component | The Cutelyst Component base class |
| CCutelyst::Action | This class represents a Cutelyst Action |
| CCutelyst::ActionChain | Holds a chain of Cutelyst Actions |
| CCutelyst::ActionREST | Automated REST Method Dispatching |
| CCutelyst::RenderView | Sensible default end action |
| CCutelyst::AuthenticationRealm | |
| CCutelyst::RoleACL | User role-based authorization action class |
| CCutelyst::View | Cutelyst View abstract view component |
| CCutelyst::ClearSilver | |
| CCutelyst::CuteleeView | |
| CCutelyst::GrantleeView | |
| CCutelyst::ViewEmail | |
| CCutelyst::ViewEmailTemplate | |
| CCutelyst::ViewJson | JSON view for your data |
| CCutelyst::Context | The Cutelyst Context |
| CCutelyst::Controller | Cutelyst Controller base class |
| CCutelyst::DispatchType | |
| CCutelyst::DispatchTypeChained | |
| CCutelyst::DispatchTypePath | |
| CCutelyst::Dispatcher | The Cutelyst Dispatcher |
| CCutelyst::Engine | The Cutelyst Engine |
| CCutelyst::Plugin | |
| CCutelyst::Authentication | |
| CCutelyst::CSRFProtection | Protect input forms against Cross Site Request Forgery (CSRF/XSRF) attacks |
| CCutelyst::LangSelect | Language selection plugin |
| CCutelyst::Memcached | Cutelyst Memcached plugin |
| CCutelyst::Session | |
| CCutelyst::StaticCompressed | Deliver static files compressed on the fly or precompressed |
| CCutelyst::StaticSimple | |
| CCutelyst::StatusMessage | |
| CCutelyst::RenderViewFactory | |
| CCutelyst::Request | |
| CCutelyst::RoleACLFactory | |
| CCutelyst::Server | |
| CCutelyst::SessionStore | |
| CCutelyst::MemcachedSessionStore | Memcached based session store |
| CCutelyst::SessionStoreFile | |
| CQIODevice [external] | |
| CQVariantMap | |
| CCutelyst::Pagination | |
| CCutelyst::Stats | |
| CCutelyst::StatusMessagePrivate | |
| CCutelyst::Sql::Transaction |
|
| CCutelyst::Validator | Validation processor for input data |
| CCutelyst::ValidatorMessages | Stores custom error messages and the input field label |
| CCutelyst::ValidatorResult | Provides information about performed validations |
| CCutelyst::ValidatorReturnType | Contains the result of a single input parameter validation |
| CCutelyst::ValidatorRule | Base class for all validator rules |
| CCutelyst::ValidatorAccepted | Checks if a field is available and has a specific value |
| CCutelyst::ValidatorAfter | Checks if a date, time or datetime is after a comparison value |
| CCutelyst::ValidatorAlpha | Validates an input field for only alphabetic content |
| CCutelyst::ValidatorAlphaDash | Checks a value for only alpha-numeric content and dashes and underscores |
| CCutelyst::ValidatorAlphaNum | Checks a value for only alpha-numeric content |
| CCutelyst::ValidatorBefore | Checks if a date, time or datetime is before a comparison value |
| CCutelyst::ValidatorBetween | Checks if a value or text length is between a minimum and maximum value |
| CCutelyst::ValidatorBoolean | Checks if a value can be casted into a boolean |
| CCutelyst::ValidatorCharNotAllowed | <Cutelyst/Plugins/Utils/validatorcharnotallowed.h> |
| CCutelyst::ValidatorConfirmed | Checks for a confirmation input field |
| CCutelyst::ValidatorDate | Checks if the input data is a valid date |
| CCutelyst::ValidatorDateTime | Checks if the input data is a valid datetime |
| CCutelyst::ValidatorDifferent | Checks if two values are different |
| CCutelyst::ValidatorDigits | Checks for digits only with optional length check |
| CCutelyst::ValidatorDigitsBetween | <Cutelyst/Plugins/Utils/validatordigitsbetween.h> |
| CCutelyst::ValidatorDomain | Checks if the value of the input field contains FQDN according to RFC 1035 |
| CCutelyst::ValidatorEmail | Checks if the value is a valid email address according to specific RFCs |
| CCutelyst::ValidatorFileSize | Checks if the input field contains a valid file size string like 1.5 GB |
| CCutelyst::ValidatorFilled | The field under validation must not be empty when it is present |
| CCutelyst::ValidatorIn | Checks if the field value is one from a list of values |
| CCutelyst::ValidatorInteger | Checks if the value is an integer |
| CCutelyst::ValidatorIp | Checks if the field value is a valid IP address |
| CCutelyst::ValidatorJson | Checks if the inut data is valid JSON |
| CCutelyst::ValidatorMax | Checks if a value is not bigger or longer than a maximum value |
| CCutelyst::ValidatorMin | Checks if a value is not smaller or shorter than a maximum value |
| CCutelyst::ValidatorNotIn | Checks if the field value is not one from a list of values |
| CCutelyst::ValidatorNumeric | Checks if the field under validation could be casted into a numeric value |
| CCutelyst::ValidatorPresent | The field under validation must be present in input data but can be empty |
| CCutelyst::ValidatorPwQuality | Validates an input field with libpwquality to check password quality |
| CCutelyst::ValidatorRegularExpression | <Cutelyst/Plugins/Utils/validatorregularexpression.h> |
| CCutelyst::ValidatorRequired | Checks if a field is available and not empty |
| CCutelyst::ValidatorRequiredIf | The field under validation must be present and not empty if the other field is equal to any value in a list |
| CCutelyst::ValidatorRequiredIfStash | <Cutelyst/Plugins/Utils/validatorrequiredifstash.h> |
| CCutelyst::ValidatorRequiredUnless | <Cutelyst/Plugins/Utils/validatorrequiredunless.h> |
| CCutelyst::ValidatorRequiredUnlessStash | <Cutelyst/Plugins/Utils/validatorrequiredunlessstash.h> |
| CCutelyst::ValidatorRequiredWith | <Cutelyst/Plugins/Utils/validatorrequiredwith.h> |
| CCutelyst::ValidatorRequiredWithAll | <Cutelyst/Plugins/Utils/validatorrequiredwithall.h> |
| CCutelyst::ValidatorRequiredWithout | <Cutelyst/Plugins/Utils/validatorrequiredwithout.h> |
| CCutelyst::ValidatorRequiredWithoutAll | <Cutelyst/Plugins/Utils/validatorrequiredwithoutall.h> |
| CCutelyst::ValidatorSame | The given field must match the field under validation |
| CCutelyst::ValidatorSize | The field under validation must have a size matching the given value |
| CCutelyst::ValidatorTime | Checks if the input data is a valid time |
| CCutelyst::ValidatorUrl | The field under validation must be a valid URL |
| CWSGI | Implements a WSGI server |