GnuCashew ~ GnuCash Enabled Web
GCW
|
Site Main Widget. More...
#include <MainWidget.h>
Inherits Wt::WContainerWidget.
Public Member Functions | |
MainWidget () | |
auto | navBar () -> Wt::WNavigationBar * |
auto | toolBar () -> Wt::WToolBar * |
auto | statusBar () -> Wt::WContainerWidget * |
auto | centralWidget () -> CentralWidget * |
auto | load () -> void |
auto | open_customersOverview () -> void |
auto | open_properties () -> void |
auto | openSelectedAccount () -> void |
auto | test () -> void |
Private Attributes | |
Wt::WNavigationBar * | m_navBar = nullptr |
GCW::Gui::MainMenu * | m_mainMenu = nullptr |
Wt::WToolBar * | m_toolBar = nullptr |
Wt::WContainerWidget * | m_statusBar = nullptr |
CentralWidget * | m_centralWidget = nullptr |
Site Main Widget.
This is the GnuCashew main site container. It contains a top-line menu navigation bar, a push-button tool bar, bottom-line status bar, and the main central workspace area for the account tree view and other panes.
see also; CentralWidget
Definition at line 30 of file MainWidget.h.
GCW::Gui::MainWidget::MainWidget | ( | ) |
Definition at line 15 of file MainWidget.cpp.
References m_centralWidget, m_navBar, m_statusBar, and m_toolBar.
|
inline |
Definition at line 40 of file MainWidget.h.
References m_centralWidget.
auto GCW::Gui::MainWidget::load | ( | ) | -> void |
Definition at line 37 of file MainWidget.cpp.
References GCW::Dbo::Accounts::load(), TR, and TR8.
|
inline |
Definition at line 37 of file MainWidget.h.
References m_navBar.
auto GCW::Gui::MainWidget::open_customersOverview | ( | ) | -> void |
auto GCW::Gui::MainWidget::open_properties | ( | ) | -> void |
Definition at line 93 of file MainWidget.cpp.
References GCW::app(), and TR.
Referenced by GCW::Gui::MainMenu::MainMenu().
auto GCW::Gui::MainWidget::openSelectedAccount | ( | ) | -> void |
Definition at line 116 of file MainWidget.cpp.
Referenced by GCW::Gui::MainMenu::MainMenu().
|
inline |
Definition at line 39 of file MainWidget.h.
References m_statusBar.
auto GCW::Gui::MainWidget::test | ( | ) | -> void |
Definition at line 131 of file MainWidget.cpp.
References test_gnucash().
|
inline |
Definition at line 38 of file MainWidget.h.
References m_toolBar.
|
private |
Definition at line 54 of file MainWidget.h.
Referenced by centralWidget(), and MainWidget().
|
private |
Definition at line 51 of file MainWidget.h.
|
private |
Definition at line 50 of file MainWidget.h.
Referenced by MainWidget(), and navBar().
|
private |
Definition at line 53 of file MainWidget.h.
Referenced by MainWidget(), and statusBar().
|
private |
Definition at line 52 of file MainWidget.h.
Referenced by MainWidget(), and toolBar().