C# Class ChronopicWindow, chronojump

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

Méthodes publiques

Méthode Description
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,

Méthodes protégées

Méthode Description
PulseGTK ( ) : bool
waitChronopicStart ( ) : void

Private Methods

Méthode Description
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

Method Details

ChronopicWindow() public méthode

public ChronopicWindow ( Chronopic, cpDetected, ArrayList myCpd ) : System
cpDetected Chronopic,
myCpd ArrayList
Résultat System

Create() public static méthode

public static Create ( ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
myCpd ArrayList
myEncoderPort string
recreate bool
volumeOn bool
Résultat ChronopicWindow,

Create() public static méthode

public static Create ( Chronopic, cpDetected, ArrayList myCpd, string myEncoderPort, bool recreate, bool volumeOn ) : ChronopicWindow,
cpDetected Chronopic,
myCpd ArrayList
myEncoderPort string
recreate bool
volumeOn bool
Résultat ChronopicWindow,

CreateSPifNeeded() public méthode

public CreateSPifNeeded ( string port ) : void
port string
Résultat void

GetContactsFirstPort() public méthode

public GetContactsFirstPort ( ) : string
Résultat string

IsConnected() public méthode

public IsConnected ( int numCP ) : bool
numCP int
Résultat bool

NumConnected() public méthode

public NumConnected ( ) : int
Résultat int

PulseGTK() protected méthode

protected PulseGTK ( ) : bool
Résultat bool

SerialPortsCloseIfNeeded() public méthode

public SerialPortsCloseIfNeeded ( ) : void
Résultat void

View() public static méthode

public static View ( ChronojumpMode cmode, bool volumeOn ) : ChronopicWindow,
cmode ChronojumpMode
volumeOn bool
Résultat ChronopicWindow,

waitChronopicStart() protected méthode

protected waitChronopicStart ( ) : void
Résultat void