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

KIO

KWalletD Class Reference

#include <kwalletd.h>

Inheritance diagram for KWalletD:

Inheritance graph
[legend]

List of all members.


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.

int KWalletD::close ( int  handle,
bool  force,
const QString &  appid 
) [slot]

Definition at line 680 of file kwalletd.cpp.

int KWalletD::close ( const QString &  wallet,
bool  force 
) [slot]

Definition at line 643 of file kwalletd.cpp.

void KWalletD::closeAllWallets (  )  [slot]

Definition at line 1345 of file kwalletd.cpp.

bool KWalletD::createFolder ( int  handle,
const QString &  folder,
const QString &  appid 
) [slot]

Definition at line 828 of file kwalletd.cpp.

int KWalletD::deleteWallet ( const QString &  wallet  )  [slot]

Definition at line 554 of file kwalletd.cpp.

bool KWalletD::disconnectApplication ( const QString &  wallet,
const QString &  application 
) [slot]

Definition at line 1182 of file kwalletd.cpp.

QStringList KWalletD::entryList ( int  handle,
const QString &  folder,
const QString &  appid 
) [slot]

Definition at line 906 of file kwalletd.cpp.

int KWalletD::entryType ( int  handle,
const QString &  folder,
const QString &  key,
const QString &  appid 
) [slot]

Definition at line 1027 of file kwalletd.cpp.

bool KWalletD::folderDoesNotExist ( const QString &  wallet,
const QString &  folder 
) [slot]

Definition at line 1291 of file kwalletd.cpp.

QStringList KWalletD::folderList ( int  handle,
const QString &  appid 
) [slot]

Definition at line 792 of file kwalletd.cpp.

void KWalletD::folderListUpdated ( const QString &  wallet  )  [signal]

void KWalletD::folderUpdated ( const QString &  ,
const QString &   
) [signal]

bool KWalletD::hasEntry ( int  handle,
const QString &  folder,
const QString &  key,
const QString &  appid 
) [slot]

Definition at line 1044 of file kwalletd.cpp.

bool KWalletD::hasFolder ( int  handle,
const QString &  folder,
const QString &  appid 
) [slot]

Definition at line 803 of file kwalletd.cpp.

bool KWalletD::isEnabled (  )  const [slot]

Definition at line 1286 of file kwalletd.cpp.

bool KWalletD::isOpen ( int  handle  )  [slot]

Definition at line 730 of file kwalletd.cpp.

bool KWalletD::isOpen ( const QString &  wallet  )  [slot]

Definition at line 724 of file kwalletd.cpp.

bool KWalletD::keyDoesNotExist ( const QString &  wallet,
const QString &  folder,
const QString &  key 
) [slot]

Definition at line 1309 of file kwalletd.cpp.

QString KWalletD::localWallet (  )  [slot]

Definition at line 1373 of file kwalletd.cpp.

QString KWalletD::networkWallet (  )  [slot]

Definition at line 1368 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.

int KWalletD::openPath ( const QString &  path,
qlonglong  wId,
const QString &  appid 
) [slot]

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 875 of file kwalletd.cpp.

QVariantMap KWalletD::readEntryList ( int  handle,
const QString &  folder,
const QString &  key,
const QString &  appid 
) [slot]

Definition at line 890 of file kwalletd.cpp.

QByteArray KWalletD::readMap ( int  handle,
const QString &  folder,
const QString &  key,
const QString &  appid 
) [slot]

Definition at line 842 of file kwalletd.cpp.

QVariantMap KWalletD::readMapList ( int  handle,
const QString &  folder,
const QString &  key,
const QString &  appid 
) [slot]

Definition at line 857 of file kwalletd.cpp.

QString KWalletD::readPassword ( int  handle,
const QString &  folder,
const QString &  key,
const QString &  appid 
) [slot]

Definition at line 918 of file kwalletd.cpp.

QVariantMap KWalletD::readPasswordList ( int  handle,
const QString &  folder,
const QString &  key,
const QString &  appid 
) [slot]

Definition at line 933 of file kwalletd.cpp.

void KWalletD::reconfigure (  )  [slot]

Definition at line 1216 of file kwalletd.cpp.

int KWalletD::removeEntry ( int  handle,
const QString &  folder,
const QString &  key,
const QString &  appid 
) [slot]

Definition at line 1059 of file kwalletd.cpp.

bool KWalletD::removeFolder ( int  handle,
const QString &  folder,
const QString &  appid 
) [slot]

Definition at line 814 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 1148 of file kwalletd.cpp.

void KWalletD::screenSaverChanged ( bool  s  )  [slot]

Definition at line 1377 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 1163 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 989 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 970 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 951 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 1008 of file kwalletd.cpp.


The documentation for this class was generated from the following files:
  • kwalletd.h
  • kwalletd.cpp

KIO

Skip menu "KIO"
  • Main Page
  • 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
  • Solid
  • Sonnet
  • ThreadWeaver
Generated for kdelibs by doxygen 1.5.4
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