|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <Prefrences.h>
Public Member Functions | |
| Item (GCW::Dbo::Vars::Item::Ptr _varItem) | |
| auto | reverseBalanceAccounts () const -> ReverseBalanceAccounts |
| auto | accountRegisterHighlight (AccountRegisterHighlight _value) const -> bool |
| auto | askOnDeleteForever () const -> bool |
| auto | setAskOnDeleteForever (bool _state) -> void |
| auto | askOnDeleteThisSession () const -> bool |
| auto | setAskOnDeleteThisSession (bool _state) -> void |
Private Attributes | |
| GCW::Dbo::Vars::Item | m_varItem |
Static Private Attributes | |
| static bool | m_askOnDeleteThisSession = true |
Variables Item Class.
Definition at line 75 of file Prefrences.h.
| GCW::Dbo::Prefrences::Item::Item | ( | GCW::Dbo::Vars::Item::Ptr | _varItem | ) |
Definition at line 13 of file Prefrences.cpp.
| auto GCW::Dbo::Prefrences::Item::accountRegisterHighlight | ( | AccountRegisterHighlight | _value | ) | const -> bool |
Definition at line 40 of file Prefrences.cpp.
References GCW::Dbo::Prefrences::NEGVAL_EXTRA.
| auto GCW::Dbo::Prefrences::Item::askOnDeleteForever | ( | ) | const -> bool |
Definition at line 54 of file Prefrences.cpp.
| auto GCW::Dbo::Prefrences::Item::askOnDeleteThisSession | ( | ) | const -> bool |
Definition at line 68 of file Prefrences.cpp.
| auto GCW::Dbo::Prefrences::Item::reverseBalanceAccounts | ( | ) | const -> ReverseBalanceAccounts |
Definition at line 31 of file Prefrences.cpp.
References GCW::Dbo::Prefrences::CREDIT.
| auto GCW::Dbo::Prefrences::Item::setAskOnDeleteForever | ( | bool | _state | ) | -> void |
Definition at line 62 of file Prefrences.cpp.
| auto GCW::Dbo::Prefrences::Item::setAskOnDeleteThisSession | ( | bool | _state | ) | -> void |
Definition at line 76 of file Prefrences.cpp.
|
staticprivate |
Definition at line 92 of file Prefrences.h.
|
private |
Definition at line 90 of file Prefrences.h.