GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
StatusBar.h
Go to the documentation of this file.
1#line 2 "src/Gui/AccountRegister/StatusBar.h"
2
3#ifndef __GUI_ACCOUNTREGISTER_STATUSBAR_H___
4#define __GUI_ACCOUNTREGISTER_STATUSBAR_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 status-bar presents various totals from the register,
15** including the rowCount().
16*/
19{
20 public:
21 StatusBar();
22
28 auto setRowCount ( int _value = 0 )-> void ;
29
30 private:
31
33 auto setText( Wt::WText * _widget, int _value )-> void ;
34
41
42}; // endclass StatusBar
43
44 } // endnamespace AccountRegister {
45 } // endnamespace Gui {
46} // endnamespace GCW {
47
48#endif // __GUI_ACCOUNTREGISTER_STATUSBAR_H___
49
auto setFuture(GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void
Definition StatusBar.cpp:58
auto setProjected(GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void
Definition StatusBar.cpp:61
auto setRowCount(int _value=0) -> void
Definition StatusBar.cpp:62
auto setCleared(GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void
Definition StatusBar.cpp:59
auto setText(Wt::WText *_widget, GCW_NUMERIC _value) -> void
Definition StatusBar.cpp:45
auto setReconciled(GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void
Definition StatusBar.cpp:60
auto setPresent(GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void
Definition StatusBar.cpp:57
Widget * addNew(Args &&...args)
#define GCW_NUMERIC
Internal Numeric Type.
Definition gcwglobal.h:38
Definition App.h:18