GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Types | List of all members
GCW::Gui::AccountRegister::Model::ColumnSet Class Reference

Inherits std::vector< std::unique_ptr< Wt::WStandardItem > >.

Public Member Functions

 ColumnSet ()
 
 ColumnSet (SetType _type)
 
 ColumnSet (Wt::WModelIndex _index)
 

Public Attributes

SetType m_type = EmptyRow
 

Private Types

enum  SetType {
  EmptyRow = 0x00 , BlankRow = 0x01 , BasicRow = 0x02 , SplitRow = 0x03 ,
  SplitLine = 0x04 , Condensed = 0x08
}
 

Detailed Description

Definition at line 31 of file Model.h.

Member Enumeration Documentation

◆ SetType

Enumerator
EmptyRow 

empty row, used for nothing, undefined (shouldn't happen?)

BlankRow 

blank row, used for doubleLine

BasicRow 

basic Ledger row, everything on one line

SplitRow 

split Ledger row, multiple lines follow

SplitLine 

one of the split lines following SplitRow

Condensed 

row is condensed (using reduced columns, for small displays)

Definition at line 34 of file Model.h.

Constructor & Destructor Documentation

◆ ColumnSet() [1/3]

GCW::Gui::AccountRegister::Model::ColumnSet::ColumnSet ( )
inline

Definition at line 58 of file Model.h.

◆ ColumnSet() [2/3]

GCW::Gui::AccountRegister::Model::ColumnSet::ColumnSet ( SetType  _type)
inline

Definition at line 65 of file Model.h.

◆ ColumnSet() [3/3]

GCW::Gui::AccountRegister::Model::ColumnSet::ColumnSet ( Wt::WModelIndex  _index)
inline

Definition at line 72 of file Model.h.

Member Data Documentation

◆ m_type

SetType GCW::Gui::AccountRegister::Model::ColumnSet::m_type = EmptyRow

Definition at line 76 of file Model.h.


The documentation for this class was generated from the following file: