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

Table View. More...

#include <Table.h>

Inherits Wt::WTableView.

Public Member Functions

 Table (int _selectedMonth, const Status _status)
 
void setMonth (int _month)
 
std::shared_ptr< Modelmodel () const
 

Private Attributes

std::shared_ptr< Modelm_model
 

Detailed Description

Table View.

A view to the data model

Definition at line 21 of file Table.h.

Constructor & Destructor Documentation

◆ Table()

GCW::Gui::BillPay::Table::Table ( int  _selectedMonth,
const Status  _status 
)

Definition at line 9 of file Table.cpp.

References GCW::Gui::BillPay::asStyleClass(), and m_model.

Member Function Documentation

◆ model()

std::shared_ptr< Model > GCW::Gui::BillPay::Table::model ( ) const
inline

Definition at line 30 of file Table.h.

References m_model.

◆ setMonth()

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

Definition at line 54 of file Table.cpp.

Member Data Documentation

◆ m_model

std::shared_ptr< Model > GCW::Gui::BillPay::Table::m_model
private

Definition at line 37 of file Table.h.

Referenced by model(), and Table().


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