C# Class ConvertWeightWindow, chronojump

Afficher le fichier Open project: GNOME/chronojump Class Usage Examples

Méthodes publiques

Méthode Description
Show ( double oldPersonWeight, double newPersonWeight, string jumpsNormal, string jumpsReactive ) : ConvertWeightWindow,

Méthodes protégées

Méthode Description
createTreeViewWithCheckboxes ( Gtk tv ) : void
fillTreeView ( Gtk tv, TreeStore store ) : void
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void

Private Methods

Méthode Description
ConvertWeightWindow ( double oldPersonWeight, double newPersonWeight, string jumpsNormal, string jumpsReactive ) : System
ItemToggled ( int columnThis, int columnOther, object o, Gtk.ToggledArgs args ) : void
ItemToggled1 ( object o, Gtk.ToggledArgs args ) : void
ItemToggled2 ( object o, Gtk.ToggledArgs args ) : void
createStringCalculatingKgs ( double personWeightKg, double jumpWeightPercent ) : string
createStringCalculatingPercent ( double oldPersonWeightKg, double newPersonWeightKg, double jumpWeightPercent ) : string

Method Details

Show() public static méthode

public static Show ( double oldPersonWeight, double newPersonWeight, string jumpsNormal, string jumpsReactive ) : ConvertWeightWindow,
oldPersonWeight double
newPersonWeight double
jumpsNormal string
jumpsReactive string
Résultat ConvertWeightWindow,

createTreeViewWithCheckboxes() protected méthode

protected createTreeViewWithCheckboxes ( Gtk tv ) : void
tv Gtk
Résultat void

fillTreeView() protected méthode

protected fillTreeView ( Gtk tv, TreeStore store ) : void
tv Gtk
store TreeStore
Résultat void

on_button_accept_clicked() protected méthode

protected on_button_accept_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_button_cancel_clicked() protected méthode

protected on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_delete_event() protected méthode

protected on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
Résultat void