Blokkal::WalletManager Class Reference
Wallet management class. More...
#include <blokkalwalletmanager.h>
Inheritance diagram for Blokkal::WalletManager:
Public Member Functions | |
void | openWallet (QObject *receiver, const char *slot) |
Static Public Member Functions | |
static Blokkal::WalletManager * | self (void) |
Friends | |
class | WalletManagerPrivate |
Detailed Description
Wallet management class.Wallet management class. This class opens the wallet, sets it to the appropriate folder and returns it to the objects that ask for it.
Definition at line 44 of file blokkalwalletmanager.h.
Member Function Documentation
void Blokkal::WalletManager::openWallet | ( | QObject * | receiver, | |
const char * | slot | |||
) |
Opens the wallet and notifies receiver by calling the given slot. If you receive a 0 wallet through the signal, the request was not successfull.
Definition at line 70 of file blokkalwalletmanager.cpp.
Blokkal::WalletManager * Blokkal::WalletManager::self | ( | void | ) | [static] |
Returns a pointer to the global wallet manager. If none exists yet, one will be created.
- Returns:
- the wallet manager
Definition at line 65 of file blokkalwalletmanager.cpp.
The documentation for this class was generated from the following files: