GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
Classes | |
class | Item |
Variables Item Class. More... | |
Functions | |
auto | get (const std::string &_keyValue, const std::string &_cfyValue="*", bool _add=true) -> GCW::Dbo::Vars::Item::Ptr |
auto | getByCfy (const std::string &_cfyValue) -> GCW::Dbo::Vars::Item::Vector |
Variables | |
const char * | s_tableName = "gcw_vars" |
auto GCW::Dbo::Vars::get | ( | const std::string & | _keyValue, |
const std::string & | _cfyValue = "*" , |
||
bool | _add = true |
||
) | -> GCW::Dbo::Vars::Item::Ptr |
Definition at line 15 of file Vars.cpp.
References GCW::app(), Wt::WString::arg(), Wt::Dbo::ptr< class C >::flush(), Wt::Dbo::ptr< class C >::modify(), and Wt::WString::toUTF8().
Referenced by GCW::Dbo::GnuCashew::Session::addGnuCashewExtensions(), GCW::Gui::BillPay::bpItem(), GCW::Gui::AccountsTreeView::configItem(), GCW::Gui::BillPay::configItem(), GCW::App::configItem(), and GCW::Dbo::Prefrences::get().
auto GCW::Dbo::Vars::getByCfy | ( | const std::string & | _cfyValue | ) | -> GCW::Dbo::Vars::Item::Vector |
Definition at line 74 of file Vars.cpp.
References GCW::app().
Referenced by GCW::Gui::BillPay::EditWidget::accountIsDuplicated(), GCW::Gui::BillPay::bpItems(), and GCW::Gui::BillPay::TableModel::loadData().
|
extern |
Definition at line 11 of file Vars.cpp.
Referenced by GCW::Dbo::GnuCashew::Session::hasGnuCashewExtensions().