GnuCashew ~ GnuCash Enabled Web
GCW
|
Account Editor. More...
#include <AccountEditor.h>
Inherits Wt::WContainerWidget.
Classes | |
class | Tab1 |
class | Tab2 |
Public Member Functions | |
AccountEditor (const std::string &_accountGuid) | |
Wt::WTabWidget * | tabWidget () |
auto | t1 () -> Tab1 * |
auto | t2 () -> Tab2 * |
auto | save () -> Wt::Signal<> & |
auto | cancel () -> Wt::Signal<> & |
Private Member Functions | |
auto | do_help () -> void |
auto | do_cancel () -> void |
auto | do_ok () -> void |
Private Attributes | |
std::string | m_accountGuid |
Wt::Signal | m_save |
Wt::Signal | m_cancel |
Wt::WTabWidget * | m_tabWidget = nullptr |
Tab1 * | m_t1 = nullptr |
Tab2 * | m_t2 = nullptr |
Account Editor.
Definition at line 22 of file AccountEditor.h.
GCW::Gui::AccountEditor::AccountEditor | ( | const std::string & | _accountGuid | ) |
Definition at line 143 of file AccountEditor.cpp.
References do_cancel(), do_help(), do_ok(), GCW::Dbo::Accounts::fullName(), GCW::Dbo::Accounts::load(), m_accountGuid, m_t1, m_t2, m_tabWidget, GCW::Dbo::Accounts::Field::name, tabWidget(), and TR.
|
inline |
Definition at line 70 of file AccountEditor.h.
References m_cancel.
|
private |
Definition at line 198 of file AccountEditor.cpp.
Referenced by AccountEditor().
|
private |
Definition at line 190 of file AccountEditor.cpp.
Referenced by AccountEditor().
|
private |
Definition at line 206 of file AccountEditor.cpp.
Referenced by AccountEditor().
|
inline |
Definition at line 69 of file AccountEditor.h.
References m_save.
|
inline |
Definition at line 66 of file AccountEditor.h.
References m_t1.
Referenced by GCW::Gui::AccountEditor::Tab1::Tab1().
|
inline |
Definition at line 67 of file AccountEditor.h.
References m_t2.
Referenced by GCW::Gui::AccountEditor::Tab2::Tab2().
|
inline |
Definition at line 64 of file AccountEditor.h.
References m_tabWidget.
Referenced by AccountEditor().
|
private |
Definition at line 78 of file AccountEditor.h.
Referenced by AccountEditor().
|
private |
Definition at line 80 of file AccountEditor.h.
Referenced by cancel().
|
private |
Definition at line 79 of file AccountEditor.h.
Referenced by save().
|
private |
Definition at line 82 of file AccountEditor.h.
Referenced by AccountEditor(), and t1().
|
private |
Definition at line 83 of file AccountEditor.h.
Referenced by AccountEditor(), and t2().
|
private |
Definition at line 81 of file AccountEditor.h.
Referenced by AccountEditor(), and tabWidget().