GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <SlotsWidget.h>
Inherits Wt::WContainerWidget.
Public Types | |
using | Model = Wt::Dbo::QueryModel< GCW::Dbo::Slots::Item::Ptr > |
Model. More... | |
Public Member Functions | |
SlotsWidget () | |
Constructor. More... | |
GCW::Gui::TableView * | tableView () |
Table View. More... | |
std::shared_ptr< Model > | model () |
Private Member Functions | |
void | loadData () |
Private Attributes | |
std::shared_ptr< Model > | m_model |
GCW::Gui::TableView * | m_tableView = nullptr |
The 'slots' table is used to 'extend' data in the various areas, such as notes on transactions and so forth.
Definition at line 24 of file SlotsWidget.h.
using GCW::Gui::SlotsWidget::Model = Wt::Dbo::QueryModel< GCW::Dbo::Slots::Item::Ptr > |
Model.
An alias for the Model in case this interface changes.
Definition at line 37 of file SlotsWidget.h.
GCW::Gui::SlotsWidget::SlotsWidget | ( | ) |
Constructor.
Definition at line 17 of file SlotsWidget.cpp.
References loadData(), m_tableView, and tableView().
|
private |
|
inline |
Definition at line 53 of file SlotsWidget.h.
References m_model.
|
inline |
Table View.
Definition at line 51 of file SlotsWidget.h.
References m_tableView.
Referenced by SlotsWidget().
|
private |
Definition at line 59 of file SlotsWidget.h.
Referenced by model().
|
private |
Definition at line 60 of file SlotsWidget.h.
Referenced by SlotsWidget(), and tableView().