BigBlueBox
An Inventory Management System for a NYLT Course or other Boy Scout Programs
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
List of all members
bbb::Row Class Reference

Ui Object Layer : Inventory Table Row. More...

#include <item.h>

Inheritance diagram for bbb::Row:
Inheritance graph
[legend]
Collaboration diagram for bbb::Row:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from bbb::Item
 Item ()
 Default no-args constructor. More...
 
QString categoryIntToQString (int cat)
 Uses the toString method in catagory class. More...
 
- Public Attributes inherited from bbb::Item
QString itemName
 Item Name. More...
 
int quantity
 Item Quantity. More...
 
int effectiveOnHand
 Item Effective OnHand. More...
 
int boxNum
 Box item is in Replaced by box string. More...
 
QString boxStr
 Box item is in. More...
 
bool canExpire
 If it can expire. More...
 
bbb::Category::categoryType category
 Category::categoryType. More...
 
QDateTime dateModified
 Date it was modified. More...
 
QString modifiedBy
 User who last modified the item. More...
 

Detailed Description

Ui Object Layer : Inventory Table Row.

One row in the Inventory table. Item

Author
Bob Baker

The documentation for this class was generated from the following file: