GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
AccountComboBox.h
Go to the documentation of this file.
1#line 2 "src/Gui/AccountComboBox.h"
2
3#ifndef __GUI_ACCOUNTCOMBOBOX_H___
4#define __GUI_ACCOUNTCOMBOBOX_H___
5
6#include <Wt/WComboBox.h>
7
8namespace GCW {
9 namespace Gui {
10
12: public Wt::WComboBox
13{
14 public:
16
17 auto valueGuid()-> std::string ;
18};
19
20 } // endnamespace Gui {
21} // endnamespace GCW {
22
23#endif // __GUI_ACCOUNTCOMBOBOX_H___
24
25
auto valueGuid() -> std::string
Definition App.h:18