C# 클래스 CTCOfficeGUI.SimulatorWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: johnselker/Bazinga1186 1 사용 예제들

공개 메소드들

메소드 설명
SetSelectedTrackBlock ( TrackBlock block ) : void

Sets the selected track block, or clears it if null

SimulatorWindow ( ) : System

Constructor for the simulator window

비공개 메소드들

메소드 설명
OnBrokenRailClicked ( object sender, EventArgs e ) : void

User clicked the broken rail checkbox

OnCircuitFailureClicked ( object sender, EventArgs e ) : void

User clicked the circuit failure checkbox

OnPopupAcknowledged ( object sender, EventArgs e ) : void

OK popup was acknowledged

OnPowerFailureClicked ( object sender, EventArgs e ) : void

User clicked the power failure checkbox

OnRunSimulationClicked ( object sender, EventArgs e ) : void

Run simulation checkbox was clicked

OnSetSimulationSpeedClicked ( object sender, EventArgs e ) : void

User pressed the SetSimulationSpeed button

메소드 상세

SetSelectedTrackBlock() 공개 메소드

Sets the selected track block, or clears it if null
public SetSelectedTrackBlock ( TrackBlock block ) : void
block TrackBlock Selected track block
리턴 void

SimulatorWindow() 공개 메소드

Constructor for the simulator window
public SimulatorWindow ( ) : System
리턴 System