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