Inherits Foodolini::Activities::IActivity.
Public Member Functions | |
HomeActivity () | |
void | Register (IOwner owner) |
Subscribe to the events exposed by owner, and store a reference to owner. | |
void | Unregister () |
Unsubscribe to the events exposed by owner, and loose any references to owner. | |
Protected Member Functions | |
virtual void | Build () |
virtual void | OnInventoryButtonClicked (object sender, System.EventArgs e) |
virtual void | OnRegisterFoodItemButtonClicked (object sender, System.EventArgs e) |
virtual void | OnCookbookButtonClicked (object sender, System.EventArgs e) |
virtual void | OnNewRecipeButtonClicked (object sender, System.EventArgs e) |
virtual void | OnIngredientsButtonClicked (object sender, System.EventArgs e) |
virtual void | OnRegisterExerciseButtonClicked (object sender, System.EventArgs e) |
virtual void | OnProfileButtonClicked (object sender, System.EventArgs e) |
virtual void | OnAdminButtonClicked (object sender, System.EventArgs e) |
Properties | |
Widget | Widget [get] |
Definition at line 14 of file Foodolini.Activities.HomeActivity.cs.
Foodolini.Activities.HomeActivity.HomeActivity | ( | ) |
Definition at line 16 of file HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.Build | ( | ) | [protected, virtual] |
Definition at line 70 of file Foodolini.Activities.HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.OnAdminButtonClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 120 of file HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.OnCookbookButtonClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 100 of file HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.OnIngredientsButtonClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 108 of file HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.OnInventoryButtonClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 92 of file HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.OnNewRecipeButtonClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 104 of file HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.OnProfileButtonClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 116 of file HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.OnRegisterExerciseButtonClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 112 of file HomeActivity.cs.
virtual void Foodolini.Activities.HomeActivity.OnRegisterFoodItemButtonClicked | ( | object | sender, | |
System.EventArgs | e | |||
) | [protected, virtual] |
Definition at line 96 of file HomeActivity.cs.
void Foodolini.Activities.HomeActivity.Register | ( | IOwner | owner | ) |
Subscribe to the events exposed by owner, and store a reference to owner.
owner | Instance of an implementation of IOwner |
Implements Foodolini.Activities.IActivity.
Definition at line 41 of file HomeActivity.cs.
void Foodolini.Activities.HomeActivity.Unregister | ( | ) |
Unsubscribe to the events exposed by owner, and loose any references to owner.
Implements Foodolini.Activities.IActivity.
Definition at line 45 of file HomeActivity.cs.
Widget Foodolini.Activities.HomeActivity.Widget [get] |
Implements Foodolini.Activities.IActivity.
Definition at line 49 of file HomeActivity.cs.