KDEUI
#include "kwallet.h"
#include <ksharedconfig.h>
#include <kdebug.h>
#include <kdeversion.h>
#include <QtGui/QApplication>
#include <QtCore/QPointer>
#include <QtGui/QWidget>
#include <ktoolinvocation.h>
#include <kglobal.h>
#include <kcomponentdata.h>
#include <kaboutdata.h>
#include <kconfiggroup.h>
#include <cassert>
#include <Carbon/Carbon.h>
#include <Security/Security.h>
#include <Security/SecKeychain.h>
#include "kwallet.moc"
Include dependency graph for kwallet_mac.cpp:
Go to the source code of this file.
Typedefs | |
typedef QMap< QString, QByteArray > | StringByteArrayMap |
typedef QMap< QString, QString > | StringStringMap |
typedef QMap< QString, StringStringMap > | StringToStringStringMapMap |
Functions | |
static QString | appid () |
static QString | asQString (CFStringRef sr) |
static QString | errorString (OSStatus s) |
static bool | isError (OSStatus s, QString *errMsg) |
static OSStatus | removeEntryImplementation (const QString &walletName, const QString &key) |
static OSStatus | writeEntryImplementation (const QString &walletName, const QString &key, const QByteArray &value) |
Typedef Documentation
typedef QMap<QString, QByteArray> StringByteArrayMap |
Definition at line 49 of file kwallet_mac.cpp.
typedef QMap<QString, QString> StringStringMap |
Definition at line 45 of file kwallet_mac.cpp.
typedef QMap<QString, StringStringMap> StringToStringStringMapMap |
Definition at line 47 of file kwallet_mac.cpp.
Function Documentation
|
static |
Definition at line 76 of file kwallet_mac.cpp.
|
static |
Definition at line 61 of file kwallet_mac.cpp.
|
static |
Definition at line 65 of file kwallet_mac.cpp.
Definition at line 70 of file kwallet_mac.cpp.
|
static |
Definition at line 89 of file kwallet_mac.cpp.
|
static |
Definition at line 551 of file kwallet_mac.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:49:17 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.