#include <account.h>
◆ AccountRecord() [1/2]
AccountRecord::AccountRecord |
( |
Date |
m_date, |
|
|
string * |
m_id, |
|
|
double |
m_amount, |
|
|
double |
m_balance, |
|
|
string |
m_desc |
|
) |
| |
◆ AccountRecord() [2/2]
AccountRecord::AccountRecord |
( |
| ) |
|
◆ getAmount()
double AccountRecord::getAmount |
( |
| ) |
|
◆ getID()
string * AccountRecord::getID |
( |
| ) |
|
◆ getInfo()
QString AccountRecord::getInfo |
( |
| ) |
|
◆ show()
void AccountRecord::show |
( |
| ) |
|
◆ amount
double AccountRecord::amount |
|
private |
◆ balance
double AccountRecord::balance |
|
private |
◆ date
◆ desc
string AccountRecord::desc |
|
private |
◆ id
string* AccountRecord::id |
|
private |
The documentation for this class was generated from the following files: