C# Class RepairRunIntervalWindow, chronojump

Mostrar archivo Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
Show ( Gtk parent, RunInterval, myRun, int pDN ) : RepairRunIntervalWindow,

Private Methods

Method Description
RepairRunIntervalWindow ( Gtk parent, RunInterval, myRun, int pDN ) : System
createTextForTextView ( RunType, myRunType ) : string
createTreeView ( Gtk myTreeView ) : void
fillTreeView ( Gtk tv, TreeStore store, RunInterval, myRun, int pDN ) : void
getTotalTime ( ) : double
onSelectionEntry ( object o, EventArgs args ) : void
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_add_after_clicked ( object o, EventArgs args ) : void
on_button_add_before_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_button_delete_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
putRowNumbers ( TreeStore myStore ) : void
timeCellEdited ( object o, Gtk args ) : void

Method Details

Show() public static method

public static Show ( Gtk parent, RunInterval, myRun, int pDN ) : RepairRunIntervalWindow,
parent Gtk
myRun RunInterval,
pDN int
return RepairRunIntervalWindow,