C# Class JumpsRjMoreWindow, chronojump

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

Méthodes publiques

Méthode Description
Destroy ( ) : void
JumpsRjMoreWindow ( Gtk parent, bool testOrDelete ) : System
Show ( Gtk parent, bool testOrDelete ) : JumpsRjMoreWindow,

Méthodes protégées

Méthode Description
createTreeView ( Gtk tv ) : void
deleteTestLine ( ) : void
fillTreeView ( Gtk tv, TreeStore store ) : void
findTestTypesInSessions ( ) : string[]
onSelectionEntry ( object o, EventArgs args ) : void
on_row_double_clicked ( object o, Gtk args ) : void

Private Methods

Méthode Description
on_button_accept_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_jumps_runs_more_delete_event ( object o, Gtk.DeleteEventArgs args ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

JumpsRjMoreWindow() public méthode

public JumpsRjMoreWindow ( Gtk parent, bool testOrDelete ) : System
parent Gtk
testOrDelete bool
Résultat System

Show() public static méthode

public static Show ( Gtk parent, bool testOrDelete ) : JumpsRjMoreWindow,
parent Gtk
testOrDelete bool
Résultat JumpsRjMoreWindow,

createTreeView() protected méthode

protected createTreeView ( Gtk tv ) : void
tv Gtk
Résultat void

deleteTestLine() protected méthode

protected deleteTestLine ( ) : void
Résultat void

fillTreeView() protected méthode

protected fillTreeView ( Gtk tv, TreeStore store ) : void
tv Gtk
store TreeStore
Résultat void

findTestTypesInSessions() protected méthode

protected findTestTypesInSessions ( ) : string[]
Résultat string[]

onSelectionEntry() protected méthode

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

on_row_double_clicked() protected méthode

protected on_row_double_clicked ( object o, Gtk args ) : void
o object
args Gtk
Résultat void