GnuCashew ~ GnuCash Enabled Web
GCW
|
Inherits Wt::WContainerWidget.
Public Member Functions | |
StatusBar () | |
auto | setPresent (GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void |
auto | setFuture (GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void |
auto | setCleared (GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void |
auto | setReconciled (GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void |
auto | setProjected (GCW_NUMERIC _value=GCW_NUMERIC(0)) -> void |
auto | setRowCount (int _value=0) -> void |
Private Attributes | |
Wt::WText * | m_present = nullptr |
Wt::WText * | m_future = nullptr |
Wt::WText * | m_cleared = nullptr |
Wt::WText * | m_reconciled = nullptr |
Wt::WText * | m_projected = nullptr |
Wt::WText * | m_rowCount = nullptr |
The status-bar presents various totals from the register, including the rowCount().
Definition at line 59 of file AccountRegister.h.
GCW::Gui::AccountRegister::StatusBar::StatusBar | ( | ) |
Definition at line 545 of file AccountRegister.cpp.
References m_cleared, m_future, m_present, m_projected, m_reconciled, m_rowCount, setCleared(), setFuture(), setPresent(), setProjected(), setReconciled(), setRowCount(), and TR.
auto GCW::Gui::AccountRegister::StatusBar::setCleared | ( | GCW_NUMERIC | _value = GCW_NUMERIC(0) | ) | -> void |
Definition at line 580 of file AccountRegister.cpp.
Referenced by StatusBar().
auto GCW::Gui::AccountRegister::StatusBar::setFuture | ( | GCW_NUMERIC | _value = GCW_NUMERIC(0) | ) | -> void |
Definition at line 579 of file AccountRegister.cpp.
Referenced by StatusBar().
auto GCW::Gui::AccountRegister::StatusBar::setPresent | ( | GCW_NUMERIC | _value = GCW_NUMERIC(0) | ) | -> void |
Definition at line 578 of file AccountRegister.cpp.
Referenced by StatusBar().
auto GCW::Gui::AccountRegister::StatusBar::setProjected | ( | GCW_NUMERIC | _value = GCW_NUMERIC(0) | ) | -> void |
Definition at line 582 of file AccountRegister.cpp.
Referenced by StatusBar().
auto GCW::Gui::AccountRegister::StatusBar::setReconciled | ( | GCW_NUMERIC | _value = GCW_NUMERIC(0) | ) | -> void |
Definition at line 581 of file AccountRegister.cpp.
Referenced by StatusBar().
auto GCW::Gui::AccountRegister::StatusBar::setRowCount | ( | int | _value = 0 | ) | -> void |
Definition at line 583 of file AccountRegister.cpp.
Referenced by StatusBar().
|
private |
Definition at line 76 of file AccountRegister.h.
Referenced by StatusBar().
|
private |
Definition at line 75 of file AccountRegister.h.
Referenced by StatusBar().
|
private |
Definition at line 74 of file AccountRegister.h.
Referenced by StatusBar().
|
private |
Definition at line 78 of file AccountRegister.h.
Referenced by StatusBar().
|
private |
Definition at line 77 of file AccountRegister.h.
Referenced by StatusBar().
|
private |
Definition at line 79 of file AccountRegister.h.
Referenced by StatusBar().