1#line 2 "src/Gui/BillPay/TableView.h"
3#ifndef __GUI_BILLPAY_TABLEVIEW_H___
4#define __GUI_BILLPAY_TABLEVIEW_H___
6#include <Wt/WTableView.h>
26 TableView(
int _selectedMonth,
int _selectedYear,
const Status _status );
28 auto setDate(
int _month,
int _year )-> void ;
30 auto selectItem(
const std::string _itemIdent )-> void ;
std::shared_ptr< TableModel > m_model
auto setDate(int _month, int _year) -> void
auto selectItem(const std::string _itemIdent) -> void
auto model() const -> std::shared_ptr< TableModel >