|
| PurchaseInfo (const PurchaseInfo &in) |
|
| PurchaseInfo (const QString &name, int dep, double price, double quantity, int qdec) |
|
void | clear () |
|
bool | isEmpty () |
|
bool | operator< (const PurchaseInfo &in) const |
|
bool | operator== (const PurchaseInfo &in) const |
|
|
QString | m_name |
|
int | m_dep |
|
double | m_price |
|
double | m_quantity |
|
int | m_qdec |
|
QValueList< int > | m_taxes |
|
double | m_dDiscount |
|
bool | m_isDiscountInPercent |
|
int | m_iOperation |
|
QString | m_sUnit |
|
QString | m_sComment |
|
bool | m_isEmpty |
|
The documentation for this struct was generated from the following file: