C# Class EditReactionTimeWindow, chronojump

Inheritance: EditEventWindow
ファイルを表示 Open project: GNOME/chronojump Class Usage Examples

Public Methods

Method Description
Show ( Gtk parent, Event, myEvent, int pDN ) : EditReactionTimeWindow,

Protected Methods

Method 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

Method Description
EditReactionTimeWindow ( Gtk parent ) : System

Method Details

Show() public static method

public static Show ( Gtk parent, Event, myEvent, int pDN ) : EditReactionTimeWindow,
parent Gtk
myEvent Event,
pDN int
return EditReactionTimeWindow,

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

updateEvent() protected method

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