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>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
◆ checkEqual
Definition at line 59 of file kauthorized.cpp.
◆ checkExactMatch
Value:
else b = true;
Definition kaboutdata.h:33
Definition at line 49 of file kauthorized.cpp.
◆ checkStartWildCard
Value:
else b = false;
Definition at line 54 of file kauthorized.cpp.
◆ MY_D
| #define MY_D KAuthorizedPrivate *d=authPrivate(); |
Definition at line 212 of file kauthorized.cpp.
Function Documentation
◆ initUrlActionRestrictions()
Definition at line 258 of file kauthorized.cpp.
Variable Documentation
◆ kde_kiosk_exception
|
extern |
Definition at line 162 of file kcomponentdata.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.