• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

KDECore

  • sources
  • kde-4.14
  • kdelibs
  • kdecore
  • kernel
Macros | Functions | Variables
kauthorized.cpp File Reference
#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; \
else if (s[s.length()-1] == QLatin1Char('!')) \
{ b = false; s.truncate(s.length()-1); } \
else b = true;
QLatin1Char

Definition at line 49 of file kauthorized.cpp.

#define checkStartWildCard (   s,
  b 
)
Value:
if (s.isEmpty()) b = true; \
else if (s[0] == QLatin1Char('*')) \
{ b = true; s = s.mid(1); } \
else b = false;
QLatin1Char

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 void initUrlActionRestrictions ( )
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

KDE's Doxygen guidelines are available online.

KDECore

Skip menu "KDECore"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal