GnuCashew ~ GnuCash Enabled Web
GCW
SummaryWidget.h
Go to the documentation of this file.
1 #line 2 "src/Gui/BillPay/SummaryWidget.h"
2 
3 #ifndef __GUI_BILLPAY_SUMMARYWIDGET_H___
4 #define __GUI_BILLPAY_SUMMARYWIDGET_H___
5 
6 #include <Wt/WContainerWidget.h>
7 #include <Wt/WLabel.h>
8 #include <Wt/WTemplate.h>
9 #include <Wt/WText.h>
10 
11 namespace GCW {
12  namespace Gui {
13  namespace BillPay {
14 
15 /*!
16 ** \brief Summary Widget
17 **
18 ** Bill Pay Summary Widget
19 **
20 
21 */
23 : public Wt::WContainerWidget
24 {
25  public:
26 
27  SummaryWidget( );
28 
29  auto setMonth( int _month )-> void ;
30 
31  private:
32 
33  Wt::WText * m_text = nullptr ;
34 
35 }; // endclass SummaryWidget
36 
37  } // endnamespace BillPay {
38  } // endnamespace Gui {
39 } // endnamespace GCW {
40 
41 #endif // __GUI_BILLPAY_SUMMARYWIDGET_H___
42 
43 
auto setMonth(int _month) -> void
Definition: App.h:17