C# 클래스 ChronopicWizardWindow, chronojump

파일 보기 프로젝트 열기: GNOME/chronojump 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FakeButtonChronopicWizardFinished Gtk.Button
PortContacts string
PortEncoder string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
detectPorts ( ) : ArrayList
finishWizard ( ) : void
progressbarContactsDo ( ) : bool
progressbarEncoderDo ( ) : bool
readSelectedRadioButton ( Gtk radio1, Gtk radio2, Gtk radio3, Gtk radio4, Gtk radio5 ) : string

메소드 상세

ChronopicWizardWindow() 공개 메소드

public ChronopicWizardWindow ( ) : System
리턴 System

HideAndNull() 공개 메소드

public HideAndNull ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( ) : ChronopicWizardWindow,
리턴 ChronopicWizardWindow,

assignPorts() 공개 메소드

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
리턴 void

detectedContacts() 공개 메소드

public detectedContacts ( ArrayList newPorts ) : void
newPorts ArrayList
리턴 void

detectedEncoder() 공개 메소드

public detectedEncoder ( ArrayList newPorts ) : void
newPorts ArrayList
리턴 void

initialize() 공개 메소드

public initialize ( ) : void
리턴 void

on_button_cancel_clicked() 공개 메소드

public on_button_cancel_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_button_cancel_contacts_clicked() 공개 메소드

public on_button_cancel_contacts_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_button_cancel_encoder_clicked() 공개 메소드

public on_button_cancel_encoder_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_button_done_contacts_clicked() 공개 메소드

public on_button_done_contacts_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_button_done_encoder_clicked() 공개 메소드

public on_button_done_encoder_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_button_done_unplugged_clicked() 공개 메소드

public on_button_done_unplugged_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_button_next_clicked() 공개 메소드

public on_button_next_clicked ( object o, EventArgs args ) : void
o object
args EventArgs
리턴 void

on_delete_event() 공개 메소드

public on_delete_event ( object o, Gtk.DeleteEventArgs args ) : void
o object
args Gtk.DeleteEventArgs
리턴 void

프로퍼티 상세

FakeButtonChronopicWizardFinished 공개적으로 프로퍼티

public Button,Gtk FakeButtonChronopicWizardFinished
리턴 Gtk.Button

PortContacts 공개적으로 프로퍼티

public string PortContacts
리턴 string

PortEncoder 공개적으로 프로퍼티

public string PortEncoder
리턴 string