C# Class EditReactionTimeWindow, chronojump

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

Méthodes publiques

Méthode Description
Show ( Gtk parent, Event, myEvent, int pDN ) : EditReactionTimeWindow,

Méthodes protégées

Méthode Description
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
updateEvent ( int eventID, int personID, string description ) : void

Private Methods

Méthode Description
EditReactionTimeWindow ( Gtk parent ) : System

Method Details

Show() public static méthode

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

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

updateEvent() protected méthode

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