1#line 2 "src/Gui/BillPay/Status.cpp"
11 case Status::Paid :
return TR8(
"gcw.billPay.tableName.Paid" );
12 case Status::Pending :
return TR8(
"gcw.billPay.tableName.Pending" );
13 case Status::Unpaid :
return TR8(
"gcw.billPay.tableName.Unpaid" );
14 case Status::Inactive :
return TR8(
"gcw.billPay.tableName.Inactive" );
27 case Status::Paid :
return "billpay paid" ;
28 case Status::Pending :
return "billpay pending" ;
29 case Status::Unpaid :
return "billpay unpaid" ;
30 case Status::Inactive :
return "billpay inactive" ;
auto asString(Status _status) -> std::string
Get Status as String.
auto asStyleClass(Status _status) -> std::string
Get Status as Style Class.