GnuCashew ~ GnuCash Enabled Web
GCW
|
#include <string>
Go to the source code of this file.
Namespaces | |
GCW | |
GCW::Gui | |
GCW::Gui::BillPay | |
Bill Pay. | |
Enumerations | |
enum class | GCW::Gui::BillPay::Status { GCW::Gui::BillPay::Paid , GCW::Gui::BillPay::Unpaid , GCW::Gui::BillPay::Disabled } |
Bill Status. More... | |
Functions | |
std::string | GCW::Gui::BillPay::asString (Status _status) |
Get Status as String. More... | |
std::string | GCW::Gui::BillPay::asStyleClass (Status _status) |
Get Status as Style Class. More... | |