Bill Pay Widget.
More...
#include <MainWidget.h>
Inherits Wt::WContainerWidget.
Bill Pay Widget.
Definition at line 23 of file MainWidget.h.
◆ MainWidget()
GCW::Gui::BillPay::MainWidget::MainWidget |
( |
| ) |
|
◆ addClicked()
auto GCW::Gui::BillPay::MainWidget::addClicked |
( |
| ) |
-> void |
|
private |
◆ buildContent()
auto GCW::Gui::BillPay::MainWidget::buildContent |
( |
| ) |
-> void |
|
private |
Definition at line 22 of file MainWidget.cpp.
References GCW::Gui::BillPay::configItem(), GCW::Gui::BillPay::Disabled, do_addClicked(), do_disabledClicked(), do_editClicked(), do_summaryClicked(), exportClicked(), importClicked(), on_headerClicked(), GCW::Gui::BillPay::Paid, GCW::Gui::BillPay::Pending, and GCW::Gui::BillPay::Unpaid.
Referenced by MainWidget().
◆ buttonChanged()
auto GCW::Gui::BillPay::MainWidget::buttonChanged |
( |
Wt::WRadioButton * |
_button | ) |
-> void |
|
private |
◆ do_addClicked()
auto GCW::Gui::BillPay::MainWidget::do_addClicked |
( |
| ) |
-> void |
|
private |
◆ do_disabledClicked()
auto GCW::Gui::BillPay::MainWidget::do_disabledClicked |
( |
| ) |
-> void |
|
private |
◆ do_editClicked()
auto GCW::Gui::BillPay::MainWidget::do_editClicked |
( |
| ) |
-> void |
|
private |
◆ do_summaryClicked()
auto GCW::Gui::BillPay::MainWidget::do_summaryClicked |
( |
| ) |
-> void |
|
private |
◆ editClicked()
auto GCW::Gui::BillPay::MainWidget::editClicked |
( |
TableView * |
_table, |
|
|
Wt::WModelIndex |
_index |
|
) |
| -> void |
|
private |
◆ exportClicked()
auto GCW::Gui::BillPay::MainWidget::exportClicked |
( |
| ) |
-> void |
|
private |
◆ importClicked()
auto GCW::Gui::BillPay::MainWidget::importClicked |
( |
| ) |
-> void |
|
private |
◆ on_headerClicked()
auto GCW::Gui::BillPay::MainWidget::on_headerClicked |
( |
int |
_col, |
|
|
const Wt::WMouseEvent |
_me |
|
) |
| -> void |
|
private |
◆ openEditor()
auto GCW::Gui::BillPay::MainWidget::openEditor |
( |
const std::string & |
_bpGuid | ) |
-> void |
|
private |
◆ refreshViews()
auto GCW::Gui::BillPay::MainWidget::refreshViews |
( |
| ) |
-> void |
|
private |
◆ setMonth()
auto GCW::Gui::BillPay::MainWidget::setMonth |
( |
int |
_month | ) |
-> void |
|
private |
◆ m_dialog
◆ m_disabledView
TableView* GCW::Gui::BillPay::MainWidget::m_disabledView = nullptr |
|
private |
◆ m_editWidget
Wt::Core::observing_ptr< EditWidget > GCW::Gui::BillPay::MainWidget::m_editWidget |
|
private |
◆ m_hlw
Wt::WHBoxLayout* GCW::Gui::BillPay::MainWidget::m_hlw = nullptr |
|
private |
◆ m_paidView
TableView* GCW::Gui::BillPay::MainWidget::m_paidView = nullptr |
|
private |
◆ m_pendingView
TableView* GCW::Gui::BillPay::MainWidget::m_pendingView = nullptr |
|
private |
◆ m_selectedIndex
Wt::WModelIndex GCW::Gui::BillPay::MainWidget::m_selectedIndex |
|
private |
Selected Index.
When single-clicking through the interface, the currently selected (clicked) item, so that if the 'edit' button is hit, we'll know which was the last item clicked. This is important because there are three possible table-views containing items, and we're never sure which was the last table clicked in. So, on-click, in any of the three tables, the clicked-item index will be stored here.
Definition at line 77 of file MainWidget.h.
◆ m_selectedMonth
int GCW::Gui::BillPay::MainWidget::m_selectedMonth = -1 |
|
private |
◆ m_summaryView
SummaryWidget* GCW::Gui::BillPay::MainWidget::m_summaryView = nullptr |
|
private |
◆ m_toolBar
ToolBar* GCW::Gui::BillPay::MainWidget::m_toolBar = nullptr |
|
private |
◆ m_unpaidView
TableView* GCW::Gui::BillPay::MainWidget::m_unpaidView = nullptr |
|
private |
The documentation for this class was generated from the following files: