GnuCashew ~ GnuCash Enabled Web
GCW
Public Member Functions | Private Attributes | List of all members
GCW::Gui::BillPay::TableView Class Reference

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< TableModelmodel () const
 

Private Attributes

std::shared_ptr< TableModelm_model
 

Detailed Description

Table View.

A view to the data model

Definition at line 21 of file TableView.h.

Constructor & Destructor Documentation

◆ TableView()

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.

Member Function Documentation

◆ model()

std::shared_ptr< TableModel > GCW::Gui::BillPay::TableView::model ( ) const
inline

Definition at line 30 of file TableView.h.

References m_model.

◆ setMonth()

void GCW::Gui::BillPay::TableView::setMonth ( int  _month)

Definition at line 50 of file TableView.cpp.

Member Data Documentation

◆ m_model

std::shared_ptr< TableModel > GCW::Gui::BillPay::TableView::m_model
private

Definition at line 37 of file TableView.h.

Referenced by model(), and TableView().


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