Inherits Foodolini::Activities::IActivity.
Public Member Functions | |
ExerciseEditor () | |
void | SetDetails (Exercise chosenExercise) |
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 () |
Properties | |
Widget | Widget [get] |
Definition at line 12 of file ExerciseEditor.cs.
Foodolini.Activities.ExerciseEditor.ExerciseEditor | ( | ) |
Definition at line 17 of file ExerciseEditor.cs.
virtual void Foodolini.Activities.ExerciseEditor.Build | ( | ) | [protected, virtual] |
Definition at line 56 of file Foodolini.Activities.ExerciseEditor.cs.
void Foodolini.Activities.ExerciseEditor.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 30 of file ExerciseEditor.cs.
void Foodolini.Activities.ExerciseEditor.SetDetails | ( | Exercise | chosenExercise | ) |
void Foodolini.Activities.ExerciseEditor.Unregister | ( | ) |
Unsubscribe to the events exposed by owner, and loose any references to owner.
Implements Foodolini.Activities.IActivity.
Definition at line 34 of file ExerciseEditor.cs.
Widget Foodolini.Activities.ExerciseEditor.Widget [get] |
Implements Foodolini.Activities.IActivity.
Definition at line 39 of file ExerciseEditor.cs.