GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Gui
Customer
Gui/Customer/Invoices.h
Go to the documentation of this file.
1
#line 2 "src/Gui/Customer/Invoices.h"
2
3
#ifndef __GUI_CUSTOMER_INVOICES_H___
4
#define __GUI_CUSTOMER_INVOICES_H___
5
6
#include <Wt/WContainerWidget.h>
7
#include <Wt/WTableView.h>
8
9
#include "../../Eng/InvoicesModel.h"
10
11
namespace
GCW
{
12
namespace
Gui {
13
namespace
Customer {
14
15
/*!
16
** \brief Control Bar
17
**
18
** Control Bar with buttons
19
**
20
*/
21
class
Invoices
22
:
public
Wt::WContainerWidget
23
{
24
public
:
25
26
Invoices
();
27
28
auto
setCustomerGuid
(
const
std::string &
_guid
)->
void
;
29
30
private
:
31
32
Wt::WTableView
*
m_tableView
=
nullptr
;
33
std::shared_ptr< GCW::Eng::InvoicesModel >
m_model
;
34
35
};
// endclass Invoices
36
37
}
// endnamespace Customer {
38
}
// endnamespace Gui {
39
}
// endnamespace GCW {
40
41
#endif
// __GUI_CUSTOMER_INVOICES_H___
42
43
GCW::Gui::Customer::Invoices
Control Bar.
Definition
Gui/Customer/Invoices.h:23
GCW::Gui::Customer::Invoices::setCustomerGuid
auto setCustomerGuid(const std::string &_guid) -> void
Definition
Gui/Customer/Invoices.cpp:46
GCW::Gui::Customer::Invoices::Invoices
Invoices()
Definition
Gui/Customer/Invoices.cpp:8
GCW::Gui::Customer::Invoices::m_model
std::shared_ptr< GCW::Eng::InvoicesModel > m_model
Definition
Gui/Customer/Invoices.h:33
GCW::Gui::Customer::Invoices::m_tableView
Wt::WTableView * m_tableView
Definition
Gui/Customer/Invoices.h:32
Wt::WContainerWidget
Wt::WContainerWidget::addNew
Widget * addNew(Args &&...args)
Wt::WTableView
GCW
Definition
App.h:18
Generated on Sat Sep 13 2025 08:48:27 for GnuCashew ~ Web Application compatible with GnuCash sql data files. by
1.9.8