VisualSimulator Methods |
Name | Description | |
---|---|---|
![]() | btnExit_Click |
Exits the Visual Simulator window.
|
![]() | btnFirst_Clicked |
Jumps to the first step of the execution.
|
![]() | btnLast_Clicked |
Jumps to the last step of the execution.
|
![]() | btnNext_Clicked |
Advances one step forward through the history.
|
![]() | btnPlayPause_Clicked |
Play/Pause button click. Runs/Stops the execution.
|
![]() | btnPrev_Clicked |
Advances one step backward through the history.
|
![]() | btnReset_Clicked |
Resets all variables and counters.
|
![]() | btnSaveToFile_Clicked |
Saves the result of the execution to a file.
|
![]() | CalculateRingProperties |
Calculates the XY-coordinates and the radius of the ring.
|
![]() | chkBox_CheckedChanged |
Update the list of variables to be displayed based on check status of check boxes.
|
![]() | CreateDynamicControls |
Dyamically creates controls.
|
![]() | DrawNodes |
Draws nodes in the ring.
|
![]() | FillInfoList |
Gets the variables associated with the algorithm.
|
![]() | gbSimulation_Paint |
Draws the circle representing the ring.
|
![]() | InitializeComponent |
Required method for Designer support - do not modify
the contents of this method with the code editor.
|
![]() | numUpDownSpeed_ValueChanged |
Updates the execution speed depending on the user selected value.
|
![]() | RefreshSimulator |
Resets all varibles to initial state.
|
![]() | SaveData |
Saves the result of the execution to a file.
|
![]() | SetCheckStatus |
Sets the checked status of check boxes.
|
![]() | SetCouners |
Sets the values of TotalSteps, RoundNumer, and Steps in the Round counters.
|
![]() | SetStatusOfPlaybackButtons |
Sets the enabled statues of playback buttons.
|
![]() | TimerCallback |
Performs one step of the execution of the algorith.
Called from the Timer, at each time tick.
|
![]() | UpdateInfoList |
Updates the list of variables to be displayed depending on check status of check boxes.
|