Blokkal
an Extendable KDE Blogging Client
SourceForge.net Logo

Blokkal::WalletManager Class Reference

Wallet management class. More...

#include <blokkalwalletmanager.h>

Inheritance diagram for Blokkal::WalletManager:

List of all members.


Public Member Functions

void openWallet (QObject *receiver, const char *slot)

Static Public Member Functions

static Blokkal::WalletManagerself (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.

Author:
Martin Müller <orvio@orvio.de>

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: