1#line 2 "src/Gui/BillPay/BillPay.cpp"
19bpItems()-> std::vector< GCW::Gui::BillPay::Item >
21 std::vector< GCW::Gui::BillPay::Item > retVal;
57 std::string retVal = std::to_string( _value );
59 if( retVal.length() == 1 )
60 retVal =
"0" + retVal;
72 for(
auto c : _value )
74 if( c == 13 || c == 10 )
#define GCW_GUI_BILLPAY_ITEM_CFY
#define GCW_GUI_BILLPAY_CONFIG_CFY
auto getByCfy(const std::string &_cfyValue) -> GCW::Dbo::Vars::Item::Vector
auto get(const std::string &_keyValue, const std::string &_cfyValue="*", bool _add=true) -> GCW::Dbo::Vars::Item::Ptr
auto bpItem(const std::string &_guid) -> GCW::Gui::BillPay::Item
Bill Pay Item.
auto bpItems() -> std::vector< GCW::Gui::BillPay::Item >
Bill Pay Items.
auto toOneLineString(const std::string &_input) -> std::string
Convert a string with new-lines.
auto toString(int _value) -> std::string
Convert Integer to String.
auto configItem() -> GCW::Dbo::Vars::Item::Ptr
Config Item.