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

KDECore

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.


Defines

#define checkEqual(s, b)   b = (s == "=");
#define checkExactMatch(s, b)
#define checkStartWildCard(s, b)
#define MY_D   KAuthorizedPrivate *d=authPrivate();

Functions

static void initUrlActionRestrictions ()

Variables

bool kde_kiosk_exception

Define Documentation

#define checkEqual ( s,
b   )     b = (s == "=");

Definition at line 62 of file kauthorized.cpp.

#define checkExactMatch ( s,
b   ) 

Value:

if (s.isEmpty()) b = true; \
        else if (s[s.length()-1] == '!') \
        { b = false; s.truncate(s.length()-1); } \
        else b = true;

Definition at line 52 of file kauthorized.cpp.

#define checkStartWildCard ( s,
b   ) 

Value:

if (s.isEmpty()) b = true; \
        else if (s[0] == '*') \
        { b = true; s = s.mid(1); } \
        else b = false;

Definition at line 57 of file kauthorized.cpp.

#define MY_D   KAuthorizedPrivate *d=authPrivate();

Definition at line 215 of file kauthorized.cpp.


Function Documentation

static void initUrlActionRestrictions (  )  [static]

Definition at line 261 of file kauthorized.cpp.


Variable Documentation

bool kde_kiosk_exception

Definition at line 158 of file kcomponentdata.cpp.

KDECore

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

kdelibs

Skip menu "kdelibs"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • Kate
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  •   WTF
  • kjsembed
  • KNewStuff
  • KParts
  • Kross
  • KUtils
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.7
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal