KIO
KWalletDAdaptor Class Reference
#include <kwalletdadaptor.h>

Detailed Description
Definition at line 28 of file kwalletdadaptor.h.
Public Slots | |
void | changePassword (const QString &wallet, qlonglong wId, const QString &appid, const QDBusMessage &msg) |
int | close (int handle, bool force, const QString &appid) |
int | close (const QString &wallet, bool force) |
void | closeAllWallets () |
bool | createFolder (int handle, const QString &folder, const QString &appid) |
int | deleteWallet (const QString &wallet) |
bool | disconnectApplication (const QString &wallet, const QString &application) |
QStringList | entryList (int handle, const QString &folder, const QString &appid) |
int | entryType (int handle, const QString &folder, const QString &key, const QString &appid) |
bool | folderDoesNotExist (const QString &wallet, const QString &folder) |
QStringList | folderList (int handle, const QString &appid) |
bool | hasEntry (int handle, const QString &folder, const QString &key, const QString &appid) |
bool | hasFolder (int handle, const QString &folder, const QString &appid) |
bool | isEnabled () const |
bool | isOpen (int handle) |
bool | isOpen (const QString &wallet) |
bool | keyDoesNotExist (const QString &wallet, const QString &folder, const QString &key) |
QString | localWallet () |
QString | networkWallet () |
int | open (const QString &wallet, qlonglong wId, const QString &appid, const QDBusMessage &msg) |
int | openPath (const QString &path, qlonglong wId, const QString &appid) |
QByteArray | readEntry (int handle, const QString &folder, const QString &key, const QString &appid) |
QVariantMap | readEntryList (int handle, const QString &folder, const QString &key, const QString &appid) |
QByteArray | readMap (int handle, const QString &folder, const QString &key, const QString &appid) |
QVariantMap | readMapList (int handle, const QString &folder, const QString &key, const QString &appid) |
QString | readPassword (int handle, const QString &folder, const QString &key, const QString &appid) |
QVariantMap | readPasswordList (int handle, const QString &folder, const QString &key, const QString &appid) |
void | reconfigure () |
int | removeEntry (int handle, const QString &folder, const QString &key, const QString &appid) |
bool | removeFolder (int handle, const QString &folder, const QString &appid) |
int | renameEntry (int handle, const QString &folder, const QString &oldName, const QString &newName, const QString &appid) |
Q_NOREPLY void | sync (int handle, const QString &appid) |
QStringList | users (const QString &wallet) const |
QStringList | wallets () const |
int | writeEntry (int handle, const QString &folder, const QString &key, const QByteArray &value, const QString &appid) |
int | writeEntry (int handle, const QString &folder, const QString &key, const QByteArray &value, int entryType, const QString &appid) |
int | writeMap (int handle, const QString &folder, const QString &key, const QByteArray &value, const QString &appid) |
int | writePassword (int handle, const QString &folder, const QString &key, const QString &value, const QString &appid) |
Signals | |
void | allWalletsClosed () |
void | applicationDisconnected (const QString &wallet, const QString &application) |
void | folderListUpdated (const QString &wallet) |
void | folderUpdated (const QString &, const QString &) |
void | walletClosed (int handle) |
void | walletClosed (const QString &wallet) |
void | walletCreated (const QString &wallet) |
void | walletDeleted (const QString &wallet) |
void | walletListDirty () |
void | walletOpened (const QString &wallet) |
Public Member Functions | |
KWalletDAdaptor (KWalletD *p) |
Constructor & Destructor Documentation
KWalletDAdaptor::KWalletDAdaptor | ( | KWalletD * | p | ) | [inline] |
Definition at line 34 of file kwalletdadaptor.h.
Member Function Documentation
void KWalletDAdaptor::allWalletsClosed | ( | ) | [signal] |
void KWalletDAdaptor::applicationDisconnected | ( | const QString & | wallet, | |
const QString & | application | |||
) | [signal] |
void KWalletDAdaptor::changePassword | ( | const QString & | wallet, | |
qlonglong | wId, | |||
const QString & | appid, | |||
const QDBusMessage & | msg | |||
) | [inline, slot] |
Definition at line 82 of file kwalletdadaptor.h.
Definition at line 60 of file kwalletdadaptor.h.
Definition at line 58 of file kwalletdadaptor.h.
void KWalletDAdaptor::closeAllWallets | ( | ) | [inline, slot] |
Definition at line 164 of file kwalletdadaptor.h.
bool KWalletDAdaptor::createFolder | ( | int | handle, | |
const QString & | folder, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 98 of file kwalletdadaptor.h.
int KWalletDAdaptor::deleteWallet | ( | const QString & | wallet | ) | [inline, slot] |
Definition at line 68 of file kwalletdadaptor.h.
bool KWalletDAdaptor::disconnectApplication | ( | const QString & | wallet, | |
const QString & | application | |||
) | [inline, slot] |
Definition at line 152 of file kwalletdadaptor.h.
QStringList KWalletDAdaptor::entryList | ( | int | handle, | |
const QString & | folder, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 106 of file kwalletdadaptor.h.
int KWalletDAdaptor::entryType | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 144 of file kwalletdadaptor.h.
bool KWalletDAdaptor::folderDoesNotExist | ( | const QString & | wallet, | |
const QString & | folder | |||
) | [inline, slot] |
Definition at line 159 of file kwalletdadaptor.h.
QStringList KWalletDAdaptor::folderList | ( | int | handle, | |
const QString & | appid | |||
) | [inline, slot] |
Definition at line 90 of file kwalletdadaptor.h.
void KWalletDAdaptor::folderListUpdated | ( | const QString & | wallet | ) | [signal] |
bool KWalletDAdaptor::hasEntry | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 140 of file kwalletdadaptor.h.
bool KWalletDAdaptor::hasFolder | ( | int | handle, | |
const QString & | folder, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 94 of file kwalletdadaptor.h.
bool KWalletDAdaptor::isEnabled | ( | ) | const [inline, slot] |
Definition at line 40 of file kwalletdadaptor.h.
bool KWalletDAdaptor::isOpen | ( | int | handle | ) | [inline, slot] |
Definition at line 74 of file kwalletdadaptor.h.
Definition at line 72 of file kwalletdadaptor.h.
bool KWalletDAdaptor::keyDoesNotExist | ( | const QString & | wallet, | |
const QString & | folder, | |||
const QString & | key | |||
) | [inline, slot] |
Definition at line 161 of file kwalletdadaptor.h.
QString KWalletDAdaptor::localWallet | ( | ) | [inline, slot] |
Definition at line 170 of file kwalletdadaptor.h.
QString KWalletDAdaptor::networkWallet | ( | ) | [inline, slot] |
Definition at line 167 of file kwalletdadaptor.h.
int KWalletDAdaptor::open | ( | const QString & | wallet, | |
qlonglong | wId, | |||
const QString & | appid, | |||
const QDBusMessage & | msg | |||
) | [inline, slot] |
Definition at line 44 of file kwalletdadaptor.h.
int KWalletDAdaptor::openPath | ( | const QString & | path, | |
qlonglong | wId, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 48 of file kwalletdadaptor.h.
QByteArray KWalletDAdaptor::readEntry | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 112 of file kwalletdadaptor.h.
QVariantMap KWalletDAdaptor::readEntryList | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 118 of file kwalletdadaptor.h.
QByteArray KWalletDAdaptor::readMap | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 114 of file kwalletdadaptor.h.
QVariantMap KWalletDAdaptor::readMapList | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 120 of file kwalletdadaptor.h.
QString KWalletDAdaptor::readPassword | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 116 of file kwalletdadaptor.h.
QVariantMap KWalletDAdaptor::readPasswordList | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 122 of file kwalletdadaptor.h.
void KWalletDAdaptor::reconfigure | ( | ) | [inline, slot] |
Definition at line 155 of file kwalletdadaptor.h.
int KWalletDAdaptor::removeEntry | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 148 of file kwalletdadaptor.h.
bool KWalletDAdaptor::removeFolder | ( | int | handle, | |
const QString & | folder, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 102 of file kwalletdadaptor.h.
int KWalletDAdaptor::renameEntry | ( | int | handle, | |
const QString & | folder, | |||
const QString & | oldName, | |||
const QString & | newName, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 126 of file kwalletdadaptor.h.
Q_NOREPLY void KWalletDAdaptor::sync | ( | int | handle, | |
const QString & | appid | |||
) | [inline, slot] |
Definition at line 64 of file kwalletdadaptor.h.
QStringList KWalletDAdaptor::users | ( | const QString & | wallet | ) | const [inline, slot] |
Definition at line 78 of file kwalletdadaptor.h.
void KWalletDAdaptor::walletClosed | ( | int | handle | ) | [signal] |
void KWalletDAdaptor::walletClosed | ( | const QString & | wallet | ) | [signal] |
void KWalletDAdaptor::walletCreated | ( | const QString & | wallet | ) | [signal] |
void KWalletDAdaptor::walletDeleted | ( | const QString & | wallet | ) | [signal] |
void KWalletDAdaptor::walletListDirty | ( | ) | [signal] |
void KWalletDAdaptor::walletOpened | ( | const QString & | wallet | ) | [signal] |
QStringList KWalletDAdaptor::wallets | ( | ) | const [inline, slot] |
Definition at line 86 of file kwalletdadaptor.h.
int KWalletDAdaptor::writeEntry | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QByteArray & | value, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 132 of file kwalletdadaptor.h.
int KWalletDAdaptor::writeEntry | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QByteArray & | value, | |||
int | entryType, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 130 of file kwalletdadaptor.h.
int KWalletDAdaptor::writeMap | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QByteArray & | value, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 134 of file kwalletdadaptor.h.
int KWalletDAdaptor::writePassword | ( | int | handle, | |
const QString & | folder, | |||
const QString & | key, | |||
const QString & | value, | |||
const QString & | appid | |||
) | [inline, slot] |
Definition at line 136 of file kwalletdadaptor.h.
The documentation for this class was generated from the following file: