C# Class MissionPlanner.Common

Exibir arquivo Open project: ArduPilot/MissionPlanner

Public Methods

Method 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

Method Description
chk_CheckStateChanged ( object sender, EventArgs e ) : void

Method Details

LoadingBox() public static method

public static LoadingBox ( string title, string promptText ) : Form
title string
promptText string
return System.Windows.Forms.Form

MessageShowAgain() public static method

public static MessageShowAgain ( string title, string promptText ) : DialogResult
title string
promptText string
return DialogResult

getFilefromNet() public static method

public static getFilefromNet ( string url, string saveto ) : bool
url string
saveto string
return bool

getMAVMarker() public static method

public static getMAVMarker ( MAVState MAV ) : GMap.NET.WindowsForms.GMapMarker
MAV MAVState
return GMap.NET.WindowsForms.GMapMarker

getModesList() public static method

public static getModesList ( CurrentState cs ) : string>>.List
cs CurrentState
return string>>.List

speechConversion() public static method

public static speechConversion ( string input ) : string
input string
return string