ISplashView Interface |
Namespace: VirtualRadar.Interface.View
The ISplashView type exposes the following members.
Name | Description | |
---|---|---|
ApplicationName |
Gets or sets the name of the application to show to the user.
| |
ApplicationVersion |
Gets or sets the version information to show to the user.
| |
BaseStationAircraftList |
Gets or sets the aircraft list tracking real aircraft that the presenter will create in the background.
| |
FlightSimulatorXAircraftList |
Gets or sets the aircraft list tracking simulated aircraft in FSX that the presenter will create in the background.
| |
LoadSucceeded |
Gets a value indicating that the load succeeded without any obvious problems.
| |
UPnpManager |
Gets or sets the universal plug and play manager that the presenter creates for the application.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Initialise |
Records references to objects that will be passed on to the presenter when the time comes to create it.
| |
ReportProblem |
Blocking method that displays details of a problem to the user.
| |
ReportProgress |
Non-blocking method to display text to the user, intended to show the current state of the presenter's build up of the application.
| |
ShowView |
Displays the view to the user.
(Inherited from IView.) | |
YesNoPrompt |
Blocking method that displays a prompt and asks the user to choose one of a yes/no response. Returns true if the user answers yes.
|