GnuCashew ~ GnuCash Enabled Web
GCW
Public Member Functions | Private Attributes | List of all members
GCW::Gui::AccountRegister::StatusBar Class Reference

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
 

Detailed Description

The status-bar presents various totals from the register, including the rowCount().

Definition at line 59 of file AccountRegister.h.

Constructor & Destructor Documentation

◆ StatusBar()

GCW::Gui::AccountRegister::StatusBar::StatusBar ( )

Member Function Documentation

◆ setCleared()

auto GCW::Gui::AccountRegister::StatusBar::setCleared ( GCW_NUMERIC  _value = GCW_NUMERIC(0)) -> void

Definition at line 580 of file AccountRegister.cpp.

Referenced by StatusBar().

◆ setFuture()

auto GCW::Gui::AccountRegister::StatusBar::setFuture ( GCW_NUMERIC  _value = GCW_NUMERIC(0)) -> void

Definition at line 579 of file AccountRegister.cpp.

Referenced by StatusBar().

◆ setPresent()

auto GCW::Gui::AccountRegister::StatusBar::setPresent ( GCW_NUMERIC  _value = GCW_NUMERIC(0)) -> void

Definition at line 578 of file AccountRegister.cpp.

Referenced by StatusBar().

◆ setProjected()

auto GCW::Gui::AccountRegister::StatusBar::setProjected ( GCW_NUMERIC  _value = GCW_NUMERIC(0)) -> void

Definition at line 582 of file AccountRegister.cpp.

Referenced by StatusBar().

◆ setReconciled()

auto GCW::Gui::AccountRegister::StatusBar::setReconciled ( GCW_NUMERIC  _value = GCW_NUMERIC(0)) -> void

Definition at line 581 of file AccountRegister.cpp.

Referenced by StatusBar().

◆ setRowCount()

auto GCW::Gui::AccountRegister::StatusBar::setRowCount ( int  _value = 0) -> void

Definition at line 583 of file AccountRegister.cpp.

Referenced by StatusBar().

Member Data Documentation

◆ m_cleared

Wt::WText* GCW::Gui::AccountRegister::StatusBar::m_cleared = nullptr
private

Definition at line 76 of file AccountRegister.h.

Referenced by StatusBar().

◆ m_future

Wt::WText* GCW::Gui::AccountRegister::StatusBar::m_future = nullptr
private

Definition at line 75 of file AccountRegister.h.

Referenced by StatusBar().

◆ m_present

Wt::WText* GCW::Gui::AccountRegister::StatusBar::m_present = nullptr
private

Definition at line 74 of file AccountRegister.h.

Referenced by StatusBar().

◆ m_projected

Wt::WText* GCW::Gui::AccountRegister::StatusBar::m_projected = nullptr
private

Definition at line 78 of file AccountRegister.h.

Referenced by StatusBar().

◆ m_reconciled

Wt::WText* GCW::Gui::AccountRegister::StatusBar::m_reconciled = nullptr
private

Definition at line 77 of file AccountRegister.h.

Referenced by StatusBar().

◆ m_rowCount

Wt::WText* GCW::Gui::AccountRegister::StatusBar::m_rowCount = nullptr
private

Definition at line 79 of file AccountRegister.h.

Referenced by StatusBar().


The documentation for this class was generated from the following files: