Microscopic Traffic Simulator
|
Class implements IInteractions interface by message boxes or dialogs. More...
Public Member Functions | |
bool | SaveChangesYesNoCancel () |
Provide MessageBoxButton to ask question whether to save changes. More... | |
string | GetPathToOpenTopologyFile () |
Provide OpenFileDialog to open the topology file. More... | |
string | GetPathToSaveTopologyFile () |
Provide SaveFileDialog to get the path to file the topology to be saved to. 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) |
Provide MessageBox to scream error message. More... | |
Class implements IInteractions interface by message boxes or dialogs.
Definition at line 11 of file GUIInteractions.cs.
string Microscopic_Traffic_Simulator.Views.GUIInteractions.GetPathToOpenParametersFile | ( | ) |
Asking which parameters file to open for loading.
Implements Microscopic_Traffic_Simulator.ViewModels.IInteractions.
Definition at line 112 of file GUIInteractions.cs.
string Microscopic_Traffic_Simulator.Views.GUIInteractions.GetPathToOpenTopologyFile | ( | ) |
Provide OpenFileDialog to open the topology file.
Implements Microscopic_Traffic_Simulator.ViewModels.IInteractions.
Definition at line 94 of file GUIInteractions.cs.
string Microscopic_Traffic_Simulator.Views.GUIInteractions.GetPathToSaveParametersFile | ( | ) |
Asking which paramters file the data to be saved into.
Implements Microscopic_Traffic_Simulator.ViewModels.IInteractions.
Definition at line 121 of file GUIInteractions.cs.
string Microscopic_Traffic_Simulator.Views.GUIInteractions.GetPathToSaveTopologyFile | ( | ) |
Provide SaveFileDialog to get the path to file the topology to be saved to.
Implements Microscopic_Traffic_Simulator.ViewModels.IInteractions.
Definition at line 103 of file GUIInteractions.cs.
bool Microscopic_Traffic_Simulator.Views.GUIInteractions.SaveChangesYesNoCancel | ( | ) |
Provide MessageBoxButton to ask question whether to save changes.
Implements Microscopic_Traffic_Simulator.ViewModels.IInteractions.
Definition at line 84 of file GUIInteractions.cs.
void Microscopic_Traffic_Simulator.Views.GUIInteractions.ScreamErrorMessage | ( | string | errorMessage | ) |
Provide MessageBox to scream error message.
errorMessage | Text of the error message. |
Implements Microscopic_Traffic_Simulator.ViewModels.IInteractions.
Definition at line 130 of file GUIInteractions.cs.