GnuCashew ~ GnuCash Enabled Web
GCW
AccountSuggestionModel.h
Go to the documentation of this file.
1 #line 2 "src/Eng/AccountSuggestionModel.h"
2 
3 #ifndef __ENG_ACCOUNTSUGGESTIONMODEL_H___
4 #define __ENG_ACCOUNTSUGGESTIONMODEL_H___
5 
6 #include <Wt/WStandardItemModel.h>
7 
8 namespace GCW {
9  namespace Eng {
10 
11 
12 
14 : public Wt::WStandardItemModel
15 {
16  public:
17 
18  AccountSuggestionModel( const std::string & _accountGuid );
19 
20 
21  std::string m_accountGuid;
22 
23 };
24 
25  } // end namespace Eng {
26 } // endnamespace GCW {
27 
28 
29 #endif // #ifndef __ENG_ACCOUNTSUGGESTIONMODEL_H___
30 
31 
AccountSuggestionModel(const std::string &_accountGuid)
Definition: App.h:17