C# Class ChronopicWizardWindow, chronojump

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

Méthodes publiques

Свойство Type Description
FakeButtonChronopicWizardFinished Gtk.Button
PortContacts string
PortEncoder string

Méthodes publiques

Méthode Description
ChronopicWizardWindow ( ) : System
HideAndNull ( ) : void
Show ( ) : ChronopicWizardWindow,
assignPorts ( ArrayList ports, Gtk radio1, Gtk radio2, Gtk radio3, Gtk radio4, Gtk radio5 ) : void
detectedContacts ( ArrayList newPorts ) : void
detectedEncoder ( ArrayList newPorts ) : void
initialize ( ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_button_cancel_contacts_clicked ( object o, EventArgs args ) : void
on_button_cancel_encoder_clicked ( object o, EventArgs args ) : void
on_button_done_contacts_clicked ( object o, EventArgs args ) : void
on_button_done_encoder_clicked ( object o, EventArgs args ) : void
on_button_done_unplugged_clicked ( object o, EventArgs args ) : void
on_button_next_clicked ( object o, EventArgs args ) : void
on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void

Private Methods

Méthode Description
detectPorts ( ) : ArrayList
finishWizard ( ) : void
progressbarContactsDo ( ) : bool
progressbarEncoderDo ( ) : bool
readSelectedRadioButton ( Gtk radio1, Gtk radio2, Gtk radio3, Gtk radio4, Gtk radio5 ) : string

Method Details

ChronopicWizardWindow() public méthode

public ChronopicWizardWindow ( ) : System
Résultat System

HideAndNull() public méthode

public HideAndNull ( ) : void
Résultat void

Show() public static méthode

public static Show ( ) : ChronopicWizardWindow,
Résultat ChronopicWizardWindow,

assignPorts() public méthode

public assignPorts ( ArrayList ports, Gtk radio1, Gtk radio2, Gtk radio3, Gtk radio4, Gtk radio5 ) : void
ports ArrayList
radio1 Gtk
radio2 Gtk
radio3 Gtk
radio4 Gtk
radio5 Gtk
Résultat void

detectedContacts() public méthode

public detectedContacts ( ArrayList newPorts ) : void
newPorts ArrayList
Résultat void

detectedEncoder() public méthode

public detectedEncoder ( ArrayList newPorts ) : void
newPorts ArrayList
Résultat void

initialize() public méthode

public initialize ( ) : void
Résultat void

on_button_cancel_clicked() public méthode

public on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_button_cancel_contacts_clicked() public méthode

public on_button_cancel_contacts_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_button_cancel_encoder_clicked() public méthode

public on_button_cancel_encoder_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_button_done_contacts_clicked() public méthode

public on_button_done_contacts_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_button_done_encoder_clicked() public méthode

public on_button_done_encoder_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_button_done_unplugged_clicked() public méthode

public on_button_done_unplugged_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_button_next_clicked() public méthode

public on_button_next_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
Résultat void

on_delete_event() public méthode

public on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
Résultat void

Property Details

FakeButtonChronopicWizardFinished public_oe property

public Button,Gtk FakeButtonChronopicWizardFinished
Résultat Gtk.Button

PortContacts public_oe property

public string PortContacts
Résultat string

PortEncoder public_oe property

public string PortEncoder
Résultat string