C# Class EditMultiChronopicWindow, 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 ) : EditMultiChronopicWindow,

Méthodes protégées

Méthode Description
fillDistance ( Event, myEvent ) : void
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
EditMultiChronopicWindow ( Gtk parent ) : System

Method Details

Show() public static méthode

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

fillDistance() protected méthode

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

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