ISettingsView Interface |
Namespace: VirtualRadar.Interface.View
The ISettingsView type exposes the following members.
Name | Description | |
---|---|---|
Configuration |
Gets or sets the configuration to display and edit.
| |
OpenOnPageTitle |
Gets or sets the title of the page to start the view on.
| |
OpenOnRecord |
Gets or sets the record to start the view on. Note that this will not have the
same object references as the records in Configuration.
| |
UserManager |
Gets or sets the name of the user manager.
| |
Users |
Gets the list of configured users.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
PopulateTextToSpeechVoices |
The names of every voice installed on the system.
| |
ShowAircraftDataLookupSettings |
Displays the current server-side settings for the aircraft online lookup data supplier.
| |
ShowBusy |
Indicates to the user that the application is busy.
(Inherited from IBusyView.) | |
ShowTestConnectionResults |
Displays the results of a connection test attempt to the user.
| |
ShowValidationResults |
Displays the results of the validation of input to the user.
(Inherited from IValidateView.) | |
ShowView |
Displays the view to the user.
(Inherited from IView.) |
Name | Description | |
---|---|---|
FlightSimulatorXOnlyClicked |
Raised when the user indicates that they don't have any radio, they just want to set this thing up to
show their aircraft from FSX.
| |
OpenUrlClicked |
Raised when the user wants to open a browser on a URL.
| |
SaveClicked |
Raised when the user wants to save their changes.
| |
TestConnectionClicked |
Raised when the user indicates that they want to see if their current data feed settings will connect to something.
| |
TestTextToSpeechSettingsClicked |
Raised when the user wants to test the speech synthesis settings.
| |
UpdateReceiverLocationsFromBaseStationDatabaseClicked |
Raised when the user indicates that they want to refresh the content of the ReceiverLocations list with
locations from the BaseStation database.
| |
UseIcaoRawDecodingSettingsClicked |
Raised when the user wants to use the ICAO specification settings for the raw decoder.
| |
UseRecommendedRawDecodingSettingsClicked |
Raised when the user wants to use the default values for the raw decoder.
|