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/WToolBar.h>
7
8namespace GCW {
9 namespace Gui {
10 namespace AccountRegister {
11
12/*!
13** The tool-bar presents various tool button for the register.
14*/
16: public Wt::WToolBar
17{
18 public:
19 ToolBar();
20
21 private:
22
23}; // endclass ToolBar
24
25 } // endnamespace AccountRegister {
26 } // endnamespace Gui {
27} // endnamespace GCW {
28
29#endif // __GUI_ACCOUNTREGISTER_TOOLBAR_H___
30
Definition App.h:18