C# Class MissionPlanner.Common

Afficher le fichier Open project: ArduPilot/MissionPlanner

Méthodes publiques

Méthode Description
LoadingBox ( string title, string promptText ) : Form
MessageShowAgain ( string title, string promptText ) : DialogResult
getFilefromNet ( string url, string saveto ) : bool
getMAVMarker ( MAVState MAV ) : GMap.NET.WindowsForms.GMapMarker
getModesList ( CurrentState cs ) : string>>.List
speechConversion ( string input ) : string

Private Methods

Méthode Description
chk_CheckStateChanged ( object sender, EventArgs e ) : void

Method Details

LoadingBox() public static méthode

public static LoadingBox ( string title, string promptText ) : Form
title string
promptText string
Résultat System.Windows.Forms.Form

MessageShowAgain() public static méthode

public static MessageShowAgain ( string title, string promptText ) : DialogResult
title string
promptText string
Résultat DialogResult

getFilefromNet() public static méthode

public static getFilefromNet ( string url, string saveto ) : bool
url string
saveto string
Résultat bool

getMAVMarker() public static méthode

public static getMAVMarker ( MAVState MAV ) : GMap.NET.WindowsForms.GMapMarker
MAV MAVState
Résultat GMap.NET.WindowsForms.GMapMarker

getModesList() public static méthode

public static getModesList ( CurrentState cs ) : string>>.List
cs CurrentState
Résultat string>>.List

speechConversion() public static méthode

public static speechConversion ( string input ) : string
input string
Résultat string