GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <RawTableWidget.h>
Inherits Wt::WContainerWidget.
Public Types | |
using | Model = Wt::Dbo::QueryModel< typename C::Ptr > |
Model. More... | |
Public Member Functions | |
RawTableWidget (const std::string &_viewName) | |
Constructor. More... | |
auto | tableView () -> GCW::Gui::TableView * |
Table View. More... | |
auto | model () -> std::shared_ptr< Model > |
Protected Member Functions | |
auto | load () -> void |
Private Member Functions | |
auto | loadData () -> void |
Private Attributes | |
std::shared_ptr< Model > | m_model |
Wt::WToolBar * | m_toolBar = nullptr |
GCW::Gui::TableView * | m_tableView = nullptr |
Wt::WContainerWidget * | m_statusBar = nullptr |
The 'slots' table is used to 'extend' data in the various areas, such as notes on transactions and so forth.
Definition at line 27 of file RawTableWidget.h.
using GCW::Gui::RawTableWidget< C >::Model = Wt::Dbo::QueryModel< typename C::Ptr > |
GCW::Gui::RawTableWidget< C >::RawTableWidget | ( | const std::string & | _viewName | ) |
Constructor.
Definition at line 9 of file RawTableWidget_impl.h.
|
protected |
Definition at line 57 of file RawTableWidget_impl.h.
References GCW::Dbo::Accounts::load().
|
private |
Definition at line 70 of file RawTableWidget_impl.h.
References GCW::app().
|
inline |
Definition at line 56 of file RawTableWidget.h.
References GCW::Gui::RawTableWidget< C >::m_model.
|
inline |
Table View.
Definition at line 54 of file RawTableWidget.h.
References GCW::Gui::RawTableWidget< C >::m_tableView.
|
private |
Definition at line 66 of file RawTableWidget.h.
Referenced by GCW::Gui::RawTableWidget< C >::model().
|
private |
Definition at line 69 of file RawTableWidget.h.
|
private |
Definition at line 68 of file RawTableWidget.h.
Referenced by GCW::Gui::RawTableWidget< C >::tableView().
|
private |
Definition at line 67 of file RawTableWidget.h.