GnuCashew ~ GnuCash Enabled Web
GCW
|
Classes | |
class | Item |
Variables Item Class. More... | |
Enumerations | |
enum class | ReverseBalanceAccounts { NONE = 0x01 , INCOME_EXPENSE = 0x02 , CREDIT = 0x03 } |
enum class | AccountRegisterHighlight { NONE = 0x01 , NORMAL = 0x02 , NEGVAL_EXTRA = 0x03 } |
Account Register Highlighting. More... | |
Functions | |
auto | get () -> GCW::Dbo::Prefrences::Item |
|
strong |
Account Register Highlighting.
This controls how some of the display features of the account-register window are handled
Enumerator | |
---|---|
NONE | no highlight handling |
NORMAL | normal handling - neg values are red |
NEGVAL_EXTRA | extra handling - neg values are gold-background-full-line |
Definition at line 47 of file Prefrences.h.
|
strong |
Enumerator | |
---|---|
NONE | no account balances are reversed |
INCOME_EXPENSE | income and expense account balances are reversed |
CREDIT | credit account balances are reversed |
Definition at line 28 of file Prefrences.h.
auto GCW::Dbo::Prefrences::get | ( | ) | -> GCW::Dbo::Prefrences::Item |
Definition at line 18 of file Prefrences.cpp.
References GCW::app(), and GCW::Dbo::Vars::get().
Referenced by GCW::Gui::AccountRegister::on_delete_triggered(), and GCW::Eng::AccountRegisterModel::refreshFromDisk().