C# Class FSO.Debug.ActionQueue

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
target FSO.SimAntics.VMEntity

Public Methods

Method Description
ActionQueue ( ) : System
DrawActionsOf ( FSO.SimAntics.VMEntity obj ) : void
ListView_SetSpacing ( ListView listview, short cx, short cy ) : void
MakeLong ( short lowPart, short highPart ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SendMessage ( IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
interactionUpdateTimer_Tick ( object sender, EventArgs e ) : void

Method Details

ActionQueue() public method

public ActionQueue ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DrawActionsOf() public method

public DrawActionsOf ( FSO.SimAntics.VMEntity obj ) : void
obj FSO.SimAntics.VMEntity
return void

ListView_SetSpacing() public method

public ListView_SetSpacing ( ListView listview, short cx, short cy ) : void
listview System.Windows.Forms.ListView
cx short
cy short
return void

MakeLong() public method

public MakeLong ( short lowPart, short highPart ) : int
lowPart short
highPart short
return int

Property Details

target public_oe property

public VMEntity,FSO.SimAntics target
return FSO.SimAntics.VMEntity