C# Class EditRunWindow, chronojump

Inheritance: EditEventWindow
Mostra file Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
EditRunWindow ( Gtk parent ) : System
Show ( Gtk parent, Event, myEvent, int pDN, bool metersSecondsPreferred ) : EditRunWindow,

Protected Methods

Method Description
EditRunWindow ( ) : System
createSignal ( ) : void
fillDistance ( Event, myEvent ) : void
fillRunStart ( Event, myEvent ) : void
fillSpeed ( Event, myEvent ) : void
fillTime ( Event, myEvent ) : void
findTypes ( Event, myEvent ) : string[]
hideWindow ( ) : void
initializeValues ( ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
on_spin_mistakes_changed ( object o, EventArgs args ) : void
updateEvent ( int eventID, int personID, string description ) : void

Private Methods

Method Description
on_combo_eventType_changed ( object o, EventArgs args ) : void

Method Details

EditRunWindow() protected method

protected EditRunWindow ( ) : System
return System

EditRunWindow() public method

public EditRunWindow ( Gtk parent ) : System
parent Gtk
return System

Show() public static method

public static Show ( Gtk parent, Event, myEvent, int pDN, bool metersSecondsPreferred ) : EditRunWindow,
parent Gtk
myEvent Event,
pDN int
metersSecondsPreferred bool
return EditRunWindow,

createSignal() protected method

protected createSignal ( ) : void
return void

fillDistance() protected method

protected fillDistance ( Event, myEvent ) : void
myEvent Event,
return void

fillRunStart() protected method

protected fillRunStart ( Event, myEvent ) : void
myEvent Event,
return void

fillSpeed() protected method

protected fillSpeed ( Event, myEvent ) : void
myEvent Event,
return void

fillTime() protected method

protected fillTime ( Event, myEvent ) : void
myEvent Event,
return void

findTypes() protected method

protected findTypes ( Event, myEvent ) : string[]
myEvent Event,
return string[]

hideWindow() protected method

protected hideWindow ( ) : void
return void

initializeValues() protected method

protected initializeValues ( ) : void
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

on_spin_mistakes_changed() protected method

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

updateEvent() protected method

protected updateEvent ( int eventID, int personID, string description ) : void
eventID int
personID int
description string
return void