GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
AccountRegister/ToolBar.h
Go to the documentation of this file.
1#line 2 "src/Gui/AccountRegister/ToolBar.h"
2
3#ifndef __GUI_ACCOUNTREGISTER_TOOLBAR_H___
4#define __GUI_ACCOUNTREGISTER_TOOLBAR_H___
5
6#include <Wt/WItemDelegate.h>
7#include <Wt/WModelIndex.h>
8
9namespace GCW {
10 namespace Gui {
11 namespace AccountRegister {
12
13/*!
14** The tool-bar presents various tool button for the register.
15*/
18{
19 public:
20 ToolBar();
21
22 private:
23
24}; // endclass ToolBar
25
26 } // endnamespace AccountRegister {
27 } // endnamespace Gui {
28} // endnamespace GCW {
29
30#endif // __GUI_ACCOUNTREGISTER_TOOLBAR_H___
31
Definition App.h:18