1 #line 2 "src/Gui/BillPay/Model.h"
3 #ifndef __GUI_BILLPAY_MODEL_H___
4 #define __GUI_BILLPAY_MODEL_H___
6 #include <Wt/WLength.h>
7 #include <Wt/WStandardItemModel.h>
53 :
public Wt::WStandardItemModel
97 auto loadData(
int _selectedMonth )-> void ;
113 auto sort( std::vector< GCW::Gui::BillPay::Item > & _bpItems )-> void ;
Status m_status
Model Status.
auto sort(std::vector< GCW::Gui::BillPay::Item > &_bpItems) -> void
Sorter.
auto loadData(int _selectedMonth) -> void
Reload the data based on the selected month.
Model(int _selectedMonth, Status _status)
ctor
auto columnDef(int _col) -> ColumnDef_t
Column Definition.
struct GCW::Gui::BillPay::COLUMNDEF ColumnDef_t
Wt::AlignmentFlag alignment
alignment flag for the table view
const char * name
field name
Wt::WLength width
column width for the table view
const char * toolTip
tool tip for the table view