C# Class EditRunWindow, chronojump

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

Méthodes publiques

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

Méthodes protégées

Méthode 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

Méthode Description
on_combo_eventType_changed ( object o, EventArgs args ) : void

Method Details

EditRunWindow() protected méthode

protected EditRunWindow ( ) : System
Résultat System

EditRunWindow() public méthode

public EditRunWindow ( Gtk parent ) : System
parent Gtk
Résultat System

Show() public static méthode

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

createSignal() protected méthode

protected createSignal ( ) : void
Résultat void

fillDistance() protected méthode

protected fillDistance ( Event, myEvent ) : void
myEvent Event,
Résultat void

fillRunStart() protected méthode

protected fillRunStart ( Event, myEvent ) : void
myEvent Event,
Résultat void

fillSpeed() protected méthode

protected fillSpeed ( Event, myEvent ) : void
myEvent Event,
Résultat void

fillTime() protected méthode

protected fillTime ( Event, myEvent ) : void
myEvent Event,
Résultat void

findTypes() protected méthode

protected findTypes ( Event, myEvent ) : string[]
myEvent Event,
Résultat string[]

hideWindow() protected méthode

protected hideWindow ( ) : void
Résultat void

initializeValues() protected méthode

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

on_spin_mistakes_changed() protected méthode

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

updateEvent() protected méthode

protected updateEvent ( int eventID, int personID, string description ) : void
eventID int
personID int
description string
Résultat void