|
GnuCashew ~ Web Application compatible with GnuCash sql data files.
GCW
|
#include <string>
Include dependency graph for Status.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | GCW |
| namespace | GCW::Gui |
| namespace | GCW::Gui::BillPay |
| Bill Pay. | |
Enumerations | |
| enum class | GCW::Gui::BillPay::Status { GCW::Gui::BillPay::Unpaid , GCW::Gui::BillPay::Pending , GCW::Gui::BillPay::Paid , GCW::Gui::BillPay::Inactive } |
| Bill Status. More... | |
Functions | |
| auto | GCW::Gui::BillPay::asString (Status _status) -> std::string |
| Get Status as String. | |
| auto | GCW::Gui::BillPay::asStyleClass (Status _status) -> std::string |
| Get Status as Style Class. | |