GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <InvoicesModel.h>
Inherits Wt::Dbo::QueryModel< GCW::Dbo::Invoices::Item::Ptr >.
Public Member Functions | |
InvoicesModel () | |
InvoicesModel (const std::vector< Wt::WFormModel::Field > &_fields) | |
auto | setCustomerGuid (const std::string &_guid) -> void |
auto | refreshFromDisk () -> void |
Refresh From Disk. More... | |
Private Attributes | |
std::string | m_customerGuid |
std::vector< Wt::WFormModel::Field > | m_fields |
Definition at line 14 of file InvoicesModel.h.
GCW::Eng::InvoicesModel::InvoicesModel | ( | ) |
Definition at line 6 of file InvoicesModel.cpp.
References refreshFromDisk().
GCW::Eng::InvoicesModel::InvoicesModel | ( | const std::vector< Wt::WFormModel::Field > & | _fields | ) |
Definition at line 14 of file InvoicesModel.cpp.
References refreshFromDisk().
auto GCW::Eng::InvoicesModel::refreshFromDisk | ( | ) | -> void |
Refresh From Disk.
Definition at line 41 of file InvoicesModel.cpp.
References GCW::app().
Referenced by InvoicesModel().
auto GCW::Eng::InvoicesModel::setCustomerGuid | ( | const std::string & | _guid | ) | -> void |
Definition at line 24 of file InvoicesModel.cpp.
|
private |
Definition at line 28 of file InvoicesModel.h.
|
private |
Definition at line 30 of file InvoicesModel.h.