| IFlightSimulatorXView Interface |
Namespace: VirtualRadar.Interface.View
The IFlightSimulatorXView type exposes the following members.
| Name | Description | |
|---|---|---|
| CanBeRefreshed |
Gets a value indicating to the presenter that the view is on show and should be refreshed.
| |
| ConnectionStatus |
Gets or sets a description of the state of the connection to FSX.
| |
| ConnectToFlightSimulatorXEnabled |
Gets or sets a value indicating that the user should be allowed to elect to connect to Flight Simulator X.
| |
| FlightSimulatorPageAddress |
Gets or sets the address of the flight simulator web page that the server can display.
| |
| RideAircraftEnabled |
Gets or sets a value indicating that the user should be allowed to elect to ride an aircraft.
| |
| RideStatus |
Gets or sets a description of the state of the FSX 'ride' feature.
| |
| RidingAircraft |
Gets or sets a value indicating that the user is mirroring a real aircraft's position etc. in FSX.
| |
| SelectedRealAircraft |
Gets the real aircraft selected by the user for riding.
| |
| UseSlewMode |
Gets or sets a value indicating then the ride feature should use slew mode to move the simulated
aircraft instead of freeze mode.
| |
| WindowHandle |
Gets the window handle that will be passed to IFlightSimulatorX.
|
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Initialise |
Records objects that will be passed on to IFlightSimulatorXPresenter when it is created.
| |
| InitialiseRealAircraftListDisplay |
Displays the list of real aircraft for the first time. Any existing display of real aircraft will be cleared by this.
| |
| ShowView |
Displays the view to the user.
(Inherited from IView.) | |
| UpdateRealAircraftListDisplay |
Updates the display of real aircraft. This could be called from a non-GUI thread.
|
| Name | Description | |
|---|---|---|
| CloseClicked |
Raised when the view is shutting down.
| |
| ConnectClicked |
Raised when the user has indicated that they want to connect to Flight Simulator X.
| |
| RefreshFlightSimulatorXInformation |
Raised by a timer running on the GUI thread. Indicates that the presenter should ask FSX for an update of the
simulated aircraft's position or send updates of real-world aircraft positions to FSX.
| |
| RideAircraftClicked |
Raised when the user has indicated that they want to duplicate the position, airspeed, attitude etc. of a real
aircraft in Flight Simulator X.
| |
| StopRidingAircraftClicked |
Raised when the user has indicated that they don't want to ride the aircraft any more.
|