GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
YearSelector.h
Go to the documentation of this file.
1#line 2 "src/Gui/BillPay/YearSelector.h"
2
3#ifndef __GUI_BILLPAY_YEARSELECTOR_H___
4#define __GUI_BILLPAY_YEARSELECTOR_H___
5
6#include <Wt/WComboBox.h>
7
8namespace GCW {
9 namespace Gui {
10 namespace BillPay {
11
12/*!
13** \brief Year Selector
14**
15** This is a combo-box widet containing a list of possible years
16** to use for the bill-pay effort.
17**
18** This widget self-remembers the last used year.
19**
20*/
22: public Wt::WComboBox
23{
24 public:
25
26 YearSelector( );
27
28}; // endclass YearSelector
29
30 } // endnamespace BillPay {
31 } // endnamespace Gui {
32} // endnamespace GCW {
33
34#endif // __GUI_BILLPAY_YEARSELECTOR_H___
35
36
Definition App.h:18