GnuCashew ~ GnuCash Enabled Web
GCW
Gui
Customer
CustomerReportWidget.h
Go to the documentation of this file.
1
#line 2 "src/Gui/CustomerReportWidget.h"
2
3
#ifndef __GUI_CUSTOMERREPORTWIDGET_H___
4
#define __GUI_CUSTOMERREPORTWIDGET_H___
5
6
#include <Wt/WContainerWidget.h>
7
#include <Wt/WTableView.h>
8
9
namespace
GCW
{
10
namespace
Gui {
11
12
/*!
13
** \brief Customer Report
14
**
15
**
16
*/
17
class
CustomerReportWidget
18
:
public
Wt::WContainerWidget
19
{
20
public
:
21
22
CustomerReportWidget
(
const
std::string & _customerGuid );
23
24
private
:
25
26
std::string
m_customerGuid
;
27
28
};
// endclass CustomerReportWidget
29
30
}
// endnamespace Gui {
31
}
// endnamespace GCW {
32
33
#endif
// end __GUI_CUSTOMERREPORTWIDGET_H___
34
35
GCW::Gui::CustomerReportWidget
Customer Report.
Definition:
CustomerReportWidget.h:19
GCW::Gui::CustomerReportWidget::m_customerGuid
std::string m_customerGuid
Definition:
CustomerReportWidget.h:26
GCW::Gui::CustomerReportWidget::CustomerReportWidget
CustomerReportWidget(const std::string &_customerGuid)
Definition:
CustomerReportWidget.cpp:11
GCW
Definition:
App.h:17
Generated on Fri Mar 7 2025 11:49:33 for GnuCashew ~ GnuCash Enabled Web by
1.9.1