KWallet Namespace Reference
Detailed Description
Namespace collecting all the Wallet-related classes.
Classes | |
class | Wallet |
KDE WalletKDE Wallet Class. More... | |
Variables | |
static const char *const | Wallet_ftable [6][3] |
static const int | Wallet_ftable_hiddens [5] |
Variable Documentation
const char* const KWallet::Wallet_ftable[6][3] [static] |
Initial value:
{ { "ASYNC", "slotWalletClosed(int)", "slotWalletClosed(int handle)" }, { "ASYNC", "slotFolderUpdated(QString,QString)", "slotFolderUpdated(QString wallet,QString folder)" }, { "ASYNC", "slotFolderListUpdated(QString)", "slotFolderListUpdated(QString wallet)" }, { "ASYNC", "slotApplicationDisconnected(QString,QCString)", "slotApplicationDisconnected(QString wallet,QCString application)" }, { "ASYNC", "walletOpenResult(int)", "walletOpenResult(int rc)" }, { 0, 0, 0 } }
Definition at line 15 of file kwallet_skel.cc.
const int KWallet::Wallet_ftable_hiddens[5] [static] |