C# 클래스 FSO.IDE.EditorComponent.Model.PrimitiveDescriptor

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Operand VMPrimitiveOperand
PrimID ushort

공개 메소드들

메소드 설명
GetBody ( EditorScope scope ) : string
GetTitle ( EditorScope scope ) : string
PopulateOperandView ( BHAVEditor master, EditorScope escope, System.Windows.Forms.TableLayoutPanel panel ) : void

메소드 상세

GetBody() 공개 추상적인 메소드

public abstract GetBody ( EditorScope scope ) : string
scope EditorScope
리턴 string

GetTitle() 공개 메소드

public GetTitle ( EditorScope scope ) : string
scope EditorScope
리턴 string

PopulateOperandView() 공개 메소드

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

프로퍼티 상세

Operand 공개적으로 프로퍼티

public VMPrimitiveOperand Operand
리턴 VMPrimitiveOperand

PrimID 공개적으로 프로퍼티

public ushort PrimID
리턴 ushort