Customer Overview.
More...
#include <MainWidget.h>
Inherits Wt::WContainerWidget.
Customer Overview.
Definition at line 21 of file MainWidget.h.
◆ Model
◆ MainWidget()
GCW::Gui::Customer::MainWidget::MainWidget |
( |
| ) |
|
Definition at line 12 of file MainWidget.cpp.
References GCW::Dbo::Customers::Field::addr_email, GCW::Dbo::Customers::Field::addr_phone, doubleClicked(), GCW::Dbo::Accounts::Field::guid, GCW::Dbo::Customers::Field::id, m_invoicesView, m_model, m_view, model(), GCW::Dbo::Customers::Field::name, setModel(), and view().
◆ doubleClicked() [1/2]
Wt::Signal< std::string >& GCW::Gui::Customer::MainWidget::doubleClicked |
( |
| ) |
|
|
inline |
◆ doubleClicked() [2/2]
void GCW::Gui::Customer::MainWidget::doubleClicked |
( |
const Wt::WModelIndex & |
index, |
|
|
const Wt::WMouseEvent & |
event |
|
) |
| |
|
private |
◆ editAccount()
void GCW::Gui::Customer::MainWidget::editAccount |
( |
const std::string & |
_accountGuid | ) |
|
◆ editSelectedAccount()
void GCW::Gui::Customer::MainWidget::editSelectedAccount |
( |
| ) |
|
◆ fromJson()
bool GCW::Gui::Customer::MainWidget::fromJson |
( |
const Wt::Json::Object & |
_jobj | ) |
|
◆ model()
std::shared_ptr< Model > GCW::Gui::Customer::MainWidget::model |
( |
| ) |
const |
|
inline |
◆ selectedAccount()
std::string GCW::Gui::Customer::MainWidget::selectedAccount |
( |
| ) |
const |
◆ setModel()
void GCW::Gui::Customer::MainWidget::setModel |
( |
| ) |
|
|
private |
◆ toJson()
Wt::Json::Object GCW::Gui::Customer::MainWidget::toJson |
( |
| ) |
const |
◆ view()
Wt::WTableView* GCW::Gui::Customer::MainWidget::view |
( |
| ) |
const |
|
inline |
◆ m_columns
std::vector< std::string > GCW::Gui::Customer::MainWidget::m_columns |
|
private |
◆ m_doubleClicked
Wt::Signal< std::string > GCW::Gui::Customer::MainWidget::m_doubleClicked |
|
private |
◆ m_invoicesView
◆ m_model
std::shared_ptr< Model > GCW::Gui::Customer::MainWidget::m_model |
|
private |
◆ m_view
Wt::WTableView* GCW::Gui::Customer::MainWidget::m_view = nullptr |
|
private |
The documentation for this class was generated from the following files: