GnuCashew ~ GnuCash Enabled Web
GCW
SummaryWidget.cpp
Go to the documentation of this file.
1 #line 2 "src/Gui/BillPay/SummarytWidget.cpp"
2 
3 #include <Wt/WMenuItem.h>
4 #include <Wt/WVBoxLayout.h>
5 #include <Wt/WMessageBox.h>
6 
7 #include "../../Eng/AccountComboModel.h"
8 #include "../../Glb/Core.h"
9 #include "BillPay.h"
10 
13 : Wt::WContainerWidget()
14 {
15  addStyleClass( "SummaryWidget" );
16 
17  m_text = addWidget( std::make_unique< Wt::WText >() );
18 
19 } // endSummaryWidget( const std::string & _accountGuid )
20 
21 auto
23 setMonth( int _month )-> void
24 {
25 
26  m_text-> setText( Wt::WString( "Month: {1}" ).arg( _month ) );
27 
28 } // endloadData()-> void
29 
30 
31 
32 
auto setMonth(int _month) -> void
Definition: GncLock.h:6