KDECore
#include "kauthorized.h"#include <QtCore/QDir>#include <QtCore/QRegExp>#include <QList>#include <QCoreApplication>#include <kglobal.h>#include <ksharedconfig.h>#include <kprotocolinfo.h>#include <kstandarddirs.h>#include <stdlib.h>#include <unistd.h>#include <netdb.h>#include <kurl.h>#include <kconfiggroup.h>#include <QMutex>#include <QMutexLocker>#include <QtCore/QBool>
Include dependency graph for kauthorized.cpp:

Go to the source code of this file.
Macros | |
| #define | checkEqual(s, b) b = (s == QString::fromLatin1("=")); |
| #define | checkExactMatch(s, b) |
| #define | checkStartWildCard(s, b) |
| #define | MY_D KAuthorizedPrivate *d=authPrivate(); |
Functions | |
| static void | initUrlActionRestrictions () |
Variables | |
| bool | kde_kiosk_exception |
Macro Definition Documentation
| #define checkEqual | ( | s, | |
| b | |||
| ) | b = (s == QString::fromLatin1("=")); |
Definition at line 59 of file kauthorized.cpp.
| #define checkExactMatch | ( | s, | |
| b | |||
| ) |
Value:
if (s.isEmpty()) b = true; \
{ b = false; s.truncate(s.length()-1); } \
else b = true;
Definition at line 49 of file kauthorized.cpp.
| #define checkStartWildCard | ( | s, | |
| b | |||
| ) |
Value:
if (s.isEmpty()) b = true; \
{ b = true; s = s.mid(1); } \
else b = false;
Definition at line 54 of file kauthorized.cpp.
| #define MY_D KAuthorizedPrivate *d=authPrivate(); |
Definition at line 212 of file kauthorized.cpp.
Function Documentation
|
static |
Definition at line 258 of file kauthorized.cpp.
Variable Documentation
| bool kde_kiosk_exception |
Definition at line 162 of file kcomponentdata.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference