Microscopic Traffic Simulator
|
Interface for interactions with user. More...
Public Member Functions | |
bool | SaveChangesYesNoCancel () |
Asking whether to save changes or not or if to interrupt the starting action. More... | |
string | GetPathToOpenTopologyFile () |
Asking which topology file to open for loading. More... | |
string | GetPathToSaveTopologyFile () |
Asking which topology file the data to be saved into. More... | |
string | GetPathToOpenParametersFile () |
Asking which parameters file to open for loading. More... | |
string | GetPathToSaveParametersFile () |
Asking which paramters file the data to be saved into. More... | |
void | ScreamErrorMessage (string errorMessage) |
Screaming error message. More... | |
Interface for interactions with user.
Definition at line 6 of file IInteractions.cs.
string Microscopic_Traffic_Simulator.ViewModels.IInteractions.GetPathToOpenParametersFile | ( | ) |
Asking which parameters file to open for loading.
Implemented in Microscopic_Traffic_Simulator.Views.GUIInteractions.
string Microscopic_Traffic_Simulator.ViewModels.IInteractions.GetPathToOpenTopologyFile | ( | ) |
Asking which topology file to open for loading.
Implemented in Microscopic_Traffic_Simulator.Views.GUIInteractions.
string Microscopic_Traffic_Simulator.ViewModels.IInteractions.GetPathToSaveParametersFile | ( | ) |
Asking which paramters file the data to be saved into.
Implemented in Microscopic_Traffic_Simulator.Views.GUIInteractions.
string Microscopic_Traffic_Simulator.ViewModels.IInteractions.GetPathToSaveTopologyFile | ( | ) |
Asking which topology file the data to be saved into.
Implemented in Microscopic_Traffic_Simulator.Views.GUIInteractions.
bool Microscopic_Traffic_Simulator.ViewModels.IInteractions.SaveChangesYesNoCancel | ( | ) |
Asking whether to save changes or not or if to interrupt the starting action.
Implemented in Microscopic_Traffic_Simulator.Views.GUIInteractions.
void Microscopic_Traffic_Simulator.ViewModels.IInteractions.ScreamErrorMessage | ( | string | errorMessage | ) |
Screaming error message.
errorMessage | Text of error message. |
Implemented in Microscopic_Traffic_Simulator.Views.GUIInteractions.