1 #line 2 "src/Eng/CustomersModel.h"
3 #ifndef __ENG_CUSTOMERSMODEL_H___
4 #define __ENG_CUSTOMERSMODEL_H___
6 #include <Wt/WStandardItemModel.h>
7 #include <Wt/Dbo/QueryModel.h>
9 #include "../Dbo/Customers/Customers.h"
16 :
public Wt::Dbo::QueryModel< GCW::Dbo::Customers::Item::Ptr >
21 CustomersModel(
const std::vector< Wt::WFormModel::Field > & _fields );
23 auto guid(
int _row )-> std::string;
auto refreshFromDisk() -> void
Refresh From Disk.
std::vector< Wt::WFormModel::Field > m_fields
auto guid(int _row) -> std::string