![]() |
BotNavSim
v0.4.3
Mobile Robot Simulation
|
IToolbar class for displaying and editing the simulation batch list More...
Public Member Functions | |
UI_SimulationBatch () | |
Properties | |
bool | contextual [get] |
bool | hidden [get, set] |
string | windowTitle [get] |
Rect | windowRect [get, set] |
GUI.WindowFunction | windowFunction [get] |
string | currentDir [get] |
![]() | |
bool | contextual [get] |
Gets a value indicating whether this IToolbar is contextual. More... | |
bool | hidden [get, set] |
Gets or sets a value indicating whether this IToolbar is hidden. More... | |
![]() | |
string | windowTitle [get] |
Gets the window title. More... | |
Rect | windowRect [get, set] |
Gets or sets the window rect (window size and position). More... | |
GUI.WindowFunction | windowFunction [get] |
Gets the window function definition for GUILayout.Window() More... | |
Private Member Functions | |
void | Refresh () |
Refresh this the files and folders in current directory More... | |
void | BatchListWindow (int windowID) |
List Simulation.Settings in Simulation.batch and provide controls and editing the Simulation.batch More... | |
void | XmlBrowser (int windowID) |
Browse for XML files to deserialize into Simulation.Settings More... | |
Private Attributes | |
Stack< GUI.WindowFunction > | _windows |
UI_SimulationSettings | _editSettings |
List< string > | _files |
List< string > | _folders |
string | _subPath |
Simulation.Settings | _settings |
IToolbar class for displaying and editing the simulation batch list
Definition at line 9 of file UI_SimulationBatch.cs.
UI_SimulationBatch.UI_SimulationBatch | ( | ) |
Definition at line 11 of file UI_SimulationBatch.cs.
|
private |
List Simulation.Settings in Simulation.batch and provide controls and editing the Simulation.batch
Definition at line 75 of file UI_SimulationBatch.cs.
|
private |
Refresh this the files and folders in current directory
Definition at line 66 of file UI_SimulationBatch.cs.
|
private |
Browse for XML files to deserialize into Simulation.Settings
Definition at line 144 of file UI_SimulationBatch.cs.
|
private |
Definition at line 57 of file UI_SimulationBatch.cs.
|
private |
Definition at line 58 of file UI_SimulationBatch.cs.
|
private |
Definition at line 59 of file UI_SimulationBatch.cs.
|
private |
Definition at line 61 of file UI_SimulationBatch.cs.
|
private |
Definition at line 60 of file UI_SimulationBatch.cs.
|
private |
Definition at line 56 of file UI_SimulationBatch.cs.
|
get |
Definition at line 22 of file UI_SimulationBatch.cs.
|
get |
Definition at line 50 of file UI_SimulationBatch.cs.
|
getset |
Definition at line 30 of file UI_SimulationBatch.cs.
|
get |
Definition at line 44 of file UI_SimulationBatch.cs.
|
getset |
Definition at line 40 of file UI_SimulationBatch.cs.
|
get |
Definition at line 34 of file UI_SimulationBatch.cs.