IReceiverLocationsView Interface |
Namespace: VirtualRadar.Interface.View
The IReceiverLocationsView type exposes the following members.
Name | Description | |
---|---|---|
Latitude |
Gets or sets the latitude of the location being edited by the user.
| |
Location |
Gets or sets the name of the location being edited by the user.
| |
Longitude |
Gets or sets the longitude of the location being edited by the user.
| |
ReceiverLocations |
Gets the full list of receiver locations.
| |
SelectedReceiverLocation |
Gets or sets the currently-selected receiver location.
|
Name | Description | |
---|---|---|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
FocusOnEditFields |
Place the focus onto the location / latitude / longitude fields.
| |
RefreshLocations |
Refreshes the display of all of the locations.
| |
RefreshSelectedLocation |
Refreshes the display of the selected location in the list of locations.
| |
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 | |
---|---|---|
CloseClicked |
Raised when the user closes the dialog. The currently selected location should be validated and used.
| |
DeleteLocationClicked |
Raised when the user clicks the button to delete an existing location.
| |
NewLocationClicked |
Raised when the user clicks the button to add a new location.
| |
ResetClicked |
Raised when the user indicates that they want to abandon their edits of the selected location.
| |
SelectedLocationChanged |
Raised when the user changes the selection in the list of receiver locations.
| |
UpdateFromBaseStationDatabaseClicked |
Raised when the user indicates that they want to refresh the content of the list with
locations from the BaseStation database.
| |
ValueChanged |