C# Class FSO.IDE.EditorComponent.Model.PrimitiveDescriptor

Mostra file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
Operand VMPrimitiveOperand
PrimID ushort

Public Methods

Method Description
GetBody ( EditorScope scope ) : string
GetTitle ( EditorScope scope ) : string
PopulateOperandView ( BHAVEditor master, EditorScope escope, System.Windows.Forms.TableLayoutPanel panel ) : void

Method Details

GetBody() public abstract method

public abstract GetBody ( EditorScope scope ) : string
scope EditorScope
return string

GetTitle() public method

public GetTitle ( EditorScope scope ) : string
scope EditorScope
return string

PopulateOperandView() public method

public PopulateOperandView ( BHAVEditor master, EditorScope escope, System.Windows.Forms.TableLayoutPanel panel ) : void
master BHAVEditor
escope EditorScope
panel System.Windows.Forms.TableLayoutPanel
return void

Property Details

Operand public_oe property

public VMPrimitiveOperand Operand
return VMPrimitiveOperand

PrimID public_oe property

public ushort PrimID
return ushort