|
Kactus2
Kactus2 reference guide
|
#include <KactusAPI/KactusAPIGlobal.h>#include <QObject>#include <QRegularExpression>Go to the source code of this file.
Classes | |
| struct | Utils::FilterOptions |
| struct | Utils::FirmnessOptions |
| Contains the Re-usability search filters. More... | |
| struct | Utils::HierarchyOptions |
| Contains the search settings for hierarchy. More... | |
| struct | Utils::ImplementationOptions |
| Contains firmness search settings. More... | |
| struct | Utils::RevisionOptions |
| struct | Utils::TypeOptions |
| Contains the search options for document types. More... | |
| struct | Utils::ValidityOptions |
Namespaces | |
| namespace | Utils |
Functions | |
| KACTUS2_API QString | Utils::getCurrentUser () |
| const QRegularExpression | Utils::URL_VALIDITY_REG_EXP ("^[a-z]{3,9}[:][/]{2}[a-z0-9]+([-.][a-z0-9]+)*([/][-a-z0-9_.;,?=&%#~+]*)*$", QRegularExpression::CaseInsensitiveOption) |
| Regular expression to validate URLs. | |