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

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Operand VMPrimitiveOperand
PrimID ushort

Méthodes publiques

Méthode 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 méthode

public abstract GetBody ( EditorScope scope ) : string
scope EditorScope
Résultat string

GetTitle() public méthode

public GetTitle ( EditorScope scope ) : string
scope EditorScope
Résultat string

PopulateOperandView() public méthode

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

Property Details

Operand public_oe property

public VMPrimitiveOperand Operand
Résultat VMPrimitiveOperand

PrimID public_oe property

public ushort PrimID
Résultat ushort