C# Class GHud.VesselInfo

Inheritance: DisplayModule
Mostrar archivo Open project: BGog/GHud Class Usage Examples

Protected Properties

Property Type Description
background Image
colmatrix System.Drawing.Imaging.ColorMatrix
img_attr System.Drawing.Imaging.ImageAttributes
orbitgraph OrbitGraph
orbitinfo OrbitInfo
target_orbitgraph OrbitGraph
target_orbitinfo OrbitInfo

Public Methods

Method Description
ButtonDown ( Device dev ) : void
ButtonUp ( Device dev ) : void
Clear ( ) : void
Render ( Rectangle rect ) : void
TestRender ( Rectangle rect ) : void
VesselInfo ( Device dev ) : System

Private Methods

Method Description
ActivateModule ( DisplayModule new_active_mod, DisplayModule &change_active_mod, DisplayModule &other_active_mod ) : bool
CycleModules ( List &changelist, List &otherlist, DisplayModule &change_active_mod, DisplayModule &other_active_mod, bool activate_first ) : void
RenderModules ( List list, Rectangle rect ) : void
TestRenderModules ( List list, Rectangle rect ) : void

Method Details

ButtonDown() public method

public ButtonDown ( Device dev ) : void
dev Device
return void

ButtonUp() public method

public ButtonUp ( Device dev ) : void
dev Device
return void

Clear() public method

public Clear ( ) : void
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

VesselInfo() public method

public VesselInfo ( Device dev ) : System
dev Device
return System

Property Details

background protected_oe property

protected Image background
return Image

colmatrix protected_oe property

protected System.Drawing.Imaging.ColorMatrix colmatrix
return System.Drawing.Imaging.ColorMatrix

img_attr protected_oe property

protected System.Drawing.Imaging.ImageAttributes img_attr
return System.Drawing.Imaging.ImageAttributes

orbitgraph protected_oe property

protected OrbitGraph,GHud orbitgraph
return OrbitGraph

orbitinfo protected_oe property

protected OrbitInfo,GHud orbitinfo
return OrbitInfo

target_orbitgraph protected_oe property

protected OrbitGraph,GHud target_orbitgraph
return OrbitGraph

target_orbitinfo protected_oe property

protected OrbitInfo,GHud target_orbitinfo
return OrbitInfo