Method | Description | |
---|---|---|
SetSelectedTrackBlock ( TrackBlock block ) : void |
Sets the selected track block, or clears it if null
|
|
SimulatorWindow ( ) : System |
Constructor for the simulator window
|
Method | Description | |
---|---|---|
OnBrokenRailClicked ( object sender, |
User clicked the broken rail checkbox
|
|
OnCircuitFailureClicked ( object sender, |
User clicked the circuit failure checkbox
|
|
OnPopupAcknowledged ( object sender, |
OK popup was acknowledged
|
|
OnPowerFailureClicked ( object sender, |
User clicked the power failure checkbox
|
|
OnRunSimulationClicked ( object sender, |
Run simulation checkbox was clicked
|
|
OnSetSimulationSpeedClicked ( object sender, |
User pressed the SetSimulationSpeed button
|
public SetSelectedTrackBlock ( TrackBlock block ) : void | ||
block | TrackBlock | Selected track block |
return | void |