GnuCashew ~ GnuCash Enabled Web
GCW
|
Table View. More...
#include <TableView.h>
Inherits Wt::WTableView.
Public Member Functions | |
TableView (int _selectedMonth, const Status _status) | |
void | setMonth (int _month) |
std::shared_ptr< TableModel > | model () const |
Private Attributes | |
std::shared_ptr< TableModel > | m_model |
GCW::Gui::BillPay::TableView::TableView | ( | int | _selectedMonth, |
const Status | _status | ||
) |
Definition at line 9 of file TableView.cpp.
References GCW::Gui::BillPay::asStyleClass(), and m_model.
|
inline |
Definition at line 30 of file TableView.h.
References m_model.
void GCW::Gui::BillPay::TableView::setMonth | ( | int | _month | ) |
Definition at line 50 of file TableView.cpp.
|
private |
Definition at line 37 of file TableView.h.
Referenced by model(), and TableView().