#include </home/clem/local/src/opie/noncore/apps/opie-bartender/drinkdata.h>
Collaboration diagram for DrinkItem:

Public Member Functions | |
| DrinkItem (void) | |
| DrinkItem (const QString &name, const QString &ingredients) | |
| const QString & | getName (void) |
| const QString & | getIngredients (void) |
| void | setName (const QString &name) |
| void | setIngredients (const QString &ingredients) |
Private Attributes | |
| QString | name |
| QString | ingredients |
|
|
Definition at line 116 of file drinkdata.cpp. |
|
||||||||||||
|
Definition at line 119 of file drinkdata.cpp. |
|
|
Definition at line 128 of file drinkdata.cpp. References ingredients. |
|
|
Definition at line 124 of file drinkdata.cpp. References name. |
|
|
Definition at line 136 of file drinkdata.cpp. |
|
|
Definition at line 132 of file drinkdata.cpp. |
|
|
Definition at line 37 of file drinkdata.h. Referenced by getIngredients(). |
|
|
Definition at line 36 of file drinkdata.h. Referenced by getName(). |
1.4.2