C# Class GHud.OrbitInfo

Inheritance: DisplayModule
Mostra file Open project: BGog/GHud Class Usage Examples

Protected Properties

Property Type Description
count int
monicer String
orb_ap_str String
orb_ap_suffix String
orb_apt_str String
orb_body_name String
orb_inc_str String
orb_pe_str String
orb_pe_suffix String
orb_pet_str String
orb_velocity_str String
situationstr String

Public Methods

Method Description
OrbitInfo ( Device dev, String argmon, System brect_c1, System brect_c2 ) : System
Render ( Rectangle rect ) : void
TestRender ( Rectangle rect ) : void

Protected Methods

Method Description
DoRender ( Rectangle rect ) : void
PrepData ( String targname = "" ) : void
PrepTestData ( String targname = "" ) : void

Method Details

DoRender() protected method

protected DoRender ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

OrbitInfo() public method

public OrbitInfo ( Device dev, String argmon, System brect_c1, System brect_c2 ) : System
dev Device
argmon String
brect_c1 System
brect_c2 System
return System

PrepData() protected method

protected PrepData ( String targname = "" ) : void
targname String
return void

PrepTestData() protected method

protected PrepTestData ( String targname = "" ) : void
targname String
return void

Render() public method

public Render ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

TestRender() public method

public TestRender ( Rectangle rect ) : void
rect System.Drawing.Rectangle
return void

Property Details

count protected_oe property

protected int count
return int

monicer protected_oe property

protected String monicer
return String

orb_ap_str protected_oe property

protected String orb_ap_str
return String

orb_ap_suffix protected_oe property

protected String orb_ap_suffix
return String

orb_apt_str protected_oe property

protected String orb_apt_str
return String

orb_body_name protected_oe property

protected String orb_body_name
return String

orb_inc_str protected_oe property

protected String orb_inc_str
return String

orb_pe_str protected_oe property

protected String orb_pe_str
return String

orb_pe_suffix protected_oe property

protected String orb_pe_suffix
return String

orb_pet_str protected_oe property

protected String orb_pet_str
return String

orb_velocity_str protected_oe property

protected String orb_velocity_str
return String

situationstr protected_oe property

protected String situationstr
return String