#include </home/clem/local/src/opie/noncore/apps/checkbook/cfg.h>
Inheritance diagram for Category:


Public Member Functions | |
| Category (QString &sName, bool bIncome=false) | |
| QString & | getName () |
| bool | isIncome () |
| void | setName (QString &sName) |
| void | setIncome (bool bIncome) |
| Category () | |
| ~Category () | |
| QString | getIconName () |
| QString | getCategoryName () |
| QListViewItem * | getListItem () |
| QPixmap | getIcon () |
| void | setIconName (QString name) |
| void | setCategoryName (QString name) |
| void | setListItem (QListViewItem *item) |
| void | setIcon (QPixmap item) |
| void | initListItem () |
| Category (DevicesView *parent, const QString &name) | |
| virtual | ~Category () |
| virtual void | populate ()=0 |
Protected Attributes | |
| QString | iconName |
| QString | categoryName |
| QPixmap | icon |
| QListViewItem * | listItem |
Private Attributes | |
| QString | _sName |
| bool | _bIncome |
|
||||||||||||
|
|
|
|
Definition at line 7 of file category.cpp. |
|
|
Definition at line 11 of file category.cpp. |
|
||||||||||||
|
Definition at line 123 of file devicesinfo.cpp. |
|
|
|
|
|
Definition at line 20 of file category.cpp. References categoryName. Referenced by ZSafe::addCategory(), ZSafe::openDocument(), and ZSafe::readAllEntries(). |
|
|
Definition at line 30 of file category.cpp. References icon. |
|
|
Definition at line 15 of file category.cpp. References iconName. Referenced by ZSafe::setCategoryDialogFields(). |
|
|
Definition at line 25 of file category.cpp. References listItem. |
|
|
Definition at line 45 of file cfg.h. References _sName. Referenced by Cfg::getCategories(), Transaction::slotDepositClicked(), and Transaction::slotWithdrawalClicked(). |
|
|
Definition at line 55 of file category.cpp. References categoryName, icon, and listItem. Referenced by ZSafe::addCategory(), ZSafe::openDocument(), and ZSafe::readAllEntries(). |
|
|
Definition at line 46 of file cfg.h. References _bIncome. Referenced by Cfg::getCategories(), Transaction::slotDepositClicked(), and Transaction::slotWithdrawalClicked(). |
|
|
Implemented in CpuCategory, InputCategory, CardsCategory, and UsbCategory. |
|
|
Definition at line 40 of file category.cpp. References categoryName. Referenced by ZSafe::addCategory(), ZSafe::openDocument(), and ZSafe::readAllEntries(). |
|
|
Definition at line 50 of file category.cpp. References icon. Referenced by ZSafe::addCategory(), ZSafe::openDocument(), and ZSafe::readAllEntries(). |
|
|
Definition at line 35 of file category.cpp. References iconName. Referenced by ZSafe::addCategory(), ZSafe::openDocument(), and ZSafe::readAllEntries(). |
|
|
Definition at line 48 of file cfg.h. References _bIncome. |
|
|
Definition at line 45 of file category.cpp. References listItem. Referenced by ZSafe::addCategory(), ZSafe::openDocument(), and ZSafe::readAllEntries(). |
|
|
Definition at line 47 of file cfg.h. References _sName. |
|
|
Definition at line 52 of file cfg.h. Referenced by Category(), isIncome(), and setIncome(). |
|
|
Definition at line 51 of file cfg.h. Referenced by Category(), getName(), and setName(). |
|
|
Definition at line 32 of file category.h. Referenced by getCategoryName(), initListItem(), and setCategoryName(). |
|
|
Definition at line 33 of file category.h. Referenced by getIcon(), initListItem(), and setIcon(). |
|
|
Definition at line 31 of file category.h. Referenced by getIconName(), and setIconName(). |
|
|
Definition at line 34 of file category.h. Referenced by getListItem(), initListItem(), and setListItem(). |
1.4.2