The ItemType class Item type model.
More...
#include <itemtype.h>
|
static const int | CUSTOMER = 0 |
| constant value assigned to Customer
|
|
static const int | PROJECT = 1 |
| constant value assigned to Project
|
|
static const int | BILLING = 2 |
| constant value assigned to Billing
|
|
static const int | QUOTE = 3 |
| constant value assigned to Quote
|
|
The ItemType class Item type model.
Utils::ItemType::ItemType |
( |
int |
type, |
|
|
QString |
name |
|
) |
| |
ItemType::ItemType Construct an Item type.
- Parameters
-
type | Type of the item |
name | Name of the item |
QString Utils::ItemType::getName |
( |
| ) |
const |
int Utils::ItemType::getType |
( |
| ) |
const |
void Utils::ItemType::setName |
( |
const QString & |
name | ) |
|
void Utils::ItemType::setType |
( |
int |
type | ) |
|
The documentation for this class was generated from the following files:
- /home/travis/build/FACT-Team/FactDev/src/utils/itemtype.h
- /home/travis/build/FACT-Team/FactDev/src/utils/itemtype.cpp