#include </home/clem/local/src/opie/noncore/apps/checkbook/cbinfo.h>
Collaboration diagram for CBInfo:

Public Member Functions | |
| CBInfo () | |
| CBInfo (const QString &, const QString &) | |
| const QString & | name () const |
| const QString & | filename () const |
| const QString & | password () const |
| const QString & | type () const |
| const QString & | bank () const |
| const QString & | account () const |
| const QString & | pin () const |
| const QString & | notes () const |
| float | startingBalance () const |
| float | balance () |
| void | setName (const QString &name) |
| void | setFilename (const QString &filename) |
| void | setPassword (const QString &password) |
| void | setType (const QString &type) |
| void | setBank (const QString &bank) |
| void | setAccount (const QString &account) |
| void | setPin (const QString &pin) |
| void | setNotes (const QString ¬es) |
| void | setStartingBalance (float startbal) |
| void | write () |
| TranInfoList * | transactions () const |
| TranInfo * | findTransaction (const QString &) |
| void | addTransaction (TranInfo *) |
| void | removeTransaction (TranInfo *) |
| void | setLastTab (const QString &sLastTab) |
| QString & | getLastTab () |
| int | getNextNumber () |
| void | setSortOrder (const QString &sSortOrder) |
| QString & | getSortOrder () |
Private Member Functions | |
| void | loadTransactions () |
| void | calcBalance () |
Private Attributes | |
| QString | n |
| QString | fn |
| QString | pw |
| QString | t |
| QString | bn |
| QString | a |
| QString | p |
| QString | nt |
| float | sb |
| float | b |
| QString | _sLastTab |
| int | _first |
| int | _last |
| QString | _sSortOrder |
| TranInfoList * | tl |
|
|
Definition at line 37 of file cbinfo.cpp. References _first, _last, _sLastTab, a, bn, fn, n, nt, QString::null, p, pw, sb, t, and tl. |
|
||||||||||||
|
Definition at line 57 of file cbinfo.cpp. References _first, _sLastTab, _sSortOrder, a, bn, Config::File, fn, loadTransactions(), n, nt, QString::null, p, pw, Config::readEntry(), Config::readEntryCrypt(), Config::readNumEntry(), sb, Config::setGroup(), t, and tr. |
|
|
Definition at line 51 of file cbinfo.h. References a. Referenced by Checkbook::loadCheckbook(). |
|
|
Definition at line 149 of file cbinfo.cpp. References calcBalance(), and tl. Referenced by Checkbook::slotNewTran(). |
|
|
Definition at line 82 of file cbinfo.cpp. References b, and calcBalance(). Referenced by MainWindow::addCheckbook(). |
|
|
Definition at line 50 of file cbinfo.h. References bn. Referenced by Checkbook::loadCheckbook(). |
|
|
Definition at line 196 of file cbinfo.cpp. Referenced by addTransaction(), balance(), loadTransactions(), and removeTransaction(). |
|
|
Definition at line 47 of file cbinfo.h. References fn. |
|
|
Definition at line 135 of file cbinfo.cpp. References TranInfo::id(), and tl. Referenced by Checkbook::slotDeleteTran(), and Checkbook::slotEditTran(). |
|
|
Definition at line 78 of file cbinfo.h. References _sLastTab. Referenced by Checkbook::Checkbook(). |
|
|
Definition at line 81 of file cbinfo.h. References _last. Referenced by Checkbook::slotNewTran(). |
|
|
Definition at line 85 of file cbinfo.h. References _sSortOrder. Referenced by Checkbook::loadCheckbook(). |
|
|
Definition at line 165 of file cbinfo.cpp. References _first, _last, calcBalance(), TranInfo::desc(), Config::File, fn, TranInfo::getNext(), i, QString::null, and tl. Referenced by CBInfo(). |
|
|
Definition at line 46 of file cbinfo.h. References n. Referenced by MainWindow::addCheckbook(), Checkbook::Checkbook(), Checkbook::loadCheckbook(), Checkbook::slotEditTran(), MainWindow::slotNew(), and Checkbook::slotNewTran(). |
|
|
Definition at line 53 of file cbinfo.h. References nt. Referenced by Checkbook::loadCheckbook(). |
|
|
Definition at line 48 of file cbinfo.h. References pw. Referenced by MainWindow::addCheckbook(), Checkbook::loadCheckbook(), and Checkbook::slotPasswordClicked(). |
|
|
Definition at line 52 of file cbinfo.h. References p. Referenced by Checkbook::loadCheckbook(). |
|
|
Definition at line 155 of file cbinfo.cpp. References calcBalance(), and tl. Referenced by Checkbook::slotDeleteTran(). |
|
|
Definition at line 62 of file cbinfo.h. References a. Referenced by Checkbook::accept(). |
|
|
Definition at line 61 of file cbinfo.h. References bn. Referenced by Checkbook::accept(). |
|
|
Definition at line 58 of file cbinfo.h. References fn. Referenced by MainWindow::slotNew(). |
|
|
Definition at line 77 of file cbinfo.h. References _sLastTab. Referenced by Checkbook::slotTab(). |
|
|
Definition at line 57 of file cbinfo.h. References n. Referenced by Checkbook::accept(), and Checkbook::slotNameChanged(). |
|
|
Definition at line 64 of file cbinfo.h. References nt. Referenced by Checkbook::accept(). |
|
|
Definition at line 59 of file cbinfo.h. References pw. Referenced by Checkbook::slotPasswordClicked(). |
|
|
Definition at line 63 of file cbinfo.h. References p. Referenced by Checkbook::accept(). |
|
|
Definition at line 84 of file cbinfo.h. References _sSortOrder. Referenced by Checkbook::slotSortChanged(). |
|
|
Definition at line 65 of file cbinfo.h. References sb. Referenced by Checkbook::accept(), and Checkbook::slotStartingBalanceChanged(). |
|
|
Definition at line 60 of file cbinfo.h. References t. Referenced by Checkbook::accept(). |
|
|
Definition at line 54 of file cbinfo.h. References sb. Referenced by Checkbook::adjustBalance(), Checkbook::drawBalanceChart(), and Checkbook::loadCheckbook(). |
|
|
Definition at line 71 of file cbinfo.h. References tl. Referenced by Checkbook::loadCheckbook(). |
|
|
Definition at line 49 of file cbinfo.h. References t. Referenced by Checkbook::loadCheckbook(). |
|
|
Definition at line 89 of file cbinfo.cpp. References _first, _last, _sLastTab, _sSortOrder, a, bn, QFile::exists(), f, Config::File, fn, nt, NULL, p, pw, QFile::remove(), sb, Config::setGroup(), TranInfo::setNext(), QString::setNum(), t, tl, Config::write(), TranInfo::write(), Config::writeEntry(), and Config::writeEntryCrypt(). Referenced by MainWindow::slotNew(). |
|
|
Definition at line 99 of file cbinfo.h. Referenced by CBInfo(), loadTransactions(), and write(). |
|
|
Definition at line 100 of file cbinfo.h. Referenced by CBInfo(), getNextNumber(), loadTransactions(), and write(). |
|
|
Definition at line 98 of file cbinfo.h. Referenced by CBInfo(), getLastTab(), setLastTab(), and write(). |
|
|
Definition at line 101 of file cbinfo.h. Referenced by CBInfo(), getSortOrder(), setSortOrder(), and write(). |
|
|
Definition at line 93 of file cbinfo.h. Referenced by account(), CBInfo(), setAccount(), and write(). |
|
|
Definition at line 97 of file cbinfo.h. Referenced by balance(), and calcBalance(). |
|
|
|
|
|
Definition at line 89 of file cbinfo.h. Referenced by CBInfo(), filename(), loadTransactions(), setFilename(), and write(). |
|
|
|
|
|
Definition at line 95 of file cbinfo.h. Referenced by CBInfo(), notes(), setNotes(), and write(). |
|
|
|
|
|
Definition at line 90 of file cbinfo.h. Referenced by CBInfo(), password(), setPassword(), and write(). |
|
|
Definition at line 96 of file cbinfo.h. Referenced by calcBalance(), CBInfo(), setStartingBalance(), startingBalance(), and write(). |
|
|
|
|
|
Definition at line 103 of file cbinfo.h. Referenced by addTransaction(), calcBalance(), CBInfo(), findTransaction(), loadTransactions(), removeTransaction(), transactions(), and write(). |
1.4.2