GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
Loading...
Searching...
No Matches
Customer/ToolBar.h
Go to the documentation of this file.
1#line 2 "src/Gui/Customer/ToolBar.h"
2
3
4#ifndef __GUI_CUSTOMER_TOOLBAR_H___
5#define __GUI_CUSTOMER_TOOLBAR_H___
6
7#include <Wt/WButtonGroup.h>
8#include <Wt/WRadioButton.h>
9#include <Wt/WCheckBox.h>
10
11namespace GCW {
12 namespace Gui {
13 namespace Customer {
14
15/*!
16** \brief Control Bar
17**
18** Control Bar with buttons
19**
20*/
23{
24 public:
25
26 ToolBar();
27
30
31// int selectedMonth() const;
32
33// std::shared_ptr< Wt::WButtonGroup > buttonGroup () const { return m_group; }
34 auto disabledButton () const-> Wt::WCheckBox * { return m_disabled; }
35 auto showDisabled () const-> bool ;
36
37 auto importClicked()-> Wt::Signal<> & { return m_importClicked; }
39
40 private:
41
42// std::shared_ptr< Wt::WButtonGroup > m_group;
45
48
49}; // endclass ToolBar
50
51 } // endnamespace Customer {
52 } // endnamespace Gui {
53} // endnamespace GCW {
54
55#endif // __GUI_CUSTOMER_TOOLBAR_H___
56
57
auto disabledButton() const -> Wt::WCheckBox *
auto exportClicked() -> Wt::Signal<> &
auto importClicked() -> Wt::Signal<> &
auto showDisabled() const -> bool
Widget * addNew(Args &&...args)
Definition App.h:18