BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
|
#include <gear.h>
Public Types | |
enum | HealthStatus { HEALTHY, MISSING_PARTS, NEEDS_MAINTENANCE, NEEDS_REPAIR, NEEDS_REPLACE } |
Public Member Functions | |
Gear () | |
Public Attributes | |
QString | gearName |
QDate | obsolDate |
HealthStatus | gearHealth |
enum Gear::HealthStatus |
Gear::Gear | ( | ) |
HealthStatus Gear::gearHealth |
QString Gear::gearName |
QDate Gear::obsolDate |