GnuCashew ~ GnuCash Enabled Web
GCW
Classes | Enumerations | Functions
GCW::Dbo::Prefrences Namespace Reference

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
 

Enumeration Type Documentation

◆ AccountRegisterHighlight

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.

◆ ReverseBalanceAccounts

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.

Function Documentation

◆ get()

auto GCW::Dbo::Prefrences::get ( ) -> GCW::Dbo::Prefrences::Item