GnuCashew ~ GnuCash Enabled Web
GCW
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 */
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 
CustomerReportWidget(const std::string &_customerGuid)
Definition: App.h:17