Foodolini.Activities.RegisterExercise.ExerciseEditor Class Reference

Inherits Foodolini::Activities::IActivity.

Collaboration diagram for Foodolini.Activities.RegisterExercise.ExerciseEditor:
Collaboration graph

List of all members.

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]

Private Attributes

IOwner owner
Exercise chosenExercise
Gtk.VBox vbox1
Gtk.Label label1
Gtk.Label label2
Gtk.HBox hbox1
Foodolini.Activities.RegisterExercise.ChooseSportsActivity choosesportsactivity1
Gtk.VSeparator vseparator4
Gtk.VBox vbox3
Gtk.HBox hbox4
Gtk.Label label6
Gtk.SpinButton spbtHours
Gtk.Label label4
Gtk.SpinButton spbtMinutes
Gtk.Label label5
Gtk.Label label3
Gtk.Calendar calDatePerformed
Gtk.HSeparator hseparator1
Gtk.HBox hbox2
Gtk.Label label7
Gtk.Button btCancel
Gtk.Button btSaveExercise

Detailed Description

Definition at line 9 of file ExerciseEditor.cs.


Constructor & Destructor Documentation

Foodolini.Activities.RegisterExercise.ExerciseEditor.ExerciseEditor (  ) 

Definition at line 14 of file ExerciseEditor.cs.


Member Function Documentation

virtual void Foodolini.Activities.RegisterExercise.ExerciseEditor.Build (  )  [protected, virtual]
void Foodolini.Activities.RegisterExercise.ExerciseEditor.Register ( IOwner  owner  ) 

Subscribe to the events exposed by owner, and store a reference to owner.

Parameters:
owner Instance of an implementation of IOwner

Implements Foodolini.Activities.IActivity.

Definition at line 27 of file ExerciseEditor.cs.

void Foodolini.Activities.RegisterExercise.ExerciseEditor.SetDetails ( Exercise  chosenExercise  ) 

Definition at line 19 of file ExerciseEditor.cs.

void Foodolini.Activities.RegisterExercise.ExerciseEditor.Unregister (  ) 

Unsubscribe to the events exposed by owner, and loose any references to owner.

Implements Foodolini.Activities.IActivity.

Definition at line 31 of file ExerciseEditor.cs.


Member Data Documentation

Definition at line 12 of file ExerciseEditor.cs.

Definition at line 11 of file ExerciseEditor.cs.


Property Documentation

Widget Foodolini.Activities.RegisterExercise.ExerciseEditor.Widget [get]

Implements Foodolini.Activities.IActivity.

Definition at line 36 of file ExerciseEditor.cs.


The documentation for this class was generated from the following files:

Foodolini 1.0.0 Documentation, generated with DoxyGen.