C# 클래스 ChronopicWindow, chronojump

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

공개 메소드들

메소드 설명
ChronopicWindow ( Chronopic, cpDetected, ArrayList myCpd ) : System
Create ( ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
Create ( Chronopic, cpDetected, ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
CreateSPifNeeded ( string port ) : void
GetContactsFirstPort ( ) : string
IsConnected ( int numCP ) : bool
NumConnected ( ) : int
SerialPortsCloseIfNeeded ( ) : void
View ( ChronojumpMode cmode, bool volumeOn ) : ChronopicWindow,

보호된 메소드들

메소드 설명
PulseGTK ( ) : bool
waitChronopicStart ( ) : void

비공개 메소드들

메소드 설명
checkChronopicDisconnected ( ) : void
chronopicAtStart ( object o, EventArgs args ) : void
connectingInfoHide ( ) : void
connectingInfoShow ( ) : void
connectionSucceded ( int port, bool playSound ) : void
createComboLinux ( ) : void
createComboWindows ( ) : void
createCombos ( ) : void
on_button_auto_change_debounce_clicked ( object o, EventArgs args ) : void
on_button_auto_change_help_clicked ( object o, EventArgs args ) : void
on_button_auto_check_auto_clicked ( object o, EventArgs args ) : void
on_button_auto_check_debounce_clicked ( object o, EventArgs args ) : void
on_button_auto_check_help_clicked ( object o, EventArgs args ) : void
on_button_cancel_clicked ( object o, EventArgs args ) : void
on_button_close_clicked ( object o, EventArgs args ) : void
on_button_connect_cp_clicked ( object o, EventArgs args ) : void
on_button_help_clicked ( object o, EventArgs args ) : void
on_button_help_ports_clicked ( object o, EventArgs args ) : void
on_check_multichronopic_show_clicked ( object o, EventArgs args ) : void
on_check_multitest_show_clicked ( object o, EventArgs args ) : void
on_chronopic_connection_ended ( object o, EventArgs args ) : void
on_combo_changed ( object o, EventArgs args ) : void
on_delete_event ( object o, DeleteEventArgs args ) : void
prepareChronopicConnection ( ) : void
pulseEnd ( ) : void
sensitivityConnected ( string message ) : void
sensitivityDisconnected ( string message ) : void
setDefaultValues ( ) : void
setEncoderPort ( string myEncoderPort ) : void
updateChronopicWin ( bool state, string message ) : void

메소드 상세

ChronopicWindow() 공개 메소드

public ChronopicWindow ( Chronopic, cpDetected, ArrayList myCpd ) : System
cpDetected Chronopic,
myCpd ArrayList
리턴 System

Create() 공개 정적인 메소드

public static Create ( ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
myCpd ArrayList
myEncoderPort string
recreate bool
volumeOn bool
리턴 ChronopicWindow,

Create() 공개 정적인 메소드

public static Create ( Chronopic, cpDetected, ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
cpDetected Chronopic,
myCpd ArrayList
myEncoderPort string
recreate bool
volumeOn bool
리턴 ChronopicWindow,

CreateSPifNeeded() 공개 메소드

public CreateSPifNeeded ( string port ) : void
port string
리턴 void

GetContactsFirstPort() 공개 메소드

public GetContactsFirstPort ( ) : string
리턴 string

IsConnected() 공개 메소드

public IsConnected ( int numCP ) : bool
numCP int
리턴 bool

NumConnected() 공개 메소드

public NumConnected ( ) : int
리턴 int

PulseGTK() 보호된 메소드

protected PulseGTK ( ) : bool
리턴 bool

SerialPortsCloseIfNeeded() 공개 메소드

public SerialPortsCloseIfNeeded ( ) : void
리턴 void

View() 공개 정적인 메소드

public static View ( ChronojumpMode cmode, bool volumeOn ) : ChronopicWindow,
cmode ChronojumpMode
volumeOn bool
리턴 ChronopicWindow,

waitChronopicStart() 보호된 메소드

protected waitChronopicStart ( ) : void
리턴 void