Class Summary |
Activity |
Activity is an object which calculate activity by giving
it activity level, IBW(Ideal Body Weight), and sleeping hours.
|
ActivityHelp |
ActivityHelp is an object which show the short description
of activity level.
|
BMR |
BMR(Basal Metabolic Rate) is a class which
calculate BMR by giving it IBW(Ideal Body Weight),sleeping hours, and gender.
|
CalculateNutrient |
CalculateNutrient is an object which calculates personal
nutrient. |
CalculateServing |
CalculateServing is an object which calculates food
serving depend on personal nutrient need. |
Calorie |
Calorie is a class which calculate calorie by giving
it BMR(Basal Metabolic Rate), activity,
and DIT(Diet-Induced Thermogenesis).
|
DIT |
DIT is a class which calculate DIT(Diet-Induced Thermogenesis)
by giving it BMR(Basal Metabolic Rate), and activity.
|
FoodExchangeList |
FoodExchangeList is an object which
show the food exchange list.
|
Fruit |
Fruit is an object which contain it's nutrien, includes
carbohydrate, and calories.
|
IBW |
IBW is a class which calculate IBW(Ideal Body Weight)
by giving it height.
|
InputNutrient |
InputNutrient is evoked when user push button
of food serving on tools bar. |
MainFrame |
MainFrame is a main frame of this program. |
MainFrame_AboutBox |
ActivityHelp is an object which show some information about this
program. |
Meat |
Meat is an object which contain it's nutrien, includes
protein, fat, and calories.
|
Milk |
Milk is an object which contain it's nutrien, includes
protein, carbohydrate, fat, and calories.
|
NutrientPanel |
NutrientPanel is a module that can calculate personal nutrient need.
|
Oil |
Oil is an object which contain it's nutrien, includes
fat, and calories.
|
PFC |
PFC is a class which calculate protein, fat, and carbohydrate
serving depend on user's calories need.
|
Run |
Program main entry, start a new program thread. |
ServingPanel |
ServingPanel is a module that can calculate food serving.
|
Starches |
Starches is an object which contain it's nutrien, includes
protein, carbohydrate, and calories.
|
Vegetable |
Vegetable is an object which contain it's nutrien, includes
protein, carbohydrate, and calories.
|