KIO
KWalletD Class Reference
#include <kwalletd.h>

Detailed Description
Definition at line 43 of file kwalletd.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) |
| void | screenSaverChanged (bool) |
| 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 | |
| KWalletD () | |
| virtual | ~KWalletD () |
Constructor & Destructor Documentation
| KWalletD::KWalletD | ( | ) |
Definition at line 75 of file kwalletd.cpp.
| KWalletD::~KWalletD | ( | ) | [virtual] |
Definition at line 105 of file kwalletd.cpp.
Member Function Documentation
| void KWalletD::allWalletsClosed | ( | ) | [signal] |
| void KWalletD::applicationDisconnected | ( | const QString & | wallet, | |
| const QString & | application | |||
| ) | [signal] |
| void KWalletD::changePassword | ( | const QString & | wallet, | |
| qlonglong | wId, | |||
| const QString & | appid, | |||
| const QDBusMessage & | msg | |||
| ) | [slot] |
Definition at line 568 of file kwalletd.cpp.
Definition at line 680 of file kwalletd.cpp.
Definition at line 643 of file kwalletd.cpp.
| void KWalletD::closeAllWallets | ( | ) | [slot] |
Definition at line 1347 of file kwalletd.cpp.
Definition at line 830 of file kwalletd.cpp.
| int KWalletD::deleteWallet | ( | const QString & | wallet | ) | [slot] |
Definition at line 554 of file kwalletd.cpp.
Definition at line 1184 of file kwalletd.cpp.
| QStringList KWalletD::entryList | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 908 of file kwalletd.cpp.
| int KWalletD::entryType | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 1029 of file kwalletd.cpp.
Definition at line 1293 of file kwalletd.cpp.
| QStringList KWalletD::folderList | ( | int | handle, | |
| const QString & | appid | |||
| ) | [slot] |
Definition at line 794 of file kwalletd.cpp.
| void KWalletD::folderListUpdated | ( | const QString & | wallet | ) | [signal] |
| bool KWalletD::hasEntry | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 1046 of file kwalletd.cpp.
Definition at line 805 of file kwalletd.cpp.
| bool KWalletD::isEnabled | ( | ) | const [slot] |
Definition at line 1288 of file kwalletd.cpp.
| bool KWalletD::isOpen | ( | int | handle | ) | [slot] |
Definition at line 730 of file kwalletd.cpp.
Definition at line 724 of file kwalletd.cpp.
| bool KWalletD::keyDoesNotExist | ( | const QString & | wallet, | |
| const QString & | folder, | |||
| const QString & | key | |||
| ) | [slot] |
Definition at line 1311 of file kwalletd.cpp.
| QString KWalletD::localWallet | ( | ) | [slot] |
Definition at line 1375 of file kwalletd.cpp.
| QString KWalletD::networkWallet | ( | ) | [slot] |
Definition at line 1370 of file kwalletd.cpp.
| int KWalletD::open | ( | const QString & | wallet, | |
| qlonglong | wId, | |||
| const QString & | appid, | |||
| const QDBusMessage & | msg | |||
| ) | [slot] |
Definition at line 238 of file kwalletd.cpp.
Definition at line 227 of file kwalletd.cpp.
| QByteArray KWalletD::readEntry | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 877 of file kwalletd.cpp.
| QVariantMap KWalletD::readEntryList | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 892 of file kwalletd.cpp.
| QByteArray KWalletD::readMap | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 844 of file kwalletd.cpp.
| QVariantMap KWalletD::readMapList | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 859 of file kwalletd.cpp.
| QString KWalletD::readPassword | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 920 of file kwalletd.cpp.
| QVariantMap KWalletD::readPasswordList | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 935 of file kwalletd.cpp.
| void KWalletD::reconfigure | ( | ) | [slot] |
Definition at line 1218 of file kwalletd.cpp.
| int KWalletD::removeEntry | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 1061 of file kwalletd.cpp.
Definition at line 816 of file kwalletd.cpp.
| int KWalletD::renameEntry | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | oldName, | |||
| const QString & | newName, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 1150 of file kwalletd.cpp.
| void KWalletD::screenSaverChanged | ( | bool | s | ) | [slot] |
Definition at line 1379 of file kwalletd.cpp.
| void KWalletD::sync | ( | int | handle, | |
| const QString & | appid | |||
| ) | [slot] |
Definition at line 766 of file kwalletd.cpp.
| QStringList KWalletD::users | ( | const QString & | wallet | ) | const [slot] |
Definition at line 1165 of file kwalletd.cpp.
| void KWalletD::walletClosed | ( | int | handle | ) | [signal] |
| void KWalletD::walletClosed | ( | const QString & | wallet | ) | [signal] |
| void KWalletD::walletCreated | ( | const QString & | wallet | ) | [signal] |
| void KWalletD::walletDeleted | ( | const QString & | wallet | ) | [signal] |
| void KWalletD::walletListDirty | ( | ) | [signal] |
| void KWalletD::walletOpened | ( | const QString & | wallet | ) | [signal] |
| QStringList KWalletD::wallets | ( | ) | const [slot] |
Definition at line 748 of file kwalletd.cpp.
| int KWalletD::writeEntry | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QByteArray & | value, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 991 of file kwalletd.cpp.
| int KWalletD::writeEntry | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QByteArray & | value, | |||
| int | entryType, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 972 of file kwalletd.cpp.
| int KWalletD::writeMap | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QByteArray & | value, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 953 of file kwalletd.cpp.
| int KWalletD::writePassword | ( | int | handle, | |
| const QString & | folder, | |||
| const QString & | key, | |||
| const QString & | value, | |||
| const QString & | appid | |||
| ) | [slot] |
Definition at line 1010 of file kwalletd.cpp.
The documentation for this class was generated from the following files:
KDE 4.1 API Reference