C# Class ConvertWeightWindow, chronojump

显示文件 Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
Show ( double oldPersonWeight, double newPersonWeight, string jumpsNormal, string jumpsReactive ) : ConvertWeightWindow,

Protected Methods

Method 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

Method 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 method

public static Show ( double oldPersonWeight, double newPersonWeight, string jumpsNormal, string jumpsReactive ) : ConvertWeightWindow,
oldPersonWeight double
newPersonWeight double
jumpsNormal string
jumpsReactive string
return ConvertWeightWindow,

createTreeViewWithCheckboxes() protected method

protected createTreeViewWithCheckboxes ( Gtk tv ) : void
tv Gtk
return void

fillTreeView() protected method

protected fillTreeView ( Gtk tv, TreeStore store ) : void
tv Gtk
store TreeStore
return void

on_button_accept_clicked() protected method

protected on_button_accept_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_button_cancel_clicked() protected method

protected on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
return void

on_delete_event() protected method

protected on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
return void