GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
DelegateAccount.h
Go to the documentation of this file.
1#line 2 "src/Gui/AccountRegister/DelegateAccount.h"
2
3#ifndef __GUI_ACCOUNTREGISTER_DELEGATEACCOUNT_H___
4#define __GUI_ACCOUNTREGISTER_DELEGATEACCOUNT_H___
5
6#include "DelegateBase.h"
7
8namespace GCW {
9 namespace Gui {
10 namespace AccountRegister {
11// class Editor ;
12
14: public DelegateBase
15{
16 public:
17
20
21 virtual auto createEditor( const Wt::WModelIndex & _index, Wt::WFlags< Wt::ViewItemRenderFlag > _flags ) const-> std::unique_ptr< Wt::WWidget > ;
22
23}; // endclass DelegateAccount
24
25 } // endnamespace AccountRegister {
26 } // endnamespace Gui {
27} // endnamespace GCW {
28
29#endif // __GUI_ACCOUNTREGISTER_DELEGATEACCOUNT_H___
30
31
virtual auto createEditor(const Wt::WModelIndex &_index, Wt::WFlags< Wt::ViewItemRenderFlag > _flags) const -> std::unique_ptr< Wt::WWidget >
Definition App.h:18