7#ifndef ATTICA_ACCOUNTBALANCE_H
8#define ATTICA_ACCOUNTBALANCE_H
10#include <QSharedDataPointer>
13#include "attica_export.h"
25 typedef QList<AccountBalance> List;
77 QSharedDataPointer<Private> d;
Represents the money in the account of the user.
Definition accountbalance.h:23
QString currency() const
Gets the currency.
QString balance() const
Gets the balance.
~AccountBalance()
Destructor.
AccountBalance & operator=(const AccountBalance &other)
Assignment operator.
AccountBalance()
Creates an empty AccountBalance.
void setBalance(const QString &name)
Sets the balance.
void setCurrency(const QString ¤cy)
Sets the currency in use.
AccountBalance(const AccountBalance &other)
Copy constructor.
The Attica namespace,.
Definition activity.h:21