1#line 2 "src/Gui/AccountEditor.h"
3#ifndef __GUI_ACCOUNTEDITOR_H___
4#define __GUI_ACCOUNTEDITOR_H___
6#include <Wt/WContainerWidget.h>
8#include <Wt/WLineEdit.h>
9#include <Wt/WTabWidget.h>
10#include <Wt/WTemplateFormView.h>
12#include "../GnuCashew.h"
Wt::WComboBox * m_fraction
auto loadData(const std::string &_accountGuid) -> void
Wt::WCheckBox * m_autoTransfer
Wt::WComboBox * m_accountType
Wt::WCheckBox * m_taxRelated
Wt::WCheckBox * m_placeholder
Wt::WCheckBox * m_openingBalance
Wt::WComboBox * m_security
Wt::WPushButton * m_color
auto saveData(const std::string &_accountGuid) -> void
auto loadData(const std::string &_accountGuid) -> void
auto saveData(const std::string &_accountGuid) -> void
auto save() -> Wt::Signal<> &
std::string m_accountGuid
Wt::WText * m_accountName
Wt::WTabWidget * m_tabWidget
auto isDirty() const -> bool
auto saveData(const std::string &_accountGuid) -> void
Wt::WTabWidget * tabWidget()
auto loadData(const std::string &_accountGuid) -> void
auto cancel() -> Wt::Signal<> &